Hornero Knowledge Graph

1659pages
4612edges
348sources
2863semantic entities
1528semantic relations
4427provenance records
yesFTS5

Categories

CategoryPages
config26
document171
module137
overview52
spec14
symbol1259

Edges

RelationCount
calls2208
contains1658
exports9
imports402
inherits19
references316

Semantic Entities

KindCount
agent_run4
architecture_delta1
artifact292
capability1
component1
constraint1
control5
criterion38
domain1
evidence3
fitness_finding13
interface1
owner1
profile4
quality1
requirement14
run1
source17
symbol1964
system1
task92
test351
test_file56

Semantic Relations

RelationCount
affects14
built_by4
changes39
declares1056
defined_in14
depends_on28
deviates_from1
enforced_by38
exposes1
has_criterion38
implemented_by93
introduced1
introduces1
locates3
owned_by6
provides1
requests1
supported_by3
supports17
uses_profile4
verified_by165

Requirements

IDStatusTitleSummary
requirement:SPEC-001reviewHornero — foundational contracts and MVP scope# SPEC-001 — Hornero: foundational contracts and MVP scope > **Name:** `hornero` — the South American ovenbird that builds its own house, > methodically, layer by layer. Fits the ai-parrot bird ecosystem. Cleared > 2026-07-06: PyPI name free; only unregistered hobby projects share the name > on GitH
requirement:SPEC-002reviewHornero SDD toolkit — install, memory bootstrap, and cross-repo sync# SPEC-002 — SDD toolkit: install, memory bootstrap, and cross-repo sync ## 1. Context The SDD methodology (WORKFLOW.md, slash commands, subagents, rules, skills, templates) currently lives inside `ai-parrot` and is copied by hand into other repos, where copies silently drift. Hornero becomes the di
requirement:SPEC-003reviewHornero wiki — agent-facing living docs, git watermarks, and code-as-signal# SPEC-003 — Agent-facing living wiki, git watermarks, and code-as-signal ## 1. Context Analysis of `langchain-ai/openwiki` (MIT; concepts adapted, no code copied — a CLI that writes and maintains repo documentation *for agents*) surfaced six mechanisms Hornero should adopt. The unifying insight: do
requirement:SPEC-004reviewFlight recorder & scribe — capturing, distilling, and auditing agent decisions# SPEC-004 — Flight recorder & scribe: capturing, distilling, and auditing agent decisions ## 1. Context When a coding agent builds something, its working process — what it explored, what it tried, what it rejected, why it converged where it did — evaporates after the result is delivered. Hornero sh
requirement:SPEC-005doneAutonomous project factory and continuous intelligence loop# SPEC-005 - Autonomous project factory and continuous intelligence loop ## 1. Context Hornero currently reconciles signals into specs, builds a file-oriented local index, and dispatches approved work. It does not yet create a repository and full stack from a versioned blueprint, model requirements
requirement:SPEC-006doneProduction intelligence and autonomous operations platform# SPEC-006 - Production intelligence and autonomous operations platform ## 1. Context SPEC-005 established a safe project factory, semantic knowledge graph, providers, policy packs, and a bounded worktree controller. The next approved 20-item program must make graph reasoning historical and explaina
requirement:SPEC-007doneAutomated trusted delivery to PyPI# SPEC-007 - Automated trusted delivery to PyPI ## 1. Context Every accepted change merged to master must produce an installable Hornero distribution and publish it without storing a long-lived PyPI credential. PyPI release files are immutable, so repeated builds of the repository's base SemVer requ
requirement:SPEC-008doneAuditable changelog and release-note visibility# SPEC-008 - Auditable changelog and release-note visibility ## 1. Context Hornero has a Keep a Changelog history and immutable PyPI post-releases, but changes are entered manually and the package page does not expose the exact delta behind each build. Contributors need a conflict-resistant way to r
requirement:SPEC-009doneai-parrot LLM-wiki bridge and native Codex integration# SPEC-009 - ai-parrot LLM-wiki bridge and native Codex integration ## 1. Context ai-parrot provides PageIndex/GraphIndex packages and a newer machine-first LLM-wiki retrieval plane with SQLite or memory storage, lexical retrieval, typed edges, progressive context packing, OKF export and changed-fil
requirement:SPEC-010doneNative Claude Code and Gemini CLI LLM-wiki integrations# SPEC-010 - Native Claude Code and Gemini CLI LLM-wiki integrations ## 1. Context SPEC-009 made ai-parrot's retrieval plane and query-first workflow native to Codex. The same `hornero[knowledge]` installation must provide equivalent, independently manageable support for Claude Code and Gemini CLI.
requirement:SPEC-011reviewIndependent multi-agent advisory runs through Multicoders# SPEC-011 - Independent multi-agent advisory runs through Multicoders ## 1. Context Hornero already creates grounded build briefs, records agent runs and exposes a provenance-rich knowledge graph. Multicoders already knows how to invoke Codex, Claude Code and Gemini CLI. The missing capability is a
requirement:SPEC-012reviewGrounded visual mockups as governed development artifacts# SPEC-012 - Grounded visual mockups as governed development artifacts ## 1. Context Design mockups are useful only when they reflect the product that will actually be built. A generic prompt can contradict approved navigation, feature scope or domain language; a from-scratch render can also discard
requirement:SPEC-013reviewUniversal architecture knowledge and capability-reuse governance# SPEC-013 - Universal architecture knowledge and capability-reuse governance ## 1. Context Specification-driven development can increase delivery speed while reducing system-wide coherence. A team or coding agent can satisfy an isolated spec and still duplicate an existing database pool, event bus,
requirement:SPEC-014doneCross-pollinated structural and memory intelligence# SPEC-014 — Cross-pollinated structural and memory intelligence ## 1. Intent Add the missing spatial and context-economic planes to Hornero without weakening its governance plane. Structural facts must be deterministic; compressed context must preserve an exact path to evidence; persona and skill d

Requirement Dependencies

RequirementDepends on
requirement:SPEC-002requirement:SPEC-001
requirement:SPEC-003requirement:SPEC-001
requirement:SPEC-003requirement:SPEC-002
requirement:SPEC-004requirement:SPEC-001
requirement:SPEC-004requirement:SPEC-003
requirement:SPEC-005requirement:SPEC-001
requirement:SPEC-005requirement:SPEC-002
requirement:SPEC-005requirement:SPEC-003
requirement:SPEC-005requirement:SPEC-004
requirement:SPEC-006requirement:SPEC-005
requirement:SPEC-007requirement:SPEC-006
requirement:SPEC-008requirement:SPEC-007
requirement:SPEC-009requirement:SPEC-003
requirement:SPEC-009requirement:SPEC-005
requirement:SPEC-010requirement:SPEC-009
requirement:SPEC-011requirement:SPEC-004
requirement:SPEC-011requirement:SPEC-005
requirement:SPEC-011requirement:SPEC-009
requirement:SPEC-011requirement:SPEC-010
requirement:SPEC-012requirement:SPEC-005
requirement:SPEC-012requirement:SPEC-009
requirement:SPEC-012requirement:SPEC-011
requirement:SPEC-013requirement:SPEC-004
requirement:SPEC-013requirement:SPEC-005
requirement:SPEC-013requirement:SPEC-011
requirement:SPEC-014requirement:SPEC-004
requirement:SPEC-014requirement:SPEC-006
requirement:SPEC-014requirement:SPEC-013

Page Sample

IDCategorySummaryTokens
file:.github/dependabot.ymlconfigversion: 251
file:.github/workflows/changelog.ymlconfigname: Changelog policy274
file:.github/workflows/publish-pypi.ymlconfigname: Publish Python package to PyPI907
file:examples/hornero-update.gitlab-ci.ymlconfig# Hornero scheduled maintenance (SPEC-003 §10) — GitLab CI variant.261
file:examples/hornero-update.ymlconfig# Hornero scheduled maintenance (SPEC-003 §10) — GitHub Actions.334
file:pyproject.tomlconfig[project]370
file:sdd/architecture/capabilities/architecture-governance.yamlconfigschema: hornero.architecture.capability/v1113
file:sdd/architecture/components/architecture-governance-core.yamlconfigschema: hornero.architecture.component/v1149
file:sdd/architecture/domains/developer-experience.yamlconfigschema: hornero.architecture.domain/v170
file:sdd/architecture/interfaces/architecture-cli-v1.yamlconfigschema: hornero.architecture.interface/v196
file:sdd/architecture/patterns/reuse-before-create.yamlconfigschema: hornero.architecture.constraint/v187
file:sdd/architecture/project.yamlconfigschema: hornero.architecture.project/v167
file:sdd/architecture/quality/offline-determinism.yamlconfigschema: hornero.architecture.quality/v187
file:sdd/tasks/index/automated-pypi-delivery.jsonconfig{138
file:sdd/tasks/index/autonomous-project-intelligence.jsonconfig{967
file:sdd/tasks/index/changelog-visibility.jsonconfig{133
file:sdd/tasks/index/cross-pollinated-structural-memory.jsonconfig{366
file:sdd/tasks/index/flight-recorder-scribe.jsonconfig{624
file:sdd/tasks/index/grounded-visual-mockups.jsonconfig{248
file:sdd/tasks/index/hornero-foundation.jsonconfig{3793
file:sdd/tasks/index/independent-multi-agent-advisory.jsonconfig{252
file:sdd/tasks/index/parrot-wiki-codex.jsonconfig{130
file:sdd/tasks/index/production-intelligence.jsonconfig{964
file:sdd/tasks/index/sdd-toolkit-sync.jsonconfig{1555
file:sdd/tasks/index/universal-architecture-governance.jsonconfig{434
file:sdd/tasks/index/wiki-watermarks-gitsignal.jsonconfig{957
file:.changes/README.mddocumentChangelog fragments210
file:.changes/changelog-visibility.added.mddocumentAdd validated changelog fragments, PR policy checks, immutable PyPI release55
file:.changes/ci-ruff-compatibility.fixed.mddocumentPin Ruff to the compatible 0.15 release line so CI uses the validated lint rules.34
file:.changes/ledger-initialization.fixed.mddocumentRetry SQLite WAL activation during concurrent first-open races so deterministic53
file:.changes/multi-agent-advisory-mockups.added.mddocumentAdd independent Multicoders advisory runs and screenshot-grounded visual mockups with bounded autonomy, ledger audit, semantic lineage and explicit artifact promotion.57
file:.changes/parrot-wiki-agents.added.mddocumentNative ai-parrot LLM-wiki integrations for Claude Code and Gemini CLI, with agent-specific instructions, skills, non-blocking context hooks and a shared incremental git hook alongside Codex. The bridge now requires ai-parrot 0.25.29 and exp90
file:.changes/parrot-wiki-codex.added.mddocumentAdd optional ai-parrot LLM-wiki support plus a native Codex integration with58
file:.changes/universal-architecture-governance.added.mddocumentAdd universal architecture records, composable profiles, deterministic72
file:.changes/workflows-videos-infographic.added.mddocumentPublish reproducible workflow documentation, an executable offline quickstart, Spanish and English zero-to-production videos, and a graph-derived command cheatsheet for building updated Hornero infographics.67
file:.claude/agents/code-reviewer.mddocument---3049
file:.claude/agents/product-analyst.mddocument---1550
file:.claude/agents/qa-runner.mddocument---1239
file:.claude/agents/sdd-autopilot.mddocumentSDD Multi-Agent Orchestration — Design Document4014
file:.claude/agents/sdd-qa.mddocument---870
file:.claude/agents/sdd-research.mddocument---795
file:.claude/agents/sdd-worker.mddocument---2845
file:.claude/commands/pr-review.mddocument/pr-review — Review a PR Against Jira Acceptance Criteria3941
file:.claude/commands/product-analyst.mddocument---1668
file:.claude/commands/sdd-brainstorm.mddocument---2353
file:.claude/commands/sdd-codereview.mddocument/sdd-codereview — Code Review a Completed SDD Task779
file:.claude/commands/sdd-done.mddocument---4013
file:.claude/commands/sdd-explain.mddocument---1945
file:.claude/commands/sdd-fromjira.mddocument---3478
file:.claude/commands/sdd-insight.mddocument---1420
file:.claude/commands/sdd-next.mddocument---914
file:.claude/commands/sdd-proposal.mddocument---4014
file:.claude/commands/sdd-spec.mddocument/sdd-spec — Scaffold a Feature Specification3343
file:.claude/commands/sdd-start.mddocument/sdd-start — Start an SDD Task2014
file:.claude/commands/sdd-status.mddocument---633
file:.claude/commands/sdd-task.mddocument/sdd-task — Decompose a Spec into SDD Tasks2144
file:.claude/commands/sdd-tojira.mddocument---3305
file:.claude/commands/user-story.mddocument---3184
file:.claude/rules/cython-development.mddocument---387
file:.claude/rules/python-development.mddocument---601
file:.claude/rules/rust-development.mddocument---659
file:.claude/rules/using-git-worktrees.mddocument---1326
file:.claude/rules/worktree-pr-and-clean.mddocument---418
file:.claude/rules/worktree-start-feature.mddocument---493
file:.claude/rules/worktree-status.mddocument---707
file:.claude/skills/meta-prompting/SKILL.mddocument---1136
file:.claude/skills/meta-prompting/analyze-complexity/SKILL.mddocumentSKILL: Analyze Task Complexity1667
file:.claude/skills/meta-prompting/assess-quality/SKILL.mddocumentSKILL: Assess Output Quality2210
file:.claude/skills/meta-prompting/extract-context/SKILL.mddocumentSKILL: Extract Context from Output1914
file:.claude/skills/meta-prompting/meta-prompt-iterate/SKILL.mddocumentSKILL: Meta-Prompt Iterate2276
file:.github/pull_request_template.mddocumentSummary78
file:CHANGELOG.mddocumentChangelog3063
file:CLAUDE.mddocumentCLAUDE.md — hornero1298
file:README.mddocumenthornero 🪶3584
file:docs/ARCHITECTURE_GOVERNANCE.mddocumentArchitecture knowledge and reuse governance1393
file:docs/CHANGELOGS.mddocumentChangelog and release-note workflow560
file:docs/COLLABORATION.mddocumentIndependent advisory and grounded mockups833
file:docs/DEPLOYMENT.mddocumentDeployment guide1148
file:docs/DEVELOPMENT.mddocumentDevelopment guide2171
file:docs/INFOGRAPHIC_CHEATSHEET.mddocumentHornero: fuente para una infografía-cheatsheet2789
file:docs/PARROT_WIKI.mddocumentai-parrot knowledge for Codex, Claude Code and Gemini CLI1412
file:docs/RELEASING.mddocumentPublishing Hornero to PyPI743
file:docs/STRUCTURAL_MEMORY.mddocumentStructural intelligence and context economy1428
file:docs/USAGE.mddocumentUsage guide4010
file:docs/VIDEO_SCRIPT.mddocumentGuion de video: Hornero de cero a producción1214
file:docs/WORKFLOWS.mddocumentHornero: workflows reproducibles1723
file:docs/artefacts/README.mddocumentVisual artefacts · Artefactos visuales372
file:sdd/WORKFLOW.mddocumentAI-Parrot SDD Workflow for Claude Code2877
file:sdd/architecture/context.mddocumentArchitecture context72
file:sdd/architecture/glossary.mddocumentArchitecture glossary143
file:sdd/architecture/principles.mddocumentArchitecture principles93
file:sdd/proposals/BRAINSTORM-cross-pollination-hornero.mddocument---214
file:sdd/reviews/CODE_REVIEW-2026-07-14.mddocumentCode review: hornero1183
file:sdd/reviews/PAGEINDEX-2026-07-14.mddocumentPageIndex: hornero codebase2600
file:sdd/state/automated-pypi-delivery/PROGRESS.mddocumentAutomated PyPI delivery - progress checkpoint353
file:sdd/state/autonomous-improvement/PROGRESS.mddocumentAutonomous improvement program - progress checkpoint1330
file:sdd/state/changelog-visibility/PROGRESS.mddocumentChangelog visibility - progress checkpoint199
file:sdd/state/parrot-wiki-codex/PROGRESS.mddocumentParrot wiki and Codex integration progress106
file:sdd/state/production-intelligence/PROGRESS.mddocumentProduction intelligence program - progress checkpoint794
file:sdd/tasks/completed/TASK-001-ports-protocols.mddocumentTASK-001: Ports — `Signal`, `SignalSource`, `TrackerPort`, `DispatchPort` protocols1329
file:sdd/tasks/completed/TASK-002-requirement-delta-model.mddocumentTASK-002: `RequirementDelta` model with mechanical evidence verification1697
file:sdd/tasks/completed/TASK-003-spec-lifecycle.mddocumentTASK-003: Spec lifecycle — frontmatter contract + state machine + `SpecCorpus`1835
file:sdd/tasks/completed/TASK-004-ledger-store.mddocumentTASK-004: SQLite ledger — runs, deltas, verdicts, checkpoints1430
file:sdd/tasks/completed/TASK-005-inbox-source.mddocumentTASK-005: `InboxSource` — filesystem SignalSource adapter1575
file:sdd/tasks/completed/TASK-006-repo-tracker.mddocumentTASK-006: `RepoTracker` — the spec file IS the ticket1492
file:sdd/tasks/completed/TASK-007-cli-init-status.mddocumentTASK-007: CLI skeleton — `hornero init` + `hornero status` + config loading (F1 gate closer)1793
file:sdd/tasks/completed/TASK-008-knowledge-layer-fallback.mddocumentTASK-008: Knowledge layer — feature detection + first-class token-overlap fallback1795
file:sdd/tasks/completed/TASK-009-reconciler-drafting.mddocumentTASK-009: Reconciler drafting — LLM port, `FakeLLM`, evidence-gated delta drafts1852
file:sdd/tasks/completed/TASK-010-hitl-gate.mddocumentTASK-010: HITL gate — fail-closed terminal approval1609
file:sdd/tasks/completed/TASK-011-apply-deltas.mddocumentTASK-011: Apply step — approved deltas → spec files + ADRs + signal ack1881
file:sdd/tasks/completed/TASK-012-reconcile-cli-e2e.mddocumentTASK-012: `hornero reconcile [--dry-run]` — pipeline wiring + F2 gate closer1868
file:sdd/tasks/completed/TASK-013-criterion-parser.mddocumentTASK-013: Acceptance-criterion parser — `ShellCriterion` / `ManualCriterion`1410
file:sdd/tasks/completed/TASK-014-dispatch-bridge.mddocumentTASK-014: Dispatch bridge — spec→`BuildBrief` translation + `MulticodersDispatch` (feature-detected) + `MockBackend`2017
file:sdd/tasks/completed/TASK-015-build-cli-e2e.mddocumentTASK-015: `hornero build` — approved specs → briefs → dispatch → status transitions (F3 gate closer)1620
file:sdd/tasks/completed/TASK-016-reindex-command.mddocumentTASK-016: `hornero reindex` — deterministic knowledge rebuild + manifest1612
file:sdd/tasks/completed/TASK-017-writeback-merge-hook.mddocumentTASK-017: Write-back loop closure — merge→reindex hook + DUPLICATE detection (F4 gate closer)1863
file:sdd/tasks/completed/TASK-018-report-engine-capabilities.mddocumentTASK-018: Report engine + `capabilities.html` generator1616
file:sdd/tasks/completed/TASK-019-reports-cli-gate.mddocumentTASK-019: `workflows.html` + `traceability.html` + `hornero report` CLI (F5 gate closer)1738
file:sdd/tasks/completed/TASK-020-manifest-reader.mddocumentTASK-020: Toolkit manifest reader + built-in fallback patterns710
file:sdd/tasks/completed/TASK-021-upstream-fetcher.mddocumentTASK-021: Upstream fetcher — sparse/shallow clone cache817
file:sdd/tasks/completed/TASK-022-lockfile-model.mddocumentTASK-022: Per-repo lockfile — `.hornero/sdd.lock`670
file:sdd/tasks/completed/TASK-023-sdd-install.mddocumentTASK-023: `hornero sdd install` — installer + scaffold + adopt (F2.5 gate closer)947
file:sdd/tasks/completed/TASK-024-native-sdd-layout.mddocumentTASK-024: §2 amendment — hornero adopts the SDD layout as native spec store1207
file:sdd/tasks/completed/TASK-025-drift-engine.mddocumentTASK-025: Three-way drift engine (§6)897
file:sdd/tasks/completed/TASK-026-sdd-sync-cli.mddocumentTASK-026: `sdd status` / `sdd diff` / `sdd sync --pull` + hold/pin (F3.5 gate closer)1032
file:sdd/tasks/completed/TASK-027-sdd-push-workspace.mddocumentTASK-027: `sync --push` PR flow + `--workspace` fanout (F4.5 gate closer)1155
file:sdd/tasks/completed/TASK-028-watermarks-noop.mddocumentTASK-028: Watermark store + content snapshots + no-op discipline (F6 gate closer)442
file:sdd/tasks/completed/TASK-029-redaction-layer.mddocumentTASK-029: Shared redact() layer applied to generated surfaces (SPEC-003 §9)373
file:sdd/tasks/completed/TASK-030-wiki-engine.mddocumentTASK-030: hornero wiki init/update — agent-facing living wiki (F7)603
file:sdd/tasks/completed/TASK-031-instruction-injection.mddocumentTASK-031: CLAUDE.md/AGENTS.md standardized section injection (F7)405
file:sdd/tasks/completed/TASK-032-gitsource-budget-ci.mddocumentTASK-032: GitSource + delta budget + CI examples (F8 gate closer)726
file:sdd/tasks/completed/TASK-033-flight-recorder.mddocumentTASK-033: Trace envelope + recorder + runs CLI (F9 gate closer)645
file:sdd/tasks/completed/TASK-034-scribe.mddocumentTASK-034: Scribe: trace -> Decision Record with verified citations (F10 gate closer)554
file:sdd/tasks/completed/TASK-035-dr-retrieval-synthesis.mddocumentTASK-035: DR retrieval surfacing + wiki decision links (F11 gate closer)448
file:sdd/tasks/completed/TASK-036-path-containment.mddocumentTASK-036: Enforce repository path containment136
file:sdd/tasks/completed/TASK-037-knowledge-redaction.mddocumentTASK-037: Redact and classify knowledge inputs134
file:sdd/tasks/completed/TASK-038-prompt-trust-boundary.mddocumentTASK-038: Add prompt trust boundaries123
file:sdd/tasks/completed/TASK-039-atomic-build.mddocumentTASK-039: Make build lifecycle atomic and recoverable127
file:sdd/tasks/completed/TASK-040-concurrent-run-ids.mddocumentTASK-040: Allocate concurrent-safe run identifiers114
file:sdd/tasks/completed/TASK-041-truthful-apply-outcomes.mddocumentTASK-041: Persist truthful reconciliation outcomes131
file:sdd/tasks/completed/TASK-042-strict-config-schema.mddocumentTASK-042: Validate configuration types and values131
file:sdd/tasks/completed/TASK-043-durable-delta-queue.mddocumentTASK-043: Model durable delta queue state125
file:sdd/tasks/completed/TASK-044-repository-root-discovery.mddocumentTASK-044: Discover and validate repository roots132
file:sdd/tasks/completed/TASK-045-index-recovery.mddocumentTASK-045: Validate and recover derived indexes119
file:sdd/tasks/completed/TASK-046-project-factory.mddocumentTASK-046: Create repositories from Hornero174
file:sdd/tasks/completed/TASK-047-blueprint-engine.mddocumentTASK-047: Build composable versioned blueprints163
file:sdd/tasks/completed/TASK-048-semantic-graph.mddocumentTASK-048: Build the semantic project graph172
file:sdd/tasks/completed/TASK-049-provenance.mddocumentTASK-049: Add graph provenance and history180
file:sdd/tasks/completed/TASK-050-graph-validator.mddocumentTASK-050: Validate graph and traceability on invocation179
file:sdd/tasks/completed/TASK-051-document-ingestion.mddocumentTASK-051: Normalize project documents165
file:sdd/tasks/completed/TASK-052-llm-providers.mddocumentTASK-052: Integrate real model providers181
file:sdd/tasks/completed/TASK-053-cli-dispatch.mddocumentTASK-053: Implement real coding CLI dispatch175
file:sdd/tasks/completed/TASK-054-improvement-analyzers.mddocumentTASK-054: Detect continuous-improvement findings181
file:sdd/tasks/completed/TASK-055-autonomous-controller.mddocumentTASK-055: Run a bounded autonomous improvement loop216
file:sdd/tasks/completed/TASK-056-temporal-graph.mddocumentTASK-056: Temporal graph and lineage96
file:sdd/tasks/completed/TASK-057-contradiction-detection.mddocumentTASK-057: Detect requirement contradictions97
file:sdd/tasks/completed/TASK-058-semantic-deduplication.mddocumentTASK-058: Detect semantic duplicates94
file:sdd/tasks/completed/TASK-059-evidence-extraction.mddocumentTASK-059: Evidence-gated AI extraction96
file:sdd/tasks/completed/TASK-060-impact-analysis.mddocumentTASK-060: Graph impact analysis97
file:sdd/tasks/completed/TASK-061-traceability-coverage.mddocumentTASK-061: Traceability coverage scoring98
file:sdd/tasks/completed/TASK-062-graph-query-explain.mddocumentTASK-062: Graph query and explanation98
file:sdd/tasks/completed/TASK-063-agent-context-packs.mddocumentTASK-063: Bounded agent context packs98
file:sdd/tasks/completed/TASK-064-signed-blueprint-registry.mddocumentTASK-064: Signed blueprint registry92
file:sdd/tasks/completed/TASK-065-blueprint-upgrades.mddocumentTASK-065: Safe blueprint upgrades98
file:sdd/tasks/completed/TASK-066-capability-resolver.mddocumentTASK-066: Stack capability resolver95
file:sdd/tasks/completed/TASK-067-production-stacks.mddocumentTASK-067: Production stack components97
file:sdd/tasks/completed/TASK-068-contract-generation.mddocumentTASK-068: Contract generation99
file:sdd/tasks/completed/TASK-069-workspace-graph.mddocumentTASK-069: Multi-repository workspace graph102
file:sdd/tasks/completed/TASK-070-finding-baselines.mddocumentTASK-070: Finding baselines and triage104
file:sdd/tasks/completed/TASK-071-policy-sdk.mddocumentTASK-071: Extensible policy SDK96
file:sdd/tasks/completed/TASK-072-supply-chain-intelligence.mddocumentTASK-072: Supply-chain intelligence108
file:sdd/tasks/completed/TASK-073-threat-modeling.mddocumentTASK-073: Automated threat modeling99
file:sdd/tasks/completed/TASK-074-compliance-catalogs.mddocumentTASK-074: Compliance catalogs and evidence101
file:sdd/tasks/completed/TASK-075-autonomous-runtime.mddocumentTASK-075: Sandboxed autonomous runtime138
file:sdd/tasks/completed/TASK-076-automated-pypi-delivery.mddocumentTASK-076: Automated trusted PyPI delivery139
file:sdd/tasks/completed/TASK-077-changelog-visibility.mddocumentTASK-077: Changelog and release-note visibility193
file:sdd/tasks/completed/TASK-078-parrot-wiki-codex.mddocumentTASK-078: ai-parrot wiki and Codex integration174
file:sdd/tasks/completed/TASK-079-advisory-grounding-protocol.mddocumentTASK-079: Advisory grounding and Multicoders protocol154
file:sdd/tasks/completed/TASK-080-advisory-ledger-graph-cli.mddocumentTASK-080: Advisory ledger, graph and CLI133
file:sdd/tasks/completed/TASK-081-grounded-mockup-orchestration.mddocumentTASK-081: Grounded mockup orchestration134
file:sdd/tasks/completed/TASK-082-visual-artifact-lineage.mddocumentTASK-082: Visual artifact lineage134
file:sdd/tasks/completed/TASK-088-structural-index.mddocumentTASK-088: Incremental structural index133
file:sdd/tasks/completed/TASK-089-explorer-diff-impact.mddocumentTASK-089: Offline explorer and diff-to-spec impact140
file:sdd/tasks/completed/TASK-090-symbolic-canvas.mddocumentTASK-090: In-flight symbolic canvas117
file:sdd/tasks/completed/TASK-091-pyramid-persona-recall.mddocumentTASK-091: Knowledge pyramid, persona and bounded recall126
file:sdd/tasks/completed/TASK-092-skill-distillation-gates.mddocumentTASK-092: Trace-backed skill distillation and gates125
file:sdd/templates/brainstorm.mddocument---1522
file:sdd/templates/decision_record.mddocument---186
file:sdd/templates/finding.mddocument---707
file:sdd/templates/proposal.mddocument---2065
file:sdd/templates/research_plan.prompt.mddocument<!-- sdd/templates/research_plan.prompt.md v1.0 -->2463
file:sdd/templates/spec.mddocument---1202
file:sdd/templates/synthesis.prompt.mddocument<!-- sdd/templates/synthesis.prompt.md v1.0 -->2870
file:sdd/templates/task.mddocumentTASK-<NNN>: <Title>1309
file:tests/fixtures/inbox_notes/note-a.mddocumentProduct sync — 2026-07-0651
file:tests/fixtures/inbox_notes/note-b.mddocumentFollow-up thread46
file:tests/fixtures/inbox_notes/note-c.mddocumentHallway chat41
file:.claude/workflows/sdd-insight.jsmoduleexport const meta = {2917
file:.gitignoremodule.venv/22
file:examples/workflows/quickstart.shmodule#!/usr/bin/env bash297