diff --git "a/qa/feature_status.csv" "b/qa/feature_status.csv" new file mode 100644--- /dev/null +++ "b/qa/feature_status.csv" @@ -0,0 +1,284 @@ +feature_id,parent_feature_id,source_tracker,surface,feature,entrypoint_or_route,source_evidence,risk_level,user_story,expected_behavior,setup_preconditions,test_command_or_steps,verification_mode,status,evidence,bug_id,bug_summary,bug_repro,fix_status,retest_evidence,last_verified_at,owner_lane,notes,review_status,review_notes,fix_strategy,validation_status +CLI-001,,docs/qa/feature-user-story-status.csv,CLI,Generic model run harness,ctx; python -m ctx,pyproject.toml project.scripts and src/ctx/__main__.py,High,As a user I can run or resume a model-agnostic ctx session,ctx and python -m ctx expose the same run/resume/sessions harness with configured provider tools budgets and transcript ordering intact,Provider credentials or dry-run/local test provider available,ctx --help; python -m ctx --help; focused run/resume smoke,Automated Test,Tested Pass,test_harness_cli_run.py: 67 passed for ctx run/resume/sessions; test_package_scaffold.py covers python -m ctx --help.,,,,,,2026-07-01,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-002,,docs/qa/feature-user-story-status.csv,CLI,Repository recommendation,ctx-recommend,pyproject.toml project.scripts,Medium,As a user I can ask ctx for current repo recommendations,ctx returns capped relevant skill agent MCP recommendations from the shared graph engine,Graph installed and target repo available,ctx-recommend --help then sample repo recommendation,Automated Test,Tested Pass,recommend CLI/golden subset: 24 passed for ctx-recommend and shared recommendation surfaces.,,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-003,,docs/qa/feature-user-story-status.csv,CLI,Initial setup,ctx-init,pyproject.toml project.scripts,Medium,As a new user I can install hooks graph and model mode from one command,ctx-init installs requested pieces idempotently and reports failures with non-zero exit,Writable user config directory,ctx-init --model-mode skip --graph,CLI Smoke,Retested Pass,PASS: temp USERPROFILE ctx-init --model-mode skip --knowledge-mode skip created .claude config/toolboxes and exited 0. PASS: temp USERPROFILE ctx-init --graph --graph-install-mode runtime --model-mode skip installed graph.json and harness page in 129.2s.,CTX-AZ-006,Full graph install exceeded the 10-minute Windows smoke budget before packed wiki artifacts: native-tar full install completed in 759.0s and cleanup took 171.7s.,ctx-init --model-mode skip --graph,Packed full artifact now ships wiki-packs and omits expanded non-root markdown fanout; ctx-init checksum updated.,PASS: temp USERPROFILE ctx-init --graph --graph-install-mode full --model-mode skip --knowledge-mode skip exited 0 in 409.7s with graph-store.sqlite3 wiki-packs harness pages and no expanded skills/agents/MCP/converted/concepts markdown.,2026-06-23,CLI Lane,Runtime path remains usable; full path now installs packed markdown wiki under the smoke budget while keeping harness pages direct.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-004,,docs/qa/feature-user-story-status.csv,CLI,Claude hook install,ctx-install-hooks,pyproject.toml project.scripts,Medium,As a Claude Code user I can install ctx hooks,Hooks are installed idempotently and point to existing modules,Claude config path writable,ctx-install-hooks --help then temp-home smoke,Automated Test,Tested Pass,inject hooks/ctx-init hook subset: 24 passed for hook install and failure handling.,,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-005,,docs/qa/feature-user-story-status.csv,CLI,Repo stack scan,ctx-scan-repo,pyproject.toml project.scripts,Medium,As a developer I can scan a repo and get stack plus recommendations,Scan detects stack signatures and renders recommendations consistently with graph engine,Sample repos available,ctx-scan-repo --repo . --recommend,CLI Smoke,Retested Pass,FAIL: first run classified ctx as ml-project because optional embeddings extra contains torch,CTX-AZ-002,Optional pyproject extras were treated as primary project-type dependencies,ctx-scan-repo --repo . --recommend,Fixed by excluding optional/dev pyproject deps from primary project-type classification while keeping them as searchable signals,PASS: focused scan tests 5 passed; live scan now reports Type infrastructure and recommendations render,2026-06-23,CLI Lane,,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-006,,docs/qa/feature-user-story-status.csv,CLI,Skill add,ctx-skill-add,pyproject.toml project.scripts,Medium,As a user I can add or update a skill,Skill is validated micro-skill gated written to wiki and attached to graph/index without duplicate stale edges,Temp skill directory and wiki path,ctx-skill-add --skill-path temp/SKILL.md --name demo --wiki temp/wiki,CLI Smoke,Retested Pass,Failed in isolated A-Z flow: Windows UTF-8 BOM input was rejected by markdown/JSON parsing; some rejected batch CLIs could still exit 0.,CTX-AZ-004,"Entity onboarding was not Windows-BOM-safe across skill/agent/MCP/harness inputs, and failed batches needed non-zero exits.",ctx-skill-add --skill-path temp/SKILL.md --name demo --wiki temp/wiki,Fixed,Skill add accepted BOM-prefixed SKILL.md and wrote wiki entity in temp CLI flow. Focused pytest regressions passed.,2026-06-23,CLI Lane,Regression coverage added for BOM inputs and MCP rejected-batch exit.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-007,,docs/qa/feature-user-story-status.csv,CLI,Skill install,ctx-skill-install,pyproject.toml project.scripts,Medium,As a Claude Code user I can install a recommended skill,Skill installs into Claude skills directory with manifest and safe overwrite behavior,Temp Claude home,ctx-skill-install --help then dry/smoke path if available,Automated Test,Tested Pass,"install/unload batch: 187 passed, including skill install behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-008,,docs/qa/feature-user-story-status.csv,CLI,Skill unload,ctx-skill-unload,pyproject.toml project.scripts,Medium,As a user I can unload stale skills,Skill is disabled/removed from active load state without deleting unrelated user files,Temp installed skill,ctx-skill-unload --help then temp uninstall smoke,Automated Test,Tested Pass,"install/unload batch: 187 passed, including skill unload behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-009,,docs/qa/feature-user-story-status.csv,CLI,Skill mirror,ctx-skill-mirror,pyproject.toml project.scripts,Medium,As a user I can mirror installed skills into wiki,Mirror preserves source metadata and does not overwrite higher quality records silently,Temp skill source,ctx-skill-mirror --help,Automated Test,Tested Pass,"mirror/quality batch: 123 passed, including skill mirror behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-010,,docs/qa/feature-user-story-status.csv,CLI,Skill health,ctx-skill-health,pyproject.toml project.scripts,Medium,As a maintainer I can check skill health,Health check reports missing frontmatter orphan entries and line drift with actionable exits,Repo graph/wiki available,ctx-skill-health --help then focused check,Automated Test,Tested Pass,"SkillSpector/health batch: 56 passed, including skill health behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-011,,docs/qa/feature-user-story-status.csv,CLI,Skill quality,ctx-skill-quality,pyproject.toml project.scripts,High,As a maintainer I can compute skill quality,Quality scores explain telemetry intake graph and routing signals,Repo graph/wiki available,ctx-skill-quality --help then sample,Automated Test,Tested Pass,"mirror/quality batch: 123 passed, including skill quality behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-012,,docs/qa/feature-user-story-status.csv,CLI,Agent add,ctx-agent-add,pyproject.toml project.scripts,Medium,As a user I can add or update an agent,Agent page is validated written atomically and connected to graph,Temp agent markdown and wiki path,ctx-agent-add --agent-path temp/agent.md --name demo --wiki temp/wiki,CLI Smoke,Retested Pass,Failed in isolated A-Z flow: Windows UTF-8 BOM input was rejected by markdown/JSON parsing; some rejected batch CLIs could still exit 0.,CTX-AZ-004,"Entity onboarding was not Windows-BOM-safe across skill/agent/MCP/harness inputs, and failed batches needed non-zero exits.",ctx-agent-add --agent-path temp/agent.md --name demo --wiki temp/wiki,Fixed,Agent add accepted BOM-prefixed agent markdown and wrote wiki entity in temp CLI flow. Focused pytest regressions passed.,2026-06-23,CLI Lane,Regression coverage added for BOM inputs and MCP rejected-batch exit.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-013,,docs/qa/feature-user-story-status.csv,CLI,Agent install,ctx-agent-install,pyproject.toml project.scripts,Medium,As a Claude Code user I can install an agent,Agent installs safely and appears in manifest/load surface,Temp Claude home,ctx-agent-install --help,Automated Test,Tested Pass,"install/unload batch: 187 passed, including agent install behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-014,,docs/qa/feature-user-story-status.csv,CLI,Agent unload,ctx-agent-unload,pyproject.toml project.scripts,Medium,As a user I can unload stale agents,Agent active state is removed safely and recommendation can suggest replacements,Temp installed agent,ctx-agent-unload --help,Automated Test,Tested Pass,install/unload batch plus monitor 3-type coverage: 187 passed for install/unload core behavior.,,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-015,,docs/qa/feature-user-story-status.csv,CLI,Agent mirror,ctx-agent-mirror,pyproject.toml project.scripts,Medium,As a user I can mirror agents into wiki,Mirror emits normalized wiki pages with source metadata,Temp agent source,ctx-agent-mirror --help,Automated Test,Tested Pass,Temp CLI smoke passed: ctx-agent-mirror mirrored agent body into converted-agents and cleaned temp files.,,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-016,,docs/qa/feature-user-story-status.csv,CLI,MCP add,ctx-mcp-add,pyproject.toml project.scripts,Medium,As a user I can add or update an MCP server,MCP record is validated enriched written atomically and linked in graph,Temp MCP JSON/URL and wiki path,ctx-mcp-add --dry-run with fixture,CLI Smoke,Retested Pass,Failed in isolated A-Z flow: Windows UTF-8 BOM input was rejected by markdown/JSON parsing; some rejected batch CLIs could still exit 0.,CTX-AZ-004,"Entity onboarding was not Windows-BOM-safe across skill/agent/MCP/harness inputs, and failed batches needed non-zero exits.",ctx-mcp-add --dry-run with fixture,Fixed,MCP add accepted BOM-prefixed JSON and wrote sharded wiki entity in temp CLI flow; stdin BOM regression is covered by pytest. Focused pytest regressions passed.,2026-06-23,CLI Lane,Regression coverage added for BOM inputs and MCP rejected-batch exit.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-017,,docs/qa/feature-user-story-status.csv,CLI,MCP install,ctx-mcp-install,pyproject.toml project.scripts,High,As a Claude Code user I can install an MCP server,MCP config is updated safely and secrets are not echoed or persisted inline,Temp Claude config,ctx-mcp-install --help then dry/temp smoke,Automated Test,Tested Pass,"install/unload batch: 187 passed, including MCP install behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-018,,docs/qa/feature-user-story-status.csv,CLI,MCP uninstall,ctx-mcp-uninstall,pyproject.toml project.scripts,Medium,As a user I can uninstall an MCP server,MCP config entry is removed without damaging other servers,Temp Claude config,ctx-mcp-uninstall --help,Automated Test,Tested Pass,"install/unload batch: 187 passed, including MCP uninstall behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-019,,docs/qa/feature-user-story-status.csv,CLI,MCP fetch,ctx-mcp-fetch,pyproject.toml project.scripts,Medium,As a maintainer I can fetch MCP catalog data,Fetch produces normalized records with source provenance and retry-safe output,Network available or fixture mode,ctx-mcp-fetch --help,Automated Test,Tested Pass,"MCP fetch/ingest/server batch: 77 passed, 1 skipped.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-020,,docs/qa/feature-user-story-status.csv,CLI,MCP ingest,ctx-mcp-ingest,pyproject.toml project.scripts,Medium,As a maintainer I can ingest MCP catalog data,Ingest deduplicates normalizes and updates wiki/graph inputs,Fixture catalog,ctx-mcp-ingest --help,Automated Test,Tested Pass,"MCP fetch/ingest/server batch: 77 passed, 1 skipped.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-021,,docs/qa/feature-user-story-status.csv,CLI,MCP enrich,ctx-mcp-enrich,pyproject.toml project.scripts,Medium,As a maintainer I can enrich MCP records,Enrichment updates metadata without clobbering curated fields,Fixture record,ctx-mcp-enrich --help,Automated Test,Tested Pass,"MCP enrich/canonical/quality signals batch: 78 passed, 1 skipped.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-022,,docs/qa/feature-user-story-status.csv,CLI,MCP quality,ctx-mcp-quality,pyproject.toml project.scripts,Medium,As a maintainer I can score MCP quality,MCP score explains source docs install and metadata signals,Repo wiki available,ctx-mcp-quality --help,Automated Test,Tested Pass,"MCP quality batches passed: 123 passed plus 78 passed, 1 skipped in signal/enrich coverage.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-023,,docs/qa/feature-user-story-status.csv,CLI,MCP rebuild index,ctx-mcp-rebuild-index,pyproject.toml project.scripts,Medium,As a maintainer I can rebuild MCP lookup index,Index rebuild is deterministic and validates duplicate slugs,Repo wiki available,ctx-mcp-rebuild-index --help,Automated Test,Tested Pass,Temp CLI smoke passed: ctx-mcp-rebuild-index wrote .canonical-index.json; canonical index tests included in 78 passed batch.,,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-024,,docs/qa/feature-user-story-status.csv,CLI,MCP server,ctx-mcp-server,pyproject.toml project.scripts,High,As an MCP client I can connect to ctx as an MCP server,Server speaks JSON-RPC over stdio exposes ctx-core tools and shapes invalid requests safely,Local MCP client or stdio smoke,JSON-RPC initialize then tools/list and tools/call against ctx-mcp-server,Automated Test,Tested Pass,test_mcp_server.py covers initialize tools/list tools/call error shaping subprocess round-trip and telemetry redaction.,,,,,,2026-06-29,CLI Lane,Corrected tracker behavior from nonexistent --help path to the actual stdio MCP server contract.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-025,,docs/qa/feature-user-story-status.csv,CLI,Harness add,ctx-harness-add,pyproject.toml project.scripts,Medium,As a user I can add or update a harness,Harness page is atomic symlink-safe scored and linked to compatible model goals,Temp harness JSON/wiki,ctx-harness-add --dry-run --from-json fixture,CLI Smoke,Retested Pass,Failed in isolated A-Z flow: Windows UTF-8 BOM input was rejected by markdown/JSON parsing; some rejected batch CLIs could still exit 0.,CTX-AZ-004,"Entity onboarding was not Windows-BOM-safe across skill/agent/MCP/harness inputs, and failed batches needed non-zero exits.",ctx-harness-add --dry-run --from-json fixture,Fixed,Harness add accepted BOM-prefixed JSON and wrote wiki entity in temp CLI flow. Focused pytest regressions passed.,2026-06-23,CLI Lane,Regression coverage added for BOM inputs and MCP rejected-batch exit.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-026,,docs/qa/feature-user-story-status.csv,CLI,Harness install/recommend,ctx-harness-install,pyproject.toml project.scripts,High,As a local/API model user I can get harness recommendations and install one,Wizard interviews model goal tools privacy runtime and recommends harness above threshold or no-fit PRD,Graph/wiki installed,ctx-harness-install --dry-run --goal sample --model openai/gpt-4.1,CLI Smoke,Retested Pass,FAIL: generic Python coding-agent goal recommended narrow text-to-cad harness,CTX-AZ-003,Narrow-domain harnesses could win generic goals via shared python/filesystem/verification terms,ctx-harness-install --dry-run --goal sample --model openai/gpt-4.1,Fixed with domain-fit penalty unless the user goal names the harness domain,PASS: generic goal now returns no-fit PRD; explicit CAD/robotics goal still recommends text-to-cad; focused tests 4 passed,2026-06-23,CLI Lane,,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-027,,docs/qa/feature-user-story-status.csv,CLI,Bundle suggest,ctx-bundle-suggest,pyproject.toml project.scripts,Medium,As a session-start hook I can get a capped bundle suggestion,Bundle suggestions are capped deduped and explain why each entity is useful,Graph installed and repo context,ctx-bundle-suggest --help,Automated Test,Tested Pass,"bundle/lifecycle/toolbox batch: 110 passed, including bundle suggestion/orchestration behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-028,,docs/qa/feature-user-story-status.csv,CLI,Lifecycle,ctx-lifecycle,pyproject.toml project.scripts,Medium,As a user I can track load/unload lifecycle,Usage and stale entities are tracked with confirmable unload behavior,Audit/log path available,ctx-lifecycle --help,Automated Test,Tested Pass,"bundle/lifecycle/toolbox batch: 110 passed, including lifecycle behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-029,,docs/qa/feature-user-story-status.csv,CLI,Toolbox,ctx-toolbox,pyproject.toml project.scripts,Medium,As a user I can manage toolbox councils,Toolbox init/list/run is idempotent and does not warn on expected existing state,Temp toolbox home,ctx-toolbox --help,Automated Test,Tested Pass,"bundle/lifecycle/toolbox batch: 110 passed, including toolbox config/hooks behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-030,,docs/qa/feature-user-story-status.csv,CLI,Dedup check,ctx-dedup-check,pyproject.toml project.scripts,Medium,As a maintainer I can block duplicate entities,Dedup gate catches near duplicates and reports merge/update advice,Repo wiki/graph available,ctx-dedup-check --help then sample,Automated Test,Tested Pass,"wiki queue/dedup/source/package/category batch: 106 passed, including dedup behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-031,,docs/qa/feature-user-story-status.csv,CLI,Tag backfill,ctx-tag-backfill,pyproject.toml project.scripts,Medium,As a maintainer I can backfill weak tags,Backfill adds useful tags without overwriting curated tags blindly,Fixture wiki,ctx-tag-backfill --help,Automated Test,Tested Pass,Temp-home CLI smoke passed: ctx-tag-backfill generated a report for an empty-tag skill; generated report artifact was removed.,,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-032,,docs/qa/feature-user-story-status.csv,CLI,Source registry,ctx-source-registry,pyproject.toml project.scripts,Medium,As a maintainer I can track external sources,Registry records source status license and update provenance,Repo source registry available,ctx-source-registry --help,Automated Test,Tested Pass,Source registry test plus CLI JSON smoke passed; source registry emitted validated JSON and temp output was removed.,,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-033,,docs/qa/feature-user-story-status.csv,CLI,Wiki graphify,ctx-wiki-graphify,pyproject.toml project.scripts,Medium,As a maintainer I can build the knowledge graph,Graphify exports crash-safe graph artifacts refreshes generated links and validates counts,Repo wiki path,ctx-wiki-graphify --dry-run or graph-only fixture,Automated Test,Tested Pass,wiki graphify/security/density/quality/harness entity tests: 43 passed.,,,,,,2026-06-23,CLI Lane,Validated in final A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-034,,docs/qa/feature-user-story-status.csv,CLI,Incremental attach,ctx-incremental-attach,pyproject.toml project.scripts,Medium,As a maintainer I can attach new nodes fast,Attach uses pinned embedding/index geometry writes provenance-rich overlays and supports dry-run/queued fallback,Vector index and fixture node,ctx-incremental-attach attach --dry-run ...,Automated Test,Tested Pass,"graph packs/store/incremental batch: 59 passed, including incremental attach A-Z flow.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-035,,docs/qa/feature-user-story-status.csv,CLI,Incremental shadow,ctx-incremental-shadow,pyproject.toml project.scripts,Medium,As a maintainer I can compare incremental attach with batch graph,Shadow mode reports precision recall top-k agreement and bad examples,Graph/index available,ctx-incremental-shadow --help,Automated Test,Tested Pass,incremental shadow tests: 6 passed.,,,,,,2026-06-23,CLI Lane,Validated in final A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-036,,docs/qa/feature-user-story-status.csv,CLI,Graph store,ctx-graph-store,pyproject.toml project.scripts,Medium,As a dashboard user I can search graph quickly via SQLite store,Store builds validates searches and returns neighborhoods consistent with graph artifacts,Graph artifact available,ctx-graph-store --help,Automated Test,Tested Pass,"graph packs/store/incremental batch: 59 passed, including graph-store CLI build/validate/search/neighborhood behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-037,,docs/qa/feature-user-story-status.csv,CLI,Pack compaction,ctx-pack-compact,pyproject.toml project.scripts,Medium,As a maintainer I can compact overlay packs,Compaction validates overlays tombstones counts and writes new base artifacts atomically,Graph packs available,ctx-pack-compact --help,Automated Test,Tested Pass,graph packs/store/incremental batch: 59 passed plus pack_compaction coverage.,,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-038,,docs/qa/feature-user-story-status.csv,CLI,Wiki worker,ctx-wiki-worker,pyproject.toml project.scripts,Medium,As a maintainer I can drain wiki maintenance queue,Worker leases retries jobs and recovers after failure without corrupting artifacts,Temp wiki queue,ctx-wiki-worker --once --limit 1 on fixture,Automated Test,Tested Pass,"wiki queue/dedup/source/package/category batch: 106 passed, including wiki worker upsert/delete/compaction jobs.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-039,,docs/qa/feature-user-story-status.csv,CLI,SkillSpector audit,ctx-skillspector-audit,pyproject.toml project.scripts,Medium,As a maintainer I can audit skill quality and stale resources,Audit reports stale wrappers invalid references and remediation actions,Repo skills available,ctx-skillspector-audit --help,Automated Test,Tested Pass,"SkillSpector/health batch: 56 passed, including audit payload/report normalization.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-040,,docs/qa/feature-user-story-status.csv,CLI,SkillSpector scan,ctx-skillspector-scan,pyproject.toml project.scripts,Medium,As a maintainer I can scan SkillSpector data for dashboard,Scan produces dashboard-readable results without blocking normal monitor load,Repo skills available,ctx-skillspector-scan --help,Automated Test,Tested Pass,"SkillSpector/health batch: 56 passed, including scan/service behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-041,,docs/qa/feature-user-story-status.csv,CLI,SkillSpector remediation,ctx-skillspector-remediation,pyproject.toml project.scripts,Medium,As a maintainer I can remediate SkillSpector findings,Remediation proposes or applies safe fixes with audit evidence,Audit fixture,ctx-skillspector-remediation --help,Automated Test,Tested Pass,"SkillSpector/health batch: 56 passed, including remediation behavior.",,,,,,2026-06-23,CLI Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-042,,docs/qa/feature-user-story-status.csv,Dashboard,Monitor server,ctx-monitor,pyproject.toml project.scripts,High,As a user I can launch the local dashboard,Dashboard starts on local host serves all nav pages and does not expose LAN mode unauthenticated,Graph runtime installed,ctx-monitor serve --host 127.0.0.1 --port 8765,CLI Smoke,Tested Pass,Started ctx-monitor on 127.0.0.1:8765; HTTP dashboard responded after restart.,,,,,,2026-06-23,CLI Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-043,,docs/qa/feature-user-story-status.csv,CLI,Telemetry export,ctx-telemetry-export,pyproject.toml project.scripts and docs/telemetry.md,High,As an enterprise operator I can export local ctx telemetry to configured sinks,Export reads local event and metric spools applies checkpoints and supports local JSONL or OTLP sinks with host allow-listing,Telemetry spool and optional exporter config,ctx-telemetry-export --dry-run --json,CLI Smoke,Tested Pass,enterprise telemetry focused tests covered exporter configuration checkpointing local JSONL and OTLP payload paths.,,,,,,2026-06-29,CLI Lane,Validated in telemetry release gate without requiring external collector credentials.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-044,,docs/qa/feature-user-story-status.csv,CLI,Telemetry retention,ctx-telemetry-retention,pyproject.toml project.scripts and docs/telemetry.md,High,As an enterprise operator I can preview and enforce telemetry retention,Retention plans and enforces TTL cleanup for local telemetry signals while recording status without leaking payloads,Telemetry config and local spool paths,ctx-telemetry-retention plan --signal all --json,CLI Smoke,Tested Pass,enterprise telemetry focused tests covered retention planning enforcement status output and privacy salt behavior.,,,,,,2026-06-29,CLI Lane,Validated as local-only enterprise privacy default with exporters separately configurable.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-045,,docs/qa/feature-user-story-status.csv,CLI,Backup mirror CLI,"python -m backup_mirror create, snapshot-if-changed, verify, restore, watchdog, prune","src/backup_mirror.py, src/backup_watchdog.py, docs/backup-hook-install.md",High,As a Claude Code user I can snapshot verify restore watch and prune tracked config backups from documented commands,Backup mirror commands create SHA-gated snapshots verify before restore run watchdog polling safely and prune by retention policy without leaking credentials,Temp Claude home fixture available,python -m pytest src/tests/test_backup_mirror.py src/tests/test_backup_retention.py src/tests/test_backup_watchdog.py -q,Automated Test,Tested Pass,"test_backup_mirror.py, test_backup_retention.py, and test_backup_watchdog.py cover create snapshot-if-changed verify restore watchdog and prune CLI paths.",,,,,,2026-06-29,CLI Lane,Added so the public backup install page's documented python -m backup_mirror commands are tracked as first-class behavior.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-046,,docs/qa/feature-user-story-status.csv,CLI,Generic harness planner evaluator and contract modes,"ctx run --planner, ctx run --evaluator, ctx run --contract","src/ctx/cli/run.py, src/tests/test_harness_planner.py, src/tests/test_harness_evaluator.py, src/tests/test_harness_contract.py",Medium,As a model-agnostic harness user I can run planning evaluation and contract review modes,ctx.cli.run exposes --planner --evaluator and --contract modes while preserving session and runtime semantics,Provider fixture or local test provider available,python -m pytest src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py -q,Automated Test,Tested Pass,harness planner evaluator and contract tests cover CLI parser runtime dispatch and persisted outputs.,,,,,,2026-06-29,CLI Lane,Split from broad CLI-001 so deep ctx.cli.run modes are explicit.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-047,,docs/qa/feature-user-story-status.csv,CLI,Resume MCP restoration safety,ctx resume --restore-session-mcp and credential_env,src/ctx/cli/run.py and src/tests/test_harness_cli_run.py,High,As a returning harness user I can resume without restoring executable MCP metadata unless I opt in,ctx resume skips recorded MCP command and env metadata by default and restores credential_env only with explicit --restore-session-mcp,Recorded session fixture,python -m pytest src/tests/test_harness_cli_run.py -q,Automated Test,Tested Pass,test_harness_cli_run.py covers default skip restore opt-in and credential_env behavior.,,,,,,2026-06-29,CLI Lane,Tracks resume security semantics inside broad CLI-001.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-048,,docs/qa/feature-user-story-status.csv,CLI,Harness update and uninstall controls,ctx-harness-install --update and ctx-harness-install --uninstall,src/harness_install.py and src/tests/test_harness_install.py,Medium,As a harness user I can dry-run update or uninstall an installed harness safely,Update and uninstall flows detect installed harness state show planned changes and avoid destructive surprises,Installed harness fixture,python -m pytest src/tests/test_harness_install.py -q,Automated Test,Tested Pass,test_harness_install.py covers update dry-run uninstall safety and missing-record behavior.,,,,,,2026-06-29,CLI Lane,Split from CLI-026 so install recommend update and uninstall semantics are separately tracked.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CLI-049,,docs/qa/feature-user-story-status.csv,CLI,LoopFlow and agent-loop adapter,python -m ctx.adapters.loopflow,src/ctx/adapters/loopflow.py and src/tests/test_loopflow_adapter.py,High,As a DSL runner or custom agent-loop author I can ask ctx for scoped planning capabilities before each loop plan,Adapter emits a JSON contract with permission-gated skills agents MCPs ctx MCP server metadata and gated harness recommendations only when a user-owned/API/local model is declared,Graph/wiki available or recommendation functions mocked,python -m pytest src/tests/test_loopflow_adapter.py -q,Automated Test,Tested Pass,test_loopflow_adapter.py covers loop-file parsing permission filtering MCP tool metadata harness gating shell-quoted harness install commands CLI JSON output and empty permission fail-closed behavior.,,,,,,2026-06-30,CLI Lane,Tracks the module entry point documented in docs/harness/attaching-to-hosts.md.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +HOOK-001,,docs/qa/feature-user-story-status.csv,Hooks,Backup PostToolUse runtime hook,hooks/backup_on_change.py,hooks/backup_on_change.py and src/tests/test_quality_hook.py,Medium,As a Claude Code user I can snapshot tracked config changes from a PostToolUse hook,The hook reads stdin JSON detects tracked files runs snapshot-if-changed and always exits 0 so edits are not blocked,Temp Claude home and tracked config fixture needed,python -m pytest src/tests/test_quality_hook.py -q,Automated Test,Tested Pass,test_quality_hook.py covers root backup hook stdin parsing tracked-file dispatch snapshot reason shaping and nonblocking exit even when snapshot returns nonzero.,,,,,,2026-06-30,Core/Docs Lane,Validated in Phase 2 runtime hook behavior slice without increasing the test inventory count.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +HOOK-002,,docs/qa/feature-user-story-status.csv,Hooks,Quality Stop runtime hook,hooks/quality_on_session_end.py,hooks/quality_on_session_end.py and src/tests/test_quality_hook.py,Medium,As a Claude Code user I can refresh touched skill quality on session stop without blocking shutdown,The hook reads event state recomputes bounded touched slugs writes audit state and always exits 0 on advisory failures,Temp Claude home and skill event fixture needed,python -m pytest src/tests/test_quality_hook.py -q,Automated Test,Tested Pass,test_quality_hook.py covers touched slug selection state cutoff max slug cap missing file behavior and main nonblocking exit when recompute fails.,,,,,,2026-06-30,Core/Docs Lane,Validated in Phase 2 runtime hook behavior slice without increasing the test inventory count.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +PYAPI-001,,docs/qa/feature-user-story-status.csv,Python API,Public Python API,ctx.api and ctx top-level re-exports,src/ctx/api.py and src/ctx/__init__.py,High,As a harness author I can import ctx from Python without depending on internal modules,recommend_bundle graph_query wiki_search wiki_get list_all_entities default_wiki_dir and CtxCoreToolbox keep stable signatures safe defaults and top-level re-exports,Runtime wiki or synthetic fixture available,pytest src/tests/test_public_api.py -q,Automated Test,Tested Pass,test_public_api.py covers __all__ exports top-level re-exports signatures happy paths empty paths and telemetry privacy payloads.,,,,,,2026-06-29,API/MCP Lane,Added during canonical feature inventory gap pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MCP-001,,docs/qa/feature-user-story-status.csv,MCP/Core Tools,Read/query tool catalog,"ctx__recommend_bundle, ctx__graph_query, ctx__wiki_search, ctx__wiki_get",src/ctx/adapters/generic/ctx_core_tools.py and src/ctx/mcp_server/server.py,High,As an MCP or generic harness client I can call ctx read tools consistently,Read tools return recommendations graph neighborhoods wiki search and wiki entity payloads through both generic toolbox and MCP stdio surfaces,Synthetic graph/wiki fixture available,pytest src/tests/test_harness_ctx_core.py src/tests/test_mcp_server.py -q,Automated Test,Tested Pass,test_harness_ctx_core.py and test_mcp_server.py pin the read tool names schemas dispatch success paths and JSON-RPC tools/list exposure.,,,,,,2026-06-29,API/MCP Lane,Canonical tracker row for the first-class ctx-core read tools.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MCP-002,,docs/qa/feature-user-story-status.csv,MCP/Core Tools,Lifecycle and session tool catalog,"ctx__observe_dev_event, ctx__load_entity, ctx__mark_entity_used, ctx__record_validation, ctx__record_escalation, ctx__unload_entity, ctx__session_end, ctx__session_state",src/ctx/adapters/generic/ctx_core_tools.py and ctx.runtime_lifecycle.record,High,As an MCP or generic harness client I can record runtime lifecycle evidence,Lifecycle tools append privacy-safe session events enforce bound session IDs and expose session state without leaking raw entity slugs,Temp runtime lifecycle directory available,pytest src/tests/test_harness_ctx_core.py src/tests/test_mcp_server.py -q,Automated Test,Tested Pass,test_harness_ctx_core.py covers lifecycle append order bound session enforcement telemetry hashing and test_mcp_server.py covers lifecycle tools/call round-trip.,,,,,,2026-06-29,API/MCP Lane,Canonical tracker row for lifecycle/session tools exposed in the MCP/core toolbox catalog.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MCP-003,,docs/qa/feature-user-story-status.csv,MCP Router,Trusted third-party MCP attachment,McpClient and McpRouter,src/ctx/adapters/generic/tools/mcp_router.py,High,As a generic harness user I can attach trusted third-party MCP servers safely,Router starts MCP subprocesses with isolated environment namespaces tools handles timeouts and redacts secrets from errors,Fake MCP server fixture available,pytest src/tests/test_mcp_router.py -q,Automated Test,Tested Pass,test_mcp_router.py covers client start stop tool listing calls namespace routing timeout crash handling environment isolation and stderr secret redaction.,,,,,,2026-06-29,API/MCP Lane,Added because third-party MCP attachment is user-facing host functionality not just internal plumbing.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MCP-004,,docs/qa/feature-user-story-status.csv,MCP/Core Tools,Response format negotiation,output_format and _response_format,src/ctx/adapters/generic/ctx_core_tools.py,High,As a tool caller I can request JSON or GCF output from read tools,Read tool schemas expose optional output_format and _response_format aliases and fall back to JSON errors when GCF codec is unavailable,Generic toolbox fixture available,pytest src/tests/test_harness_ctx_core.py -q,Automated Test,Tested Pass,test_harness_ctx_core.py covers optional schema fields JSON default GCF opt-in public alias and codec-missing fallback.,,,,,,2026-06-29,API/MCP Lane,Tracks a schema-visible behavior exposed to MCP/tool clients.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-001,,docs/qa/feature-user-story-status.csv,Dashboard,Home page,/,src/ctx/monitor/routes.py,High,As a user I can land on a useful dashboard home,Home shows current counts and high-value entry points without stale numbers,Monitor running,GET /,Manual/Documented,Tested Pass,GET / returned 200 in 1506ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-002,,docs/qa/feature-user-story-status.csv,Dashboard,Loaded page,/loaded,src/ctx/monitor/routes.py,High,As a user I can see loaded entities,Loaded page lists active skills agents MCPs and supports load state clarity,Monitor running,GET /loaded,Manual/Documented,Tested Pass,GET /loaded returned 200 in 79ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-003,,docs/qa/feature-user-story-status.csv,Dashboard,Skills page,/skills,src/ctx/monitor/routes.py,High,As a user I can browse skills with pagination/search,Skills page is fast and does not dump all cards at once,Monitor running,GET /skills,Manual/Documented,Tested Pass,GET /skills returned 200 in 165ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-004,,docs/qa/feature-user-story-status.csv,Dashboard,SkillSpector page,/skillspector,src/ctx/monitor/routes.py,High,As a maintainer I can inspect quality findings,SkillSpector page renders findings and remediation links,Monitor running,GET /skillspector,Manual/Documented,Tested Pass,GET /skillspector returned 200 in 3315ms after restart; functional but slower than core pages.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-005,,docs/qa/feature-user-story-status.csv,Dashboard,Wiki index/catalog,"/wiki, /catalog, and /catalog/",src/ctx/monitor/routes.py,Medium,As a user I can search entity catalog,Wiki/catalog supports autocomplete-like search and tiles for skill agent MCP harness,Monitor running,GET /catalog?type=agent&q=review,Manual/Documented,Retested Pass,FAIL: live route timed out after 60018ms before fix,CTX-AZ-001,/catalog with query rebuilt too much server-side catalog state while /api/entities/search was fast,GET /catalog?type=agent&q=review,Fixed by using bounded search results for queried wiki/catalog render,PASS: live route 200 in 1422ms after monitor restart; focused tests 4 passed,2026-06-23,Dashboard/Docs Lane,Regression covered by test_render_wiki_index_query_uses_bounded_search,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-006,,docs/qa/feature-user-story-status.csv,Dashboard,Wiki entity page,/wiki/,src/ctx/monitor/routes.py,High,As a user I can inspect a full entity page,Entity page has Overview Subgraph Quality tabs and rendered markdown/frontmatter,Monitor running,GET /wiki/github?type=mcp-server,Manual/Documented,Tested Pass,GET /wiki/github?type=mcp-server returned 200 in 2705ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-007,,docs/qa/feature-user-story-status.csv,Dashboard,Graph page,/graph,src/ctx/monitor/routes.py,Medium,As a user I can explore graph interactively,Graph loads live search results click-to-focus double-click-back filters match histogram and useful inspector,Monitor running,GET /graph then interact,Manual/Documented,Retested Pass,PASS: /graph returned 200 in 31ms after monitor restart,,,,,PASS: Playwright test_ctx_monitor_browser.py::test_graph_page_uses_builtin_svg_renderer covered renderer click focus double-click back filters histogram live search type shapes and inspector.,2026-06-23,Dashboard/Docs Lane,Browser interaction pass completed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-020,,docs/qa/feature-user-story-status.csv,Dashboard,Graph live search type preservation,/graph focus search,src/ctx/monitor/pages/graph_client.py,Medium,As a dashboard user searching duplicate graph slugs I can keep the selected entity type,Live search sends the selected focus type to /api/entities/search.json so duplicate slugs resolve to the intended skill agent MCP server or harness,Monitor running with graph search data,pytest src/tests/test_ctx_monitor.py::test_render_graph_focus_controls_preserve_type -q,Automated Test,Retested Pass,FAIL: graph live search fetched /api/entities/search.json without type even when focus-type was selected.,DASH-UX-004,Graph live search ignored the selected focus entity type and could suggest the wrong duplicate slug type,pytest src/tests/test_ctx_monitor.py::test_render_graph_focus_controls_preserve_type -q,Fixed by appending selectedFocusType to the live entity search request,PASS: focused graph render test pins selected type in live search URL generation.,2026-06-29,Dashboard/Docs Lane,Added from dashboard/graph expert lane UX finding.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-008,,docs/qa/feature-user-story-status.csv,Dashboard,Manage page,/manage,src/ctx/monitor/routes.py,High,As a user I can manage entities,Manage supports search upload/upsert delete/manual edit with safety prompts,Monitor running,GET /manage,Manual/Documented,Tested Pass,GET /manage returned 200 in 261ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-009,,docs/qa/feature-user-story-status.csv,Dashboard,Harness setup,/harness,src/ctx/monitor/routes.py,High,As a local/API model user I can use a harness wizard,Harness Setup interviews model and goals recommends matching harness or no-fit PRD,Monitor running,GET /harness,Manual/Documented,Tested Pass,GET /harness returned 200 in 23ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-010,,docs/qa/feature-user-story-status.csv,Dashboard,Docs page,/docs,src/ctx/monitor/routes.py,High,As a user I can read repo docs inside dashboard,Docs render markdown like mkdocs with tabs sidebar hierarchy and local search,Monitor running,GET /docs,Manual/Documented,Tested Pass,GET /docs returned 200 in 1219ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-011,,docs/qa/feature-user-story-status.csv,Dashboard,Config page,/config,src/ctx/monitor/routes.py,High,As a user I can view/edit important config,Config shows explanations defaults required fields validation and safe save,Monitor running,GET /config and POST /api/config,Manual/Documented,Tested Pass,GET /config returned 200 in 12ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-012,,docs/qa/feature-user-story-status.csv,Dashboard,Status page,/status,src/ctx/monitor/routes.py,High,As a user I can see system health,Status reports graph/wiki/cache/session health with actionable errors,Monitor running,GET /status,Manual/Documented,Tested Pass,GET /status returned 200 in 3750ms after restart; functional but slower than core pages.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-013,,docs/qa/feature-user-story-status.csv,Dashboard,KPI page,/kpi,src/ctx/monitor/routes.py,High,As a user I can inspect recommendation effectiveness,KPIs show usage score quality and lifecycle trends without slow unbounded render,Monitor running,GET /kpi,Manual/Documented,Tested Pass,GET /kpi returned 200 in 107ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-014,,docs/qa/feature-user-story-status.csv,Dashboard,Runtime page,/runtime,src/ctx/monitor/routes.py,High,As a user I can inspect runtime artifacts,Runtime shows graph store cache versions and artifact freshness,Monitor running,GET /runtime,Manual/Documented,Tested Pass,GET /runtime returned 200 in 25ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-015,,docs/qa/feature-user-story-status.csv,Dashboard,Sessions page,/sessions,src/ctx/monitor/routes.py,High,As a user I can inspect sessions,Sessions page lists transcripts and details without leaking secrets,Monitor running,GET /sessions,Manual/Documented,Tested Pass,GET /sessions returned 200 in 269ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-016,,docs/qa/feature-user-story-status.csv,Dashboard,Logs page,/logs,src/ctx/monitor/routes.py,High,As a user I can inspect logs,Logs render audit/log files or clear empty state,Monitor running,GET /logs,Manual/Documented,Tested Pass,GET /logs returned 200 in 132ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-017,,docs/qa/feature-user-story-status.csv,Dashboard,Live events,/events and /live,src/ctx/monitor/routes.py,High,As a user I can tail live events,Live page connects SSE and shows clear empty/disconnected states,Monitor running,GET /events and /api/events.stream,Manual/Documented,Tested Pass,GET /live returned 200 in 87ms after restart.,,,,,,2026-06-23,Dashboard/Docs Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-018,,docs/qa/feature-user-story-status.csv,Dashboard,Session detail page,/session/,src/ctx/monitor/routes.py,Medium,As a user I can inspect one session timeline,Session detail filters audit and load events to the requested session and escapes untrusted values,Monitor running with audit fixtures,GET /session/,Manual/Documented,Tested Pass,Focused monitor tests cover session_detail filtering and render_session_detail escaping.,,,,,,2026-06-23,Dashboard/Docs Lane,Added during route inventory coverage audit.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-019,,docs/qa/feature-user-story-status.csv,Dashboard,Sidecar detail page,/skill/,src/ctx/monitor/routes.py,Medium,As a user I can inspect one entity sidecar,Sidecar detail renders quality breakdown and timeline for typed skill agent MCP or harness sidecars,Monitor running with sidecar fixtures,GET /skill/?type=agent,Manual/Documented,Tested Pass,Focused monitor tests cover sidecar links plus render_skill_detail route wiring and typed sidecar loading.,,,,,,2026-06-23,Dashboard/Docs Lane,Added during route inventory coverage audit.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-001,,docs/qa/feature-user-story-status.csv,Dashboard API,Sessions API,/api/sessions.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch sessions JSON,Endpoint returns valid JSON quickly with no secrets,Monitor running,GET /api/sessions.json,Manual/Documented,Tested Pass,GET /api/sessions.json returned 200 in 241ms after restart.,,,,,,2026-06-23,API/MCP Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-002,,docs/qa/feature-user-story-status.csv,Dashboard API,Manifest API,/api/manifest.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch manifest JSON,Endpoint returns loaded entities and counts consistently,Monitor running,GET /api/manifest.json,Manual/Documented,Tested Pass,GET /api/manifest.json returned 200 in 5ms after restart.,,,,,,2026-06-23,API/MCP Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-003,,docs/qa/feature-user-story-status.csv,Dashboard API,Status API,/api/status.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch health JSON,Endpoint returns graph/wiki/cache health with correct status code,Monitor running,GET /api/status.json,Manual/Documented,Tested Pass,GET /api/status.json returned 200 in 4303ms after restart; functional but slower than core APIs.,,,,,,2026-06-23,API/MCP Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-004,,docs/qa/feature-user-story-status.csv,Dashboard API,KPI API,/api/kpi.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch KPI JSON,Endpoint returns bounded KPI payload quickly,Monitor running,GET /api/kpi.json,Manual/Documented,Tested Pass,GET /api/kpi.json returned 200 in 105ms after restart.,,,,,,2026-06-23,API/MCP Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-005,,docs/qa/feature-user-story-status.csv,Dashboard API,Grades API,/api/grades.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch grades JSON,Endpoint returns score and grade payload with explanations,Monitor running,GET /api/grades.json,Manual/Documented,Retested Pass,Initial dashboard sweep: GET /api/grades.json returned 200 but took 16833ms for a tiny payload.,CTX-AZ-005,Grades API ignored cached KPI grade_counts and rescanned all quality sidecars on demand.,GET /api/grades.json,Fixed,"After routing through cached KPI summary, GET /api/grades.json returned 200 in 92ms after restart.",2026-06-23,API/MCP Lane,Fallback full sidecar scan remains for missing KPI summary.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-006,,docs/qa/feature-user-story-status.csv,Dashboard API,Runtime API,/api/runtime.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch runtime JSON,Endpoint returns artifact/cache versions and paths safely,Monitor running,GET /api/runtime.json,Manual/Documented,Tested Pass,GET /api/runtime.json returned 200 in 21ms after restart.,,,,,,2026-06-23,API/MCP Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-007,,docs/qa/feature-user-story-status.csv,Dashboard API,Entity search API,/api/entities/search.json,src/ctx/monitor/routes.py,High,As a dashboard client I can search entities,Endpoint supports live query type filters and useful fuzzy results,Monitor running,GET /api/entities/search.json?q=review&type=agent,Manual/Documented,Tested Pass,PASS: endpoint returned 200 in 28ms with agent review results,,,,,,2026-06-23,API/MCP Lane,,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-008,,docs/qa/feature-user-story-status.csv,Dashboard API,Entity detail API,/api/entity/.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch entity details,Endpoint returns canonical entity docs frontmatter and graph sidecar,Monitor running,GET /api/entity/github.json?type=mcp-server,Manual/Documented,Tested Pass,GET /api/entity/github.json?type=mcp-server returned 200 in 27ms after restart.,,,,,,2026-06-23,API/MCP Lane,Dashboard route sweep; no mutation performed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-009,,docs/qa/feature-user-story-status.csv,Dashboard API,Graph neighborhood API,/api/graph/.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch a graph neighborhood,Endpoint returns bounded nodes edges scores and reasons fast after runtime install,Monitor running,GET /api/graph/github.json?type=skill&limit=20,Manual/Documented,Tested Pass,PASS: endpoint returned 200 in 2295ms with nodes/edges JSON,,,,,,2026-06-23,API/MCP Lane,,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-010,,docs/qa/feature-user-story-status.csv,Dashboard API,Load/unload APIs,/api/load and /api/unload,src/ctx/monitor/routes.py,High,As a dashboard user I can load/unload entities,POST validates input changes active state and rejects unsafe requests,Monitor running and temp state,POST /api/load then /api/unload,Automated Test,Tested Pass,"Focused pytest passed: perform_load rejects invalid slugs, load security scan surfaces output, perform_unload rejects invalid slugs.",,,,,,2026-06-23,API/MCP Lane,"Validated through isolated monitor mutation tests, not live local catalog mutation.",Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-011,,docs/qa/feature-user-story-status.csv,Dashboard API,Entity upsert/delete APIs,/api/entity/upsert and /api/entity/delete,src/ctx/monitor/routes.py,High,As a dashboard user I can manually add edit or delete entities,POST validates type slug content and queues graph/wiki updates safely,Monitor running and temp wiki,POST fixture upsert/delete,Automated Test,Tested Pass,Focused pytest passed: entity upsert writes wiki page and queues graph refresh; existing-page confirmation and delete behavior covered.,,,,,,2026-06-23,API/MCP Lane,"Validated through isolated monitor mutation tests, not live local catalog mutation.",Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-012,,docs/qa/feature-user-story-status.csv,Dashboard API,Config read API,/api/config.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch effective config JSON,Endpoint returns defaults plus user overrides with required config metadata and no secrets,Monitor running,GET /api/config.json,Manual/Documented,Tested Pass,Focused monitor config tests cover effective payload rendering and config save/clear behavior.,,,,,,2026-06-23,API/MCP Lane,Added during route inventory coverage audit.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-013,,docs/qa/feature-user-story-status.csv,Dashboard API,Sidecars API,/api/sidecars.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch paginated sidecar cards,Endpoint supports query type grade floor and limit filters without full unbounded scans,Monitor running with sidecar fixtures,GET /api/sidecars.json?q=review&type=agent&grade=A&hide_floor=1&limit=1,Manual/Documented,Tested Pass,Focused monitor API test returned filtered sidecar JSON with total limit filters and caps.,,,,,,2026-06-23,API/MCP Lane,Added during route inventory coverage audit.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-014,,docs/qa/feature-user-story-status.csv,Dashboard API,SkillSpector API,/api/skillspector.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch SkillSpector findings,Endpoint returns filtered audit summary and records for dashboard remediation views,Monitor running with skillspector audit fixture,GET /api/skillspector.json?severity=HIGH&q=prompt,Manual/Documented,Tested Pass,Focused monitor API test returned HIGH prompt-injection SkillSpector record JSON.,,,,,,2026-06-23,API/MCP Lane,Added during route inventory coverage audit.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +API-015,,docs/qa/feature-user-story-status.csv,Dashboard API,Sidecar detail API,/api/skill/.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch one sidecar JSON,Endpoint returns typed sidecar details or a safe 404 for missing/unsafe slugs,Monitor running with typed sidecar fixture,GET /api/skill/filesystem.json?type=mcp-server,Manual/Documented,Tested Pass,Focused monitor API test returned typed MCP sidecar JSON and unsafe slug rejection is covered.,,,,,,2026-06-23,API/MCP Lane,Added during route inventory coverage audit.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +GRAPH-001,,docs/qa/feature-user-story-status.csv,Graph/Wiki,Full graph artifact validation,src/validate_graph_artifacts.py,pyproject and scripts/ci_preflight.py,Medium,As a maintainer I can validate shipped graph artifacts,Validation deep-checks tar members counts no originals no locks exact release counts and line thresholds,Repo graph artifacts present,python src/validate_graph_artifacts.py --deep ...,Manual/Documented,Tested Pass,PASS: exact counts validated nodes 79958 edges 1778069 semantic 1088763 pages skills 68494 agents 467 MCPs 10790 harnesses 207,,,,,,2026-06-23,Core/Docs Lane,,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +GRAPH-002,,docs/qa/feature-user-story-status.csv,Graph/Wiki,Published stats sync,src/update_repo_stats.py,pyproject and src/update_repo_stats.py,High,As a maintainer I can keep README docs and About counts in sync,Stats come from shipped graph artifacts and checks fail when docs drift,Repo graph artifacts present,python src/update_repo_stats.py --check,Automated Test,Tested Pass,PASS: README/docs stats are up to date; test_release_graph_count_sync 3 passed,,,,,,2026-06-23,Core/Docs Lane,,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +GRAPH-003,,docs/qa/feature-user-story-status.csv,Graph/Wiki,Graph pack manifest,ctx core graph_packs/pack_validation,src/ctx/core/graph and wiki modules,Medium,As a maintainer I can use base and overlay graph packs,Packs have manifest export IDs parent IDs checksums tombstones and merged reads,Graph pack fixtures,pytest graph pack tests,Automated Test,Tested Pass,graph packs/store/incremental batch: 59 passed and graph pack manifest tests passed.,,,,,,2026-06-23,Core/Docs Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +GRAPH-004,,docs/qa/feature-user-story-status.csv,Graph/Wiki,SQLite operational graph store,ctx-graph-store,src/ctx/core/graph/graph_store.py,Medium,As a dashboard user I get fast search/neighborhoods,Store builds from graphify-out validates freshness and accelerates reads,Runtime graph installed,ctx-graph-store build/search/neighborhood fixture,Automated Test,Tested Pass,"graph packs/store/incremental batch: 59 passed, including SQLite graph store tests.",,,,,,2026-06-23,Core/Docs Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +GRAPH-005,,docs/qa/feature-user-story-status.csv,Graph/Wiki,Vector index and ANN attach,ctx-incremental-attach,src/ctx/core/graph/vector_index.py,Medium,As a maintainer I can update graph without global rebuild,New node embedding queries base+delta index and writes overlay edges with provenance,Index fixture,incremental attach dry-run and validate-indexes,Automated Test,Tested Pass,"graph packs/store/incremental batch: 59 passed, including vector/incremental attach A-Z tests.",,,,,,2026-06-23,Core/Docs Lane,Validated in focused pytest or isolated temp CLI smoke during A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +HARNESS-001,,docs/qa/feature-user-story-status.csv,Harness,Own-model harness recommendation,ctx-init and ctx-harness-install,ctx_init.py and harness_install.py,High,As a user with non-Claude model I can choose model/goals and get best harness,Flow interviews provider model goal runtime tools privacy and returns top harnesses above configured score,Runtime graph installed,ctx-init --model-mode custom or harness dry-run,CLI Smoke,Retested Pass,FAIL: generic own-model coding-agent goal returned text-to-cad false positive,CTX-AZ-003,Narrow-domain harnesses were not penalized for generic goals,ctx-init --model-mode custom or harness dry-run,Fixed with domain-fit penalty preserving explicit domain matches,PASS: generic coding-agent goal returns no recommendations plus custom harness PRD,2026-06-23,Core/Docs Lane,,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +HARNESS-002,,docs/qa/feature-user-story-status.csv,Harness,No-fit harness PRD,ctx-harness-install,harness_install.py,High,As a user with no fitting harness I get instructions to build one,No-fit path produces provider-aware PRD attachable to ctx recommendation system,Graph with threshold forcing no match,ctx-harness-install --dry-run with restrictive constraints,CLI Smoke,Tested Pass,PASS: --plan-on-no-fit printed provider-aware Custom Harness PRD for openai/gpt-4.1 with runtime/tools/privacy/verification fields,,,,,,2026-06-23,Core/Docs Lane,,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-001,,docs/qa/feature-user-story-status.csv,Docs,Public docs install path,docs/index.md and docs/*.md,docs file inventory,Medium,As a first-time user I can follow docs exactly,Docs commands are current numbers accurate no dead module paths no future-roadmap fluff,Docs built locally,mkdocs build or docs route smoke,Automated Test,Tested Pass,python -m mkdocs build --strict passed; python src/update_repo_stats.py --check passed.,,,,,,2026-06-23,Core/Docs Lane,Validated in final A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-002,,docs/qa/feature-user-story-status.csv,Docs,README badges/catalog links,README.md and docs/catalog.md,README plus public docs,Medium,As a GitHub visitor I can click badges and browse catalog,Skill agent MCP harness badges open public catalog pages with working search guidance,Public docs available,Inspect README links and catalog route,Automated Test,Tested Pass,"README top badges checked for Tests, Graph, Skills, Agents, MCPs, Harnesses; update_repo_stats --check passed.",,,,,,2026-06-23,Core/Docs Lane,Validated in final A-Z pass.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-001,,docs/qa/feature-user-story-status.csv,Docs,Public home page,docs/index.md,mkdocs.yml nav,Medium,As a docs visitor I can start from the ctx home page,The page explains ctx positioning install entry points and links onward through public docs,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-002,,docs/qa/feature-user-story-status.csv,Docs,Public catalog page,docs/catalog.md,mkdocs.yml nav,Medium,As a docs visitor I can browse the public catalog,The page exposes searchable skill agent MCP and harness catalog guidance without needing the local dashboard,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-003,,docs/qa/feature-user-story-status.csv,Docs,Knowledge graph page,docs/knowledge-graph.md,mkdocs.yml nav,Medium,As a docs visitor I can understand shipped graph artifacts,The page documents graph contents counts validation and usage expectations for enterprise review,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-004,,docs/qa/feature-user-story-status.csv,Docs,Hugging Face publish page,docs/huggingface-publish.md,mkdocs.yml nav,High,As a release operator I can follow the Hugging Face publishing docs,The page explains dataset sync artifacts and release expectations with credential requirements separated from code,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-005,,docs/qa/feature-user-story-status.csv,Docs,Entity onboarding page,docs/entity-onboarding.md,mkdocs.yml nav,Medium,As a curator I can onboard skills agents MCPs and harnesses from docs,The page describes entity inputs validation and graph attachment behavior for contributor workflows,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-006,,docs/qa/feature-user-story-status.csv,Docs,Dashboard page,docs/dashboard.md,mkdocs.yml nav,Medium,As a dashboard user I can understand the local monitor,The page documents dashboard routes data sources and expected monitor workflows,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-007,,docs/qa/feature-user-story-status.csv,Docs,Telemetry page,docs/telemetry.md,mkdocs.yml nav,High,As an enterprise operator I can configure telemetry safely,The page documents OpenTelemetry configuration exporters privacy defaults and operational checks,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-008,,docs/qa/feature-user-story-status.csv,Docs,Harness host attachment page,docs/harness/attaching-to-hosts.md,mkdocs.yml nav,Medium,As a harness integrator I can attach ctx to supported hosts,The page describes host attachment expectations and verification steps for harness adoption,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-027,,docs/qa/feature-user-story-status.csv,Docs,LoopFlow adapter demo page,docs/harness/loopflow-adapter-demo.md,mkdocs.yml nav,Medium,As a LoopFlow integrator I can follow a presenter-ready adapter demo,The page documents permissioned adapter setup JSON output and safe host consumption,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-30,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-009,,docs/qa/feature-user-story-status.csv,Docs,Clean-host contract page,docs/harness/clean-host-contract.md,mkdocs.yml nav,Medium,As a release reviewer I can understand the clean host contract,The page documents clean environment install checks and what must pass for release confidence,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-010,,docs/qa/feature-user-story-status.csv,Docs,Toolbox overview page,docs/toolbox/index.md,mkdocs.yml nav,Medium,As a toolbox user I can understand toolbox capabilities,The page introduces toolbox configuration council execution hooks and related workflows,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-011,,docs/qa/feature-user-story-status.csv,Docs,Toolbox configuration page,docs/toolbox/configuration.md,mkdocs.yml nav,Medium,As a toolbox user I can configure ctx toolboxes,The page documents configuration files fields and expected toolbox behavior,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-012,,docs/qa/feature-user-story-status.csv,Docs,Starter toolboxes page,docs/toolbox/starters.md,mkdocs.yml nav,Medium,As a new toolbox user I can start from prepared toolbox examples,The page presents starter toolbox choices and the workflow each starter supports,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-013,,docs/qa/feature-user-story-status.csv,Docs,Council runner page,docs/toolbox/council-runner.md,mkdocs.yml nav,Medium,As a toolbox operator I can run council workflows,The page documents council runner behavior inputs outputs and review expectations,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-014,,docs/qa/feature-user-story-status.csv,Docs,Toolbox hooks page,docs/toolbox/hooks.md,mkdocs.yml nav,Medium,As a toolbox user I can configure hooks and triggers,The page documents hook trigger behavior and safe integration expectations,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-015,,docs/qa/feature-user-story-status.csv,Docs,Behavior miner page,docs/toolbox/behavior-miner.md,mkdocs.yml nav,Medium,As a maintainer I can understand behavior mining workflows,The page documents behavior miner purpose inputs outputs and review use cases,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-016,,docs/qa/feature-user-story-status.csv,Docs,Intent interview page,docs/toolbox/intent-interview.md,mkdocs.yml nav,Medium,As a toolbox user I can run intent interview flows,The page documents interview prompts outputs and how intent feeds recommendation decisions,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-017,,docs/qa/feature-user-story-status.csv,Docs,Verdicts and guardrails page,docs/toolbox/verdicts.md,mkdocs.yml nav,Medium,As a reviewer I can understand toolbox verdicts and guardrails,The page documents verdict meanings guardrail checks and decision support behavior,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-018,,docs/qa/feature-user-story-status.csv,Docs,Backup hook install page,docs/backup-hook-install.md,mkdocs.yml nav,Medium,As a Claude Code user I can install backup hooks from docs,The page documents backup hook install behavior and safety expectations,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-019,,docs/qa/feature-user-story-status.csv,Docs,Skill router overview page,docs/skill-router/index.md,mkdocs.yml nav,Medium,As a skill-router user I can understand routing behavior,The page explains routing inputs outputs and how ctx chooses useful skills,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-020,,docs/qa/feature-user-story-status.csv,Docs,Stack signatures page,docs/stack-signatures.md,mkdocs.yml nav,Medium,As a maintainer I can understand stack signature matching,The page documents stack signatures and how repo signals inform recommendations,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-021,,docs/qa/feature-user-story-status.csv,Docs,Skill-stack matrix page,docs/skill-stack-matrix.md,mkdocs.yml nav,Medium,As a docs visitor I can inspect skill to stack coverage,The page documents how skills map to stack signals and where recommendations come from,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-022,,docs/qa/feature-user-story-status.csv,Docs,Marketplace registry page,docs/marketplace-registry.md,mkdocs.yml nav,Medium,As a docs visitor I can understand marketplace registry data,The page documents registry source expectations and public catalog meaning,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-023,,docs/qa/feature-user-story-status.csv,Docs,Skill health page,docs/skills-health.md,mkdocs.yml nav,Medium,As a maintainer I can understand skill health checks,The page documents health signals expected remediation and release review meaning,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-024,,docs/qa/feature-user-story-status.csv,Docs,Memory anchoring page,docs/memory-anchor.md,mkdocs.yml nav,Medium,As a user I can understand memory anchoring behavior,The page documents memory anchor concepts configuration and expected product behavior,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-025,,docs/qa/feature-user-story-status.csv,Docs,Skill lifecycle and dashboard page,docs/skill-lifecycle-and-dashboard.md,mkdocs.yml nav,Medium,As a dashboard user I can understand skill lifecycle views,The page documents lifecycle states dashboard linkage and expected user workflows,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DOC-NAV-026,,docs/qa/feature-user-story-status.csv,Docs,Skill-quality install page,docs/skill-quality-install.md,mkdocs.yml nav,Medium,As an installer I can understand skill quality install guidance,The page documents quality signals install decisions and user-visible expectations,Docs build environment available,python -m mkdocs build --strict --quiet plus tracker nav coverage test,Automated Test,Tested Pass,python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DIST-001,,docs/qa/feature-user-story-status.csv,Distribution,GitHub About metadata,GitHub repository About,src/update_repo_stats.py,High,As a GitHub visitor I can understand ctx positioning and current counts from the repo About,About says ctx is a recommendation layer not a marketplace and uses shipped graph counts,GitHub CLI authenticated,python src/update_repo_stats.py --check-github-about,Manual/Documented,Retested Pass,PASS: GitHub About description is up to date on main 16c96b1.,,,,,,2026-06-29,Telemetry/Release Lane,Revalidated after inventory wording merge with python src/update_repo_stats.py --check-github-about.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DIST-002,,docs/qa/feature-user-story-status.csv,Distribution,Main CI test workflow,.github/workflows/test.yml,.github/workflows/test.yml,High,As a contributor I can trust the required main test workflow,Main push runs static gates unit-linux canaries package smoke browser security and required CI aggregate,GitHub Actions available,gh run view 28340695216,Automated Test,Retested Pass,PASS: main Tests workflow run 28340695216 for 16c96b1 completed successfully and CI required job 83954824744 passed.,,,,,,2026-06-29,Telemetry/Release Lane,Matrix pytest static gates unit-linux browser monitor security telemetry enterprise gate package smoke clean-host similarity and A-Z canary all passed.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DIST-003,,docs/qa/feature-user-story-status.csv,Distribution,Docs deploy workflow,.github/workflows/docs.yml,.github/workflows/docs.yml,High,As a docs visitor I get the current public docs after main updates,Docs workflow builds strict MkDocs and deploys GitHub Pages without stale generated content,GitHub Pages enabled,gh run view 28340695222 and curl public docs URLs,Manual/Documented,Retested Pass,PASS: Deploy docs to GitHub Pages run 28340695222 for 16c96b1 succeeded and public docs home telemetry dashboard and knowledge-graph URLs returned HTTP 200.,,,,,,2026-06-29,Telemetry/Release Lane,"Public docs reflect the post-merge main that labels the test count as 4,400 test inventory.",Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DIST-004,,docs/qa/feature-user-story-status.csv,Distribution,Hugging Face sync workflow,.github/workflows/huggingface-sync.yml,.github/workflows/huggingface-sync.yml and scripts/sync_huggingface.py,Critical,As a Hugging Face visitor I get the same tracked repo and graph artifacts as GitHub,Workflow hydrates graph artifacts by matching LFS sha/size release assets before publishing and refuses stale README/docs stats,Valid write-scoped HF_TOKEN configured in GitHub secrets,GitHub Actions Sync Hugging Face workflow on main,Automated Test,Blocked/Human Decision,FAIL: main Sync Hugging Face workflow run 28340695227 for 16c96b1 failed after README/docs stats and graph artifact hydration passed; upload to https://huggingface.co/api/datasets/Stevesolun/ctx/preupload/main returned 401 Unauthorized / Invalid username or password.,CTX-CICD-001,Post-exposure HF_TOKEN rotation remains open after successful sync proof,GitHub Actions Sync Hugging Face workflow on main,"Replace and revoke the token that was exposed during incident handling, update GitHub HF_TOKEN, then rerun the Sync Hugging Face workflow.","PASS: workflow_dispatch Sync Hugging Face run 28362276544 for main 03af985 succeeded; public dataset sha 6c98554cdfaeadedd8b4ec905128395e5116c5bd lastModified 2026-06-29T09:30:38Z exposes pyproject version 1.0.20 README Tests-4400_inventory Graph-79,958 nodes / 1,778,069 edges and docs/qa/feature-user-story-status.csv HTTP 200.",2026-06-29,Human Owner,"Successful run proved the replacement secret worked, but the exposed credential still requires another rotation before this row can pass.",Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; canonical status override is limited to human-owned HF_TOKEN rotation.,Human decision: HF_TOKEN rotation is intentionally out of scope for the agent.,Out of scope for no-mistakes until the human token rotation is confirmed. +DIST-005,,docs/qa/feature-user-story-status.csv,Distribution,Clean host contract workflow,.github/workflows/clean-host-contract.yml,.github/workflows/clean-host-contract.yml,High,As a new installer I can verify ctx works on a clean host,Workflow installs the package in a clean environment and runs the clean-host smoke contract,GitHub Actions available,gh run view 28340695216,Automated Test,Retested Pass,PASS: Clean host contract job 83954561453 passed inside main Tests run 28340695216 for 16c96b1.,,,,,,2026-06-29,Telemetry/Release Lane,Revalidated through the current required main workflow after the inventory wording merge.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DIST-006,,docs/qa/feature-user-story-status.csv,Distribution,PyPI publish workflow,.github/workflows/publish.yml,.github/workflows/publish.yml,High,As a PyPI user I can install the tagged release with matching graph artifacts,Tag publish builds the wheel validates graph artifacts uploads release assets and publishes the package,Published release tag and clean temporary PyPI install environment,Inspect publish workflow run plus release/PyPI metadata; install claude-ctx from PyPI and load ctx-telemetry-export; run local full graph/dashboard smoke,CI/CD Gate,Retested Pass,"PASS: v1.0.20 Publish to PyPI workflow run 28371022076 succeeded for 2bfce9275b34ecabda1742180607020fab3f8b0c; release assets include wiki-graph.tar.gz, wiki-graph-runtime.tar.gz, skills-sh-catalog.json.gz, communities.json, and entity-overlays.jsonl with SHA-256 digests; PyPI exposes claude-ctx 1.0.20 wheel and sdist; clean temp venv installed claude-ctx==1.0.20 and loaded ctx-telemetry-export.",,,,,,2026-06-29,Telemetry/Release Lane,"Release v1.0.20 is published on GitHub and PyPI; full local ctx-init --graph --graph-install-mode full populated the LLM-wiki, and dashboard smoke passed all graph/wiki/entity routes.",Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DIST-007,,docs/qa/feature-user-story-status.csv,Distribution,Parallel pytest experiment workflow,.github/workflows/xdist-experiment.yml,.github/workflows/xdist-experiment.yml,High,As a maintainer I can benchmark pytest-xdist safely before adopting it,Workflow runs only when explicitly dispatched and does not affect required checks until proven stable,GitHub Actions available,Manual workflow_dispatch run for xdist experiment,Automated Test,Tested Pass,GitHub Actions run 28133264595 passed on ubuntu-latest windows-latest and macos-latest with Python 3.12.,,,,,,2026-06-24,Telemetry/Release Lane,Dispatched manually on main; optional experiment remains out of required checks.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +CICD-001,,docs/qa/feature-user-story-status.csv,Distribution,Tracker gates in docs and release workflows,".github/workflows/docs.yml, .github/workflows/publish.yml",src/tests/test_feature_user_story_tracker.py and src/tests/test_dashboard_user_story_tracker.py,High,As a release reviewer I can trust docs deploys and release tags cannot bypass tracker integrity,Docs deploy and publish release canaries run canonical feature and dashboard tracker tests before deployment or publishing,GitHub Actions available,python -m pytest src/tests/test_feature_user_story_tracker.py src/tests/test_dashboard_user_story_tracker.py -q,Automated Test,Tested Pass,Tracker enforcement test checks docs and publish workflows include both tracker suites.,,,,,,2026-06-29,Telemetry/Release Lane,Added after expert audit found docs deploy and publish could rely on strict build without tracker checks.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +SEC-001,,docs/qa/feature-user-story-status.csv,Distribution,Hugging Face token fail-closed workflow policy,.github/workflows/huggingface-sync.yml,.github/workflows/huggingface-sync.yml,High,As a repository owner I want canonical Hugging Face sync to fail when its publishing secret is absent,The canonical stevesolun/ctx workflow exits non-zero without HF_TOKEN while forks may skip safely without publishing,GitHub Actions workflow metadata available,python -m pytest src/tests/test_feature_user_story_tracker.py -q,Automated Test,Tested Pass,Tracker enforcement test checks canonical repository guard and Missing HF_TOKEN error marker in the workflow.,,,,,,2026-06-29,Telemetry/Release Lane,Separate from DIST-004 credential rotation which still requires external token revocation.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +SEC-002,,docs/qa/feature-user-story-status.csv,Distribution,No-mistakes development gate,no-mistakes axi run,imported-skills/no-mistakes and no-mistakes binary,High,As a maintainer I can gate feature branches through no-mistakes before merge,The no-mistakes pipeline runs intent rebase review test docs lint push PR and CI before changes reach main,Feature branch with committed changes,no-mistakes axi run --intent tracker-governance-change,Automated Test,Tested Pass,no-mistakes run 01KW9N9RP1F7N9T593164EPZY6 reached checks-passed and PR #206 merged after CI success.,,,,,,2026-06-29,Telemetry/Release Lane,Tracks the required development-process gate requested for enterprise readiness.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-001,,docs/qa/feature-user-story-status.csv,Maintainer,Backup snapshot audit,scripts/audit_backup.py,scripts/audit_backup.py,Medium,As a maintainer I can inspect backup snapshots for missing expected files,Script summarizes backup contents while accepting --help without snapshot access and flags missing graph/wiki/report artifacts without mutating the repo,Backup fixture available,python scripts/audit_backup.py --help; run script against representative backup fixture,Manual/Documented,Retested Pass,PASS: --help printed usage without touching manifest.json; temp backup fixture with BOM manifest printed entries and OK coverage; regression pytest passed.,CTX-AZ-008,Backup audit read manifest JSON with utf-8 and rejected common Windows BOM input,Run script against representative backup fixture,Fixed by reading manifest.json with utf-8-sig,PASS: temp backup fixture with BOM manifest printed entries and OK coverage; regression pytest passed.,2026-06-23,Core/Docs Lane,,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-002,,docs/qa/feature-user-story-status.csv,Maintainer,Dashboard graph index builder,scripts/build_dashboard_graph_index.py,scripts/build_dashboard_graph_index.py,Medium,As a dashboard user I get fast graph search and neighborhoods,Script builds the dashboard SQLite/index artifacts from graph exports for fast monitor reads,Graph fixture available,Run script against small graph fixture and query resulting index,Manual/Documented,Retested Pass,FAIL: BOM-prefixed graph.json from PowerShell Set-Content -Encoding UTF8 raised JSONDecodeError.,CTX-AZ-008,Dashboard graph index builder read graph JSON with utf-8 and rejected common Windows BOM input,Run script against small graph fixture and query resulting index,Fixed by reading graph JSON with utf-8-sig,PASS: temp graph fixture built SQLite index with 2 nodes and neighbor mcp-server:github; regression pytest passed.,2026-06-23,Core/Docs Lane,,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-003,,docs/qa/feature-user-story-status.csv,Maintainer,CI change classifier,scripts/ci_classifier.py,scripts/ci_classifier.py and .github/workflows/test.yml,Medium,As a contributor I get the right CI gates for the files I changed,Classifier marks docs graph source package browser and similarity changes conservatively,CI classifier tests available,python -m pytest src/tests/test_ci_classifier.py -q,Automated Test,Tested Pass,CI classifier suite covers path classes and workflow contract behavior.,,,,,,2026-06-23,Core/Docs Lane,Validated by focused pytest in this tracker slice.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-004,,docs/qa/feature-user-story-status.csv,Maintainer,No-test policy gate,scripts/ci_no_test_policy.py,scripts/ci_no_test_policy.py and .github/workflows/test.yml,Medium,As a reviewer I can reject risky code or workflow changes without test updates,Policy fails contract changes that omit matching tests while allowing metadata-only releases,CI policy tests available,python -m pytest src/tests/test_ci_classifier.py -q,Automated Test,Tested Pass,CI classifier suite covers no-test policy contract files and release metadata exceptions.,,,,,,2026-06-23,Core/Docs Lane,Validated by focused pytest in this tracker slice.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-005,,docs/qa/feature-user-story-status.csv,Maintainer,Required CI aggregate,scripts/ci_required.py,scripts/ci_required.py and .github/workflows/test.yml,Medium,As a branch maintainer I can trust the required CI summary,Aggregate rejects failed missing or wrongly skipped required jobs and allows documented conditional skips,CI required tests available,python -m pytest src/tests/test_ci_classifier.py -q,Automated Test,Tested Pass,CI classifier suite covers required job dependency success failure and conditional skip cases.,,,,,,2026-06-23,Core/Docs Lane,Validated by focused pytest in this tracker slice.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-006,,docs/qa/feature-user-story-status.csv,Maintainer,CI preflight gate,scripts/ci_preflight.py,scripts/ci_preflight.py and scripts/ci_classifier.py,Medium,As a contributor I can run the same preflight logic locally that CI uses,"Preflight classifies changes then emits the exact public docs tracker, strict build, graph, browser, package, and similarity gates required",Repo checkout with git available,Run scripts/ci_preflight.py against representative changed files,CI/CD Gate,Tested Pass,"select_checks(base_ref='origin/main', files=['README.md','docs/index.md'], profile='pr') returned whitespace repo stats public docs tracker and docs strict build.",,,,,,2026-06-29,Core/Docs Lane,Validated through the script's public selection seam without launching expensive full preflight.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-007,,docs/qa/feature-user-story-status.csv,Maintainer,Clean host contract script,scripts/clean_host_contract.py,scripts/clean_host_contract.py and .github/workflows/clean-host-contract.yml,Medium,As a new installer I can smoke ctx on a clean host,Script builds a clean venv installs ctx and runs init scan harness and monitor checks,Network and clean temp venv available,GitHub clean-host contract or local script smoke,Automated Test,Tested Pass,Clean host contract job passed inside PR #195 required checks.,,,,,,2026-06-23,Core/Docs Lane,Workflow evidence covers the script path.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-008,,docs/qa/feature-user-story-status.csv,Maintainer,Dashboard smoke script,scripts/dashboard_smoke.py,scripts/dashboard_smoke.py,Medium,As a maintainer I can smoke a running monitor before release,Script probes an already running ctx-monitor base URL and checks key pages/APIs with optional warmup,Monitor running or fake HTTP fixture available,python -m pytest src/tests/test_dashboard_smoke.py -q,Automated Test,Tested Pass,Dashboard smoke test suite covers route probing warmup and failure reporting for a supplied base URL.,,,,,,2026-06-29,Core/Docs Lane,Corrected wording from starts-or-probes to probes-running-monitor; ctx-monitor startup is tracked separately by CLI-042.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-009,,docs/qa/feature-user-story-status.csv,Maintainer,Graph artifact guard,scripts/graph_artifact_guard.py,scripts/graph_artifact_guard.py,Medium,As a maintainer I can prevent huge graph artifacts from bloating local Git state,Guard parks unparks and prunes graph artifacts safely without deleting unrelated files,Graph artifact fixture available,python -m pytest src/tests/test_graph_artifact_guard.py -q,Automated Test,Tested Pass,Graph artifact guard suite covers park unpark prune and explicit git prune safety.,,,,,,2026-06-23,Core/Docs Lane,Validated by focused pytest in this tracker slice.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-010,,docs/qa/feature-user-story-status.csv,Maintainer,Overlay wiki entities,scripts/overlay_wiki_entities.py,scripts/overlay_wiki_entities.py,Medium,As a graph maintainer I can apply curated entity overlays to the wiki artifact,Script overlays entity pages and rebuilds dashboard index without corrupting packed wiki structure,Overlay fixture available,python -m pytest src/tests/test_overlay_wiki_entities.py -q,Automated Test,Tested Pass,Overlay wiki entities tests cover page generation replacements and CLI help.,,,,,,2026-06-23,Core/Docs Lane,Validated by focused pytest in this tracker slice.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-011,,docs/qa/feature-user-story-status.csv,Maintainer,Full wiki tar repacker,scripts/pack_full_wiki_tar.py,scripts/pack_full_wiki_tar.py,Medium,As a maintainer I can ship a packed full LLM-wiki artifact without huge expanded fanout,Repacker moves high-fanout pages into wiki packs omits raw originals and is idempotent,Wiki tar fixture available,python -m pytest src/tests/test_pack_full_wiki_tar.py -q,Automated Test,Tested Pass,Pack full wiki tar tests cover packed wiki output original omission and idempotent repack.,,,,,,2026-06-23,Core/Docs Lane,Validated by focused pytest in this tracker slice.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-012,,docs/qa/feature-user-story-status.csv,Maintainer,SkillSpector wiki pruner,scripts/prune_skillspector_wiki.py,scripts/prune_skillspector_wiki.py,Medium,As a maintainer I can prune low-value SkillSpector wiki noise before shipping,Script builds pruned artifacts in dry-run/apply modes while preserving required catalog metadata,Prune fixture available,python -m pytest src/tests/test_prune_skillspector_wiki.py -q,Automated Test,Tested Pass,Prune SkillSpector wiki tests cover dry-run apply and artifact rewrite behavior.,,,,,,2026-06-23,Core/Docs Lane,Validated by focused pytest in this tracker slice.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-013,,docs/qa/feature-user-story-status.csv,Maintainer,Hugging Face sync script,scripts/sync_huggingface.py,scripts/sync_huggingface.py and .github/workflows/huggingface-sync.yml,High,As a Hugging Face visitor I get a clean repo-card snapshot without ignored local artifacts,Script exports tracked files adds repo-card metadata validates graph artifacts and removes stale remote files,HF token or fake API available,python -m pytest src/tests/test_huggingface_sync.py -q,Automated Test,Tested Pass,Hugging Face sync tests cover metadata wrapping stale remote cleanup and hardened workflow contract.,,,,,,2026-06-23,Core/Docs Lane,Validated by focused pytest in this tracker slice.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +MAINT-014,,docs/qa/feature-user-story-status.csv,Maintainer,Similarity threshold tuner,scripts/tune_similarity_thresholds.py,scripts/tune_similarity_thresholds.py,High,As a graph maintainer I can calibrate similarity thresholds against fixtures,Tuner prints help without loading the embedding model and sweeps threshold settings with precision/recall/F1 output without mutating graph artifacts,Similarity fixture corpus available,python scripts/tune_similarity_thresholds.py --help; run tuner against fixture corpus,Manual/Documented,Tested Pass,python scripts/tune_similarity_thresholds.py --help printed usage without loading the embedder; tuner completed and printed near/distinct/adversarial score distributions plus threshold sweep with F1.,,,,,,2026-06-23,Core/Docs Lane,Validated with current fixture corpus; --help covered by focused maintainer script pytest.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +PUBLIC-001,,docs/qa/feature-user-story-status.csv,Docs,Public catalog search JavaScript,docs/assets/javascripts/catalog.js,docs/assets/javascripts/catalog.js and docs/catalog.md,Medium,As a GitHub Pages visitor I can filter catalog tiles without a local dashboard,JavaScript wires input and checkbox filters and updates visible catalog cards/counts client-side,Docs assets available,python -m pytest src/tests/test_docs_catalog_page.py -q,Automated Test,Tested Pass,Docs catalog page tests verify script inclusion input listener and public non-local links.,,,,,,2026-06-23,Core/Docs Lane,Validated by focused pytest in this tracker slice.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +PUBLIC-002,,docs/qa/feature-user-story-status.csv,Docs,Public repo stats refresh JavaScript,docs/assets/javascripts/repo-stats-refresh.js,docs/assets/javascripts/repo-stats-refresh.js and mkdocs.yml,Medium,As a docs visitor I see current repo stats when GitHub allows client refresh,JavaScript is included by MkDocs and degrades safely when live repo stats cannot be fetched,Docs assets available,python -m pytest src/tests/test_docs_repo_stats.py -q,Automated Test,Tested Pass,Docs repo stats tests verify MkDocs includes the script and the script has the expected refresh behavior.,,,,,,2026-06-23,Core/Docs Lane,Validated by focused pytest in this tracker slice.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +PUBLIC-003,,docs/qa/feature-user-story-status.csv,Docs,Backup watchdog service manifests,"docs/services/systemd/claude-backup-watchdog.service, docs/services/macos/com.claude.backup.watchdog.plist, docs/services/windows/install-backup-watchdog.ps1",docs/services and docs/backup-hook-install.md,Medium,As an operator I can install the backup watchdog as a least-privilege background service on Linux macOS or Windows,Public service assets point at backup_mirror watchdog use user-scope execution and expose install/remove/status guidance without requiring admin rights,Docs services assets available,python -m pytest src/tests/test_feature_user_story_tracker.py src/tests/test_backup_watchdog.py -q,Automated Test,Tested Pass,Tracker enforcement covers every docs/services asset and watchdog CLI tests cover --once JSON and real snapshot behavior.,,,,,,2026-06-29,Core/Docs Lane,Added for public linked service assets referenced from backup hook install docs.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +PUBLIC-004,,docs/qa/feature-user-story-status.csv,Docs,Starter toolbox template JSON,"docs/toolbox/templates/docs-review.json, docs/toolbox/templates/fresh-repo-init.json, docs/toolbox/templates/refactor-safety.json, docs/toolbox/templates/security-sweep.json, docs/toolbox/templates/ship-it.json","docs/toolbox/templates, docs/toolbox/starters.md, src/toolbox.py",Medium,As a toolbox user I can rely on public starter template JSON matching ctx-toolbox init behavior,Public starter JSON files remain in sync with embedded wheel fallback templates so docs checkout users and PyPI users seed the same starter toolboxes,Docs template assets available,python -m pytest src/tests/test_toolbox_cli.py -q,Automated Test,Tested Pass,Toolbox CLI regression compares docs/toolbox/templates JSON to the embedded fallback path used when templates are absent from installed wheels.,,,,,,2026-06-29,Core/Docs Lane,Added for public starter preset assets referenced from starter toolbox docs.,Pending open-code-review,Imported from docs/qa/feature-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-001,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Home,/,src/ctx/monitor/pages/home.py,High,As a dashboard user I can open the monitor home page,Home renders current graph stats loaded counts quick actions and health summaries without blocking on full graph parsing,ctx-monitor running,Open / and inspect cards links and number formatting,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-002,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Loaded,/loaded,src/ctx/monitor/pages/loaded.py,High,As a dashboard user I can see currently loaded skills agents and MCPs,Loaded page renders active entity state and exposes safe load or unload actions where allowed,ctx-monitor running with manifest data,Open /loaded and verify cards pagination and actions,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /loaded, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-003,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Skills,/skills,src/ctx/monitor/pages/skills.py,High,As a dashboard user I can browse skill and sidecar cards,Skills page supports bounded cards filters pagination grades and wiki links without rendering thousands of cards at once,ctx-monitor running with sidecars,Open /skills and verify search filters pagination and cards,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /skills, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-004,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,SkillSpector,/skillspector,src/ctx/monitor/pages/skillspector.py,High,As a dashboard user I can review SkillSpector findings,SkillSpector page renders audit records severity filters and remediation context from the audit service,ctx-monitor running with audit data,Open /skillspector and verify filters counts and empty state,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /skillspector, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-005,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Wiki,/wiki,src/ctx/monitor/pages/wiki.py,High,As a dashboard user I can browse wiki entities,Wiki page shows searchable skill agent MCP and harness tiles with type filters and entity links,ctx-monitor running with wiki data,Open /wiki and validate search filters tiles and links,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /wiki, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-006,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Graph,/graph,src/ctx/monitor/pages/graph.py,High,As a dashboard user I can explore the knowledge graph,Graph page shows correct top-line counts live slug search interactive neighborhood filters and readable relationship details,ctx-monitor running with graph artifact,Open /graph and test focus search graph render filters click hover double click and match range,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /graph, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-007,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Manage,/manage,src/ctx/monitor/pages/manage.py,High,As a dashboard user I can manage entities,Manage page supports search inspect edit delete and manual import flows guarded by mutation tokens,ctx-monitor running with mutation token,Open /manage and validate search edit delete and import UI without unsafe mutation,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /manage, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-008,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Harness Setup,/harness,src/ctx/monitor/pages/harness.py,High,As a custom model user I can run harness setup from the dashboard,Harness Setup interviews model provider goal runtime tools privacy and presents fit or no-fit guidance,ctx-monitor running with harness catalog,Open /harness and test wizard fields validation and dry-run recommendation,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /harness, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-009,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Docs,/docs,src/ctx/monitor/pages/docs.py,High,As a dashboard user I can read repo docs inside the monitor,Docs page renders markdown as readable docs with tabs sidebar table of contents and local dashboard search behavior,ctx-monitor running,Open /docs and verify tabs TOC hierarchy search and markdown rendering,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /docs, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-010,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Config,/config,src/ctx/monitor/pages/config.py,High,As a dashboard user I can inspect and edit ctx configuration,Config page shows required settings descriptions examples defaults and validates saves or clears through the config API,ctx-monitor running with mutation token,Open /config and validate required fields defaults save clear and error states,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /config, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-011,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Status,/status,src/ctx/monitor/pages/ops.py,High,As a dashboard user I can inspect system status,Status page shows graph wiki config backup and queue health with actionable error text,ctx-monitor running,Open /status and verify status sections and stale artifact messages,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /status, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-012,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,KPI,/kpi,src/ctx/monitor/pages/ops.py,High,As a dashboard user I can inspect dashboard KPIs,KPI page shows usage quality load and recommendation metrics with readable number formatting,ctx-monitor running,Open /kpi and verify metric cards charts and empty states,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /kpi, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-013,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Runtime,/runtime,src/ctx/monitor/pages/ops.py,High,As a dashboard user I can inspect runtime state,Runtime page shows process paths caches graph status and current monitor environment without secrets,ctx-monitor running,Open /runtime and verify no secrets plus useful cache status,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /runtime, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-014,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Sessions,/sessions,src/ctx/monitor/pages/activity.py,High,As a dashboard user I can browse ctx sessions,Sessions page lists sessions links details and handles empty history cleanly,ctx-monitor running with or without sessions,Open /sessions and verify list empty state and detail links,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /sessions, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-015,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Logs,/logs,src/ctx/monitor/pages/activity.py,High,As a dashboard user I can inspect audit logs,Logs page tails audit JSONL entries and handles missing logs without a blank page,ctx-monitor running,Open /logs and verify log rows empty state and formatting,Browser/User Story,Tested Pass,"PASS: live Playwright page probe opened /logs, found expected page markers, and detected no traceback or server-error text; dashboard_smoke also returned HTTP 200.",,,,,,2026-06-25,Dashboard/Docs Lane,Deeper controls are tracked in dedicated function/API/mutation rows.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-016,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Live Events,/events,src/ctx/monitor/pages/activity.py,Medium,As a dashboard user I can watch live events,Live page connects to server-sent events and shows either audit events or a clear waiting state,ctx-monitor running,Open /events and verify SSE connection and empty state,Browser/User Story,Retested Pass,FAIL: /api/events.stream did not send initial bytes within 10 seconds so the Live page could remain blank.,,,,,PASS: /events returned HTTP 200 and /api/events.stream returned : connected promptly after the SSE fix.,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-017,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Live Alias,/live,src/ctx/monitor/routes.py,Medium,As a dashboard user I can use the legacy live route,The /live alias renders the same live events experience as /events,ctx-monitor running,Open /live and compare with /events,Browser/User Story,Retested Pass,PASS: /live alias returned the Live events page marker and shares the fixed SSE stream behavior.,,,,,PASS: /live returned HTTP 200 and shares the fixed SSE stream behavior.,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-018,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Catalog,/catalog,src/ctx/monitor/routes.py,Medium,As a dashboard user I can open a local catalog route,The local catalog route resolves to the wiki index and supports type and query filters instead of returning 404,ctx-monitor running,Open /catalog?type=agent&q=review and verify tiles/search,Browser/User Story,Tested Pass,PASS: /catalog?type=agent&q=review returned 200 and rendered the local catalog via the wiki index route.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-019,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Catalog Slash,/catalog/,src/ctx/monitor/routes.py,Medium,As a dashboard user I can open the slash catalog route,The /catalog/ route behaves like /catalog and does not break badge or copied links,ctx-monitor running,Open /catalog/?type=harness and verify result,Browser/User Story,Tested Pass,PASS: /catalog/?type=harness returned 200 and rendered the local catalog via the wiki index route.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-020,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Session Detail,/session/,src/ctx/monitor/routes.py,Medium,As a dashboard user I can inspect a session detail page,Session detail opens valid session IDs and gives a safe not-found page for missing sessions,ctx-monitor running with session fixture,Open /session/ and invalid session path,Browser/User Story,Tested Pass,PASS: /session/ route returned 200 for an observed session detail URL and did not crash.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-021,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Legacy Skill Detail,/skill/,src/ctx/monitor/routes.py,Medium,As a dashboard user I can open legacy skill detail links,Legacy /skill/ links resolve safely to entity detail information or a useful not-found page,ctx-monitor running,Open /skill/github and invalid slug path,Browser/User Story,Tested Pass,PASS: /skill/github returned 200 and rendered a legacy skill detail page.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-PAGE-022,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Wiki Entity Detail,/wiki/,src/ctx/monitor/pages/wiki_entity.py,Medium,As a dashboard user I can inspect an entity detail page,Entity detail shows overview subgraph quality drilldown frontmatter and rendered wiki body in tabs,ctx-monitor running with wiki data,Open /wiki/github?type=mcp-server and verify tabs subgraph quality and body,Browser/User Story,Tested Pass,PASS: /wiki/github?type=mcp-server returned 200 and rendered the github entity detail page.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-NUM-001,,docs/qa/dashboard-user-story-status.csv,Dashboard Number,Graph top-line counts,/graph header,src/ctx/monitor/pages/graph.py and graph/wiki-graph-stats.json,High,As a dashboard user I see graph counts that match shipped artifacts,/graph displays nodes and edges from the authoritative graph artifact stats or dashboard index,ctx-monitor running and graph artifacts present,Compare /graph header with graph/wiki-graph-stats.json and update_repo_stats.read_graph_stats,Manual/Documented,Tested Pass,"Observed /graph shows 79,958 nodes and 1,778,069 edges; graph/wiki-graph-stats.json and update_repo_stats.read_graph_stats report the same counts.",,,,,,2026-06-25,Dashboard/Docs Lane,This answers the current dashboard count question.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-NUM-002,,docs/qa/dashboard-user-story-status.csv,Dashboard Number,Home graph stats,/ home graph card,src/ctx/monitor/pages/home.py,Medium,As a dashboard user I see consistent graph counts on Home,Home graph card uses the same graph stats source and formats numbers with thousands separators,ctx-monitor running,Compare / home graph card with DASH-NUM-001,Browser/User Story,Tested Pass,"PASS: live Playwright home probe found 79,958 and 1,778,069 on /, matching DASH-NUM-001 with thousands separators.",,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-NUM-003,,docs/qa/dashboard-user-story-status.csv,Dashboard Number,API graph stats,/api/status.json and /api/runtime.json,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can read graph status from APIs,Status and runtime APIs expose graph availability and counts consistently with page displays,ctx-monitor running,GET status and runtime APIs and compare graph count fields,Manual/Documented,Retested Pass,"FAIL: /api/status.json exposed local graph_store counts without also exposing the shipped graph artifact counts, which made 79,960 / 941,901 appear beside the canonical 79,958 / 1,778,069 graph count.",DASH-UX-002,Status API/page did not show authoritative shipped graph stats beside local graph-store stats.,GET status and runtime APIs and compare graph count fields,Fixed by adding published wiki-graph-stats counts to /api/status.json artifacts.wiki_graph_tar and rendering them as published graph counts on /status.,"PASS: /api/status.json artifacts.wiki_graph_tar.counts reports 79,958 nodes and 1,778,069 edges; /status renders published graph: 79,958 nodes, 1,778,069 edges and labels graph-store as local store.",2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-GRAPH-001,,docs/qa/dashboard-user-story-status.csv,Dashboard Function,Graph live search,#focus and #graph-live-results,src/ctx/monitor/pages/graph.py and graph_client.py,Medium,As a dashboard user I get live graph search suggestions while typing,Typing a partial slug updates suggestions without a page reload and supports loose matching,ctx-monitor running,Type brainstorm or github into /graph focus input and verify suggestions,Browser/User Story,Tested Pass,PASS: live Playwright graph probe typed brainstorm and graph-live-results returned matching entity suggestions without reload.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-GRAPH-002,,docs/qa/dashboard-user-story-status.csv,Dashboard Function,Graph interaction,node click hover double click,src/ctx/monitor/pages/graph_client.py,Medium,As a dashboard user I can interact with the graph directly,Hover shows useful node or edge info click highlights and focuses a node and double click returns to prior graph,ctx-monitor running with graph data,Open /graph?slug=github&type=skill and test hover click double-click,Browser/User Story,Retested Pass,FAIL: live Playwright graph probe showed double-click could still allow a pending single-click drill to overwrite the intended return graph.,DASH-UX-003,Graph double-click back raced with pending node-drill load.,Open /graph?slug=github&type=skill and test hover click double-click,Fixed by handling second-click events as back actions and cancelling stale graph loads with a load sequence guard.,"PASS: live Playwright graph probe selected a node, double-clicked, and returned focus to github; focused browser regression uses real Playwright dblclick.",2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-GRAPH-003,,docs/qa/dashboard-user-story-status.csv,Dashboard Function,Graph filters,type tag match range histogram,src/ctx/monitor/pages/graph.py and graph_client.py,Medium,As a dashboard user I can narrow a noisy neighborhood,Type filters tag filter match range slider and histogram update visible nodes and counts without server reload,ctx-monitor running with graph data,Open /graph and test type checkboxes tag filter range and histogram bars,Browser/User Story,Tested Pass,PASS: live Playwright graph probe found 10 histogram bars; clicking a bar changed the match window result from 20 visible to 1 visible.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-001,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Sessions API,/api/sessions.json,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can fetch session summaries,API returns JSON session rows and safe empty state data,ctx-monitor running,GET /api/sessions.json and validate JSON shape,Manual/Documented,Tested Pass,PASS: /api/sessions.json returned HTTP 200 and a JSON list of session rows in 0.328s.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-002,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Manifest API,/api/manifest.json,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can fetch loaded manifest data,API returns loaded skills agents and MCP metadata without leaking secrets,ctx-monitor running,GET /api/manifest.json and validate JSON shape,Manual/Documented,Tested Pass,PASS: /api/manifest.json returned HTTP 200 JSON with load unload and warnings keys.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-003,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Status API,/api/status.json,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can fetch health status,API returns dashboard health graph config artifact status and telemetry health without hiding exporter degradation,ctx-monitor running,GET /api/status.json and validate JSON shape,Manual/Documented,Tested Pass,PASS: status page rendered Telemetry health with degraded exporter details and /api/status.json returned telemetry spool/export status plus queue and artifacts keys.,,,,,,2026-06-30,Dashboard/Docs Lane,Phase 2 tightened telemetry health behavior assertions in test_ctx_monitor.py.,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-004,,docs/qa/dashboard-user-story-status.csv,Dashboard API,KPI API,/api/kpi.json,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can fetch KPI data,API returns metric payloads that match the KPI page,ctx-monitor running,GET /api/kpi.json and compare with page expectations,Manual/Documented,Tested Pass,PASS: /api/kpi.json returned HTTP 200 JSON with generated_at total and grade summary keys.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-005,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Grades API,/api/grades.json,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can fetch grade summaries,API returns quality grade summaries for skills agents MCPs and harnesses,ctx-monitor running,GET /api/grades.json and validate JSON shape,Manual/Documented,Tested Pass,PASS: /api/grades.json returned HTTP 200 JSON with grades and total keys.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-006,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Sidecars API,/api/sidecars.json,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can fetch searchable card data,API supports q type grade floor and limit filters with bounded output,ctx-monitor running,GET /api/sidecars.json?q=review&type=agent&limit=5,Manual/Documented,Tested Pass,PASS: /api/sidecars.json?q=review&type=agent&limit=5 returned HTTP 200 JSON with items total and pagination keys.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-007,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Runtime API,/api/runtime.json,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can fetch runtime diagnostics,API returns useful runtime diagnostics without secrets,ctx-monitor running,GET /api/runtime.json and scan for secret-like fields,Manual/Documented,Tested Pass,PASS: /api/runtime.json returned HTTP 200 JSON with lifecycle diagnostic keys.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-008,,docs/qa/dashboard-user-story-status.csv,Dashboard API,SkillSpector API,/api/skillspector.json,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can fetch SkillSpector findings,API returns audit records filtered by severity and query,ctx-monitor running,GET /api/skillspector.json?severity=HIGH&q=prompt,Manual/Documented,Tested Pass,PASS: /api/skillspector.json?severity=HIGH&q=prompt returned HTTP 200 JSON with summary filters and records keys.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-009,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Config API,/api/config.json,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can fetch effective config,API returns defaults overrides required metadata and no secrets,ctx-monitor running,GET /api/config.json and validate required fields,Manual/Documented,Tested Pass,PASS: /api/config.json returned HTTP 200 JSON with defaults user effective and path keys.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-010,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Entity Search API,/api/entities/search.json,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can search entities for autocomplete,API returns typed entity suggestions for search terms and rejects unsafe queries cleanly,ctx-monitor running,GET /api/entities/search.json?q=github&type=skill,Manual/Documented,Tested Pass,PASS: /api/entities/search.json?q=github&type=skill&limit=5 returned HTTP 200 JSON with results and total keys.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-011,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Events Stream API,/api/events.stream,src/ctx/monitor/api/readonly.py,High,As a dashboard client I can stream live events,API opens a server-sent event stream and sends data or a clear heartbeat without hanging page load,ctx-monitor running,GET /api/events.stream with timeout and validate SSE framing,Manual/Documented,Retested Pass,FAIL: /api/events.stream timed out without returning bytes within 10 seconds.,DASH-UX-001,SSE stream did not send an initial heartbeat or ready comment.,GET /api/events.stream with timeout and validate SSE framing,Fixed by flushing an immediate : connected SSE comment.,PASS: /api/events.stream returned HTTP 200 and : connected within 1.1s after dashboard restart.,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-012,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Entity Detail API,/api/entity/.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch typed entity detail,API returns full entity detail for safe slugs and safe 404 for unknown or unsafe slugs,ctx-monitor running,GET /api/entity/github.json?type=mcp-server and invalid slug,Manual/Documented,Tested Pass,PASS: /api/entity/github.json?type=mcp-server returned HTTP 200 JSON with slug type path frontmatter and body keys.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-013,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Skill Detail API,/api/skill/.json,src/ctx/monitor/routes.py,High,As a dashboard client I can fetch legacy skill detail,API returns sidecar skill JSON or safe 404 without leaking paths,ctx-monitor running,GET /api/skill/github.json and invalid slug,Manual/Documented,Tested Pass,PASS: /api/skill/github.json?type=skill returned HTTP 200 JSON sidecar payload with grade score signals and slug keys.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-API-014,,docs/qa/dashboard-user-story-status.csv,Dashboard API,Graph Neighborhood API,/api/graph/.json,src/ctx/monitor/services/graph.py,High,As a dashboard client I can fetch graph neighborhoods quickly,API resolves slug and type to bounded nodes edges suggestions and readable relationship data,ctx-monitor running with graph artifact,GET /api/graph/github.json?type=skill&limit=20 and validate JSON shape plus latency,Manual/Documented,Tested Pass,PASS: /api/graph/github.json?type=skill&limit=20 returned HTTP 200 JSON with nodes edges center resolved suggestions schema layout and insights keys.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-POST-001,,docs/qa/dashboard-user-story-status.csv,Dashboard Mutation,Load API,/api/load,src/ctx/monitor/api/mutations.py,High,As a dashboard user I can load an entity safely,POST validates mutation token entity type and slug before mutating active load state,ctx-monitor running with mutation token and fixture,POST /api/load against temp fixture and verify response plus state,Automated Test,Tested Pass,PASS: focused pytest covered /api/load token and fixture-backed load mutation behavior.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-POST-002,,docs/qa/dashboard-user-story-status.csv,Dashboard Mutation,Unload API,/api/unload,src/ctx/monitor/api/mutations.py,High,As a dashboard user I can unload an entity safely,POST validates mutation token entity type and slug before unloading without deleting source files,ctx-monitor running with mutation token and fixture,POST /api/unload against temp fixture and verify response plus state,Automated Test,Tested Pass,PASS: focused pytest covered /api/unload token and fixture-backed unload mutation behavior.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-POST-003,,docs/qa/dashboard-user-story-status.csv,Dashboard Mutation,Config Save API,/api/config,src/ctx/monitor/api/mutations.py,High,As a dashboard user I can save config changes safely,POST validates mutation token required fields and writes only allowed config overrides,ctx-monitor running with mutation token and temp config,POST /api/config with temp profile and verify file contents,Automated Test,Tested Pass,PASS: focused pytest covered config page dirty-field posting and clear-overrides behavior.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-POST-004,,docs/qa/dashboard-user-story-status.csv,Dashboard Mutation,Entity Upsert API,/api/entity/upsert,src/ctx/monitor/api/mutations.py,High,As a dashboard user I can add or update entities manually,POST validates type slug and body runs entity-specific safety gates and queues graph refresh,ctx-monitor running with mutation token and temp wiki,POST /api/entity/upsert against temp wiki and verify entity page plus queue,Automated Test,Tested Pass,"PASS: focused pytest covered /api/entity/upsert validation, entity write, and queue behavior.",,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +DASH-POST-005,,docs/qa/dashboard-user-story-status.csv,Dashboard Mutation,Entity Delete API,/api/entity/delete,src/ctx/monitor/api/mutations.py,High,As a dashboard user I can delete dashboard-managed entities safely,POST validates mutation token safe slug and entity ownership before deleting or tombstoning,ctx-monitor running with mutation token and temp wiki,POST /api/entity/delete against temp wiki and verify no unrelated files removed,Automated Test,Tested Pass,PASS: focused pytest covered /api/entity/delete validation and safe deletion behavior.,,,,,,2026-06-25,Dashboard/Docs Lane,,Pending open-code-review,Imported from docs/qa/dashboard-user-story-status.csv; open-code-review pass pending for this goal loop.,Ponytail: no fix needed unless retest produces a concrete regression.,Pending current no-mistakes gate +B-API-001,PYAPI-001,expert-lane/api-mcp-harness,Python API,Package exports,ctx package exports,src/ctx/__init__.py; src/ctx/api.py,High,"As a Python caller, I can import stable ctx helpers.","ctx re-exports public recommendation, wiki, graph, and list helpers without breaking import compatibility.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_public_api.py src/tests/test_harness_ctx_core.py src/tests/test_recommendation_surfaces_golden.py,Automated Test,Tested Pass,"PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_public_api.py src/tests/test_harness_ctx_core.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_enterprise_telemetry.py src/tests/test_mcp_server.py src/tests/test_mcp_router.py src/tests/test_mcp_live_compat.py src/tests/test_mcp_install.py -> 383 passed, 1 skipped; package export/signature/API behavior covered.",,,,,"PASS: API/MCP validation slice on 2026-07-01: 383 passed, 1 opt-in live MCP skip; harness recommendation slice: 15 passed; explicit live MCP compatibility check: 8 passed, 1 opt-in skip.",2026-07-01,API/MCP Lane,Child row from API/MCP lane; ctx_core_tool_names/recommendation_graph helpers are not package re-exported.,Reviewed by no-mistakes,no-mistakes run 01KWF5NJXTAFH6FVTR96PS2B2B reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused API/MCP pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-API-002,PYAPI-001,expert-lane/api-mcp-harness,Python API,Recommendation API,"recommend_bundle(query, top_k)",src/ctx/api.py; src/ctx/adapters/generic/ctx_core_tools.py,High,"As an app, I can get ctx capability recommendations.","recommend_bundle returns skill, agent, and MCP recommendations and maps structured errors to empty results.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_recommendation_surfaces_golden.py src/tests/test_harness_ctx_core.py,Automated Test,Tested Pass,"PASS: recommendation public/core surfaces covered by test_public_api.py, test_recommendation_surfaces_golden.py, and test_harness_ctx_core.py in API/MCP slice -> 383 passed, 1 skipped.",,,,,"PASS: API/MCP validation slice on 2026-07-01: 383 passed, 1 opt-in live MCP skip; harness recommendation slice: 15 passed; explicit live MCP compatibility check: 8 passed, 1 opt-in skip.",2026-07-01,API/MCP Lane,Harnesses remain companion metadata rather than primary recommendations.,Reviewed by no-mistakes,no-mistakes run 01KWF5NJXTAFH6FVTR96PS2B2B reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused API/MCP pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-API-003,PYAPI-001,expert-lane/api-mcp-harness,Python API,Graph API,"graph_query(seeds, max_hops, top_n)",src/ctx/api.py; src/ctx/adapters/generic/ctx_core_tools.py,High,"As an app, I can explore nearby ctx entities.","graph_query returns bounded graph neighbors for skill, agent, MCP, and harness seeds.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_ctx_core.py,Automated Test,Tested Pass,"PASS: graph_query public/core behavior covered by test_public_api.py and test_harness_ctx_core.py in API/MCP slice -> 383 passed, 1 skipped.",,,,,"PASS: API/MCP validation slice on 2026-07-01: 383 passed, 1 opt-in live MCP skip; harness recommendation slice: 15 passed; explicit live MCP compatibility check: 8 passed, 1 opt-in skip.",2026-07-01,API/MCP Lane,Invalid or missing graph state collapses to an empty result for library callers.,Reviewed by no-mistakes,no-mistakes run 01KWF5NJXTAFH6FVTR96PS2B2B reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused API/MCP pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-API-004,PYAPI-001,expert-lane/api-mcp-harness,Python API,Wiki API,wiki_search/wiki_get,src/ctx/api.py; src/ctx/adapters/generic/ctx_core_tools.py,High,"As an app, I can inspect wiki entities.","Search and get calls return slug, frontmatter, body, and type-aware entity details.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_ctx_core.py,Automated Test,Tested Pass,"PASS: wiki_search/wiki_get public/core behavior covered by test_public_api.py and test_harness_ctx_core.py in API/MCP slice -> 383 passed, 1 skipped.",,,,,"PASS: API/MCP validation slice on 2026-07-01: 383 passed, 1 opt-in live MCP skip; harness recommendation slice: 15 passed; explicit live MCP compatibility check: 8 passed, 1 opt-in skip.",2026-07-01,API/MCP Lane,Slug/type ambiguity returns None rather than raising.,Reviewed by no-mistakes,no-mistakes run 01KWF5NJXTAFH6FVTR96PS2B2B reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused API/MCP pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-API-005,PYAPI-001,expert-lane/api-mcp-harness,Python API,Catalog API,list_all_entities/default_wiki_dir,src/ctx/api.py; src/ctx/identity.py,Medium,"As tooling, I can enumerate installed catalog entities.","The API lists recommendable skills, agents, MCPs, and harnesses and resolves the configured wiki directory.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_recommendations.py,Automated Test,Tested Pass,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_recommendations.py -> 15 passed; catalog/harness recommendation enumeration covered.,,,,,"PASS: API/MCP validation slice on 2026-07-01: 383 passed, 1 opt-in live MCP skip; harness recommendation slice: 15 passed; explicit live MCP compatibility check: 8 passed, 1 opt-in skip.",2026-07-01,API/MCP Lane,Depends on local wiki/config presence.,Reviewed by no-mistakes,no-mistakes run 01KWF5NJXTAFH6FVTR96PS2B2B reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused API/MCP pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-API-006,PYAPI-001,expert-lane/api-mcp-harness,Python API,Privacy telemetry wrapper,ctx.api _call telemetry wrapper,src/ctx/api.py,High,"As maintainers, we can observe API use without leaking prompts.","API telemetry hashes raw query, slug, and seeds and records route, status, and error class.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_recommendation_surfaces_golden.py src/tests/test_enterprise_telemetry.py,Automated Test,Tested Pass,"PASS: privacy-safe API telemetry covered by test_public_api.py, test_harness_ctx_core.py, test_recommendation_surfaces_golden.py, and test_enterprise_telemetry.py in API/MCP slice -> 383 passed, 1 skipped.",,,,,"PASS: API/MCP validation slice on 2026-07-01: 383 passed, 1 opt-in live MCP skip; harness recommendation slice: 15 passed; explicit live MCP compatibility check: 8 passed, 1 opt-in skip.",2026-07-01,Telemetry/Release Lane,No raw args in telemetry by design; debugging needs local reproduction.,Reviewed by no-mistakes,no-mistakes run 01KWF5NJXTAFH6FVTR96PS2B2B reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused API/MCP pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-MCP-001,CLI-024,expert-lane/api-mcp-harness,MCP/Core Tools,Standalone MCP discovery,ctx-mcp-server initialize/tools/list,src/ctx/mcp_server/server.py; src/ctx/mcp_server/__init__.py,High,"As an MCP host, I can discover ctx tools.",The JSON-RPC stdio server initializes and lists ctx tool schemas.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_mcp_server.py,Automated Test,Tested Pass,"PASS: standalone MCP discovery covered by test_mcp_server.py in API/MCP slice -> 383 passed, 1 skipped.",,,,,"PASS: API/MCP validation slice on 2026-07-01: 383 passed, 1 opt-in live MCP skip; harness recommendation slice: 15 passed; explicit live MCP compatibility check: 8 passed, 1 opt-in skip.",2026-07-01,API/MCP Lane,No MCP resources/prompts/progress/logging yet.,Reviewed by no-mistakes,no-mistakes run 01KWF5NJXTAFH6FVTR96PS2B2B reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused API/MCP pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-MCP-002,CLI-024,expert-lane/api-mcp-harness,MCP/Core Tools,Standalone MCP tool calls,tools/call ctx__*,src/ctx/mcp_server/server.py; src/ctx/adapters/generic/ctx_core_tools.py,High,"As an MCP host, I can call ctx capabilities.","The server validates arguments, dispatches shared toolbox tools, and returns JSON text with isError status.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_mcp_server.py src/tests/test_harness_ctx_core.py,Automated Test,Tested Pass,"PASS: standalone MCP tool calls covered by test_mcp_server.py and test_harness_ctx_core.py in API/MCP slice -> 383 passed, 1 skipped.",,,,,"PASS: API/MCP validation slice on 2026-07-01: 383 passed, 1 opt-in live MCP skip; harness recommendation slice: 15 passed; explicit live MCP compatibility check: 8 passed, 1 opt-in skip.",2026-07-01,API/MCP Lane,"Tool responses are text-wrapped JSON, not typed resource payloads.",Reviewed by no-mistakes,no-mistakes run 01KWF5NJXTAFH6FVTR96PS2B2B reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused API/MCP pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-MCP-003,MCP-003,expert-lane/api-mcp-harness,MCP Router,Generic harness MCP router,ctx run --mcp / McpRouter,src/ctx/adapters/generic/tools/mcp_router.py; src/ctx/cli/run.py,High,"As ctx run, I can connect external MCP tools.","The router spawns configured stdio servers, namespaces tools, routes calls, and redacts diagnostics.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_mcp_router.py src/tests/test_mcp_live_compat.py,Automated Test,Tested Pass,"PASS: McpRouter subprocess/config behavior covered by test_mcp_router.py and test_mcp_live_compat.py -> 8 passed, 1 skipped; skipped case is opt-in third-party live server probe requiring --run-live-mcp and trusted config.",,,,,"PASS: API/MCP validation slice on 2026-07-01: 383 passed, 1 opt-in live MCP skip; harness recommendation slice: 15 passed; explicit live MCP compatibility check: 8 passed, 1 opt-in skip.",2026-07-01,API/MCP Lane,Sync stdio only; live compatibility is opt-in/trusted-config.,Reviewed by no-mistakes,no-mistakes run 01KWF5NJXTAFH6FVTR96PS2B2B reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused API/MCP pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-MCP-004,CLI-017,expert-lane/api-mcp-harness,MCP/Core Tools,Claude MCP install adapter,ctx-mcp-install/uninstall,src/ctx/adapters/claude_code/install/mcp_install.py,High,"As a Claude Code user, I can install catalog MCP servers.",The installer requires catalog slug plus safe argv/json command and calls claude mcp add/remove.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_mcp_install.py,Automated Test,Tested Pass,"PASS: Claude MCP install/uninstall adapter covered by test_mcp_install.py in API/MCP slice -> 383 passed, 1 skipped.",,,,,"PASS: API/MCP validation slice on 2026-07-01: 383 passed, 1 opt-in live MCP skip; harness recommendation slice: 15 passed; explicit live MCP compatibility check: 8 passed, 1 opt-in skip.",2026-07-01,API/MCP Lane,Command allowlist is conservative; real Claude CLI behavior needs host integration.,Reviewed by no-mistakes,no-mistakes run 01KWF5NJXTAFH6FVTR96PS2B2B reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused API/MCP pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-001,CLI-001,expert-lane/api-mcp-harness,Harness,Agent-loop run command,ctx run,src/ctx/cli/run.py; src/ctx/adapters/generic/loop.py,High,"As a user, I can run an agent loop with ctx tools.","ctx run builds provider, router, toolbox, and store, then runs loop or planner/evaluator flow.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py,Automated Test,Tested Pass,PASS: harness/LoopFlow/adapter/recommendation slice -> 783 passed; ctx run and core loop covered by test_harness_cli_run.py and test_harness_loop.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Planner/evaluator/contract calls add cost before main loop budgeting.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-002,CLI-001,expert-lane/api-mcp-harness,Harness,Session resume/list commands,ctx resume/sessions,src/ctx/cli/run.py; src/ctx/adapters/generic/state.py,High,"As a user, I can resume or inspect agent sessions.","ctx replays JSONL messages, repairs unresolved tool tails, and lists session summaries.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_cli_run.py src/tests/test_harness_state.py,Automated Test,Tested Pass,PASS: harness slice -> 783 passed; resume/session listing covered by test_harness_cli_run.py and test_harness_state.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,MCP configs are not restored unless explicit --restore-session-mcp is passed.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-003,CLI-001,expert-lane/api-mcp-harness,Harness,LiteLLM provider adapter,LiteLLMProvider/get_provider,src/ctx/adapters/generic/providers/base.py; src/ctx/adapters/generic/providers/litellm_provider.py,High,"As ctx run, I can call many model providers.","The provider normalizes messages, tools, tool calls, usage, and cost from LiteLLM.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_cli_run.py src/tests/test_clean_host_contract.py,Automated Test,Tested Pass,PASS: harness slice -> 783 passed; LiteLLM provider and clean-host contract behavior covered by test_harness_cli_run.py and test_clean_host_contract.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Provider-specific edge cases rely on integration tests.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-004,CLI-001,expert-lane/api-mcp-harness,Harness,Core agent loop,run_loop,src/ctx/adapters/generic/loop.py,High,"As a harness, I can execute iterative model/tool work.","The loop honors stop reasons, budgets, timeout, cancellation, tool policy, and compaction.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_loop.py,Automated Test,Tested Pass,"PASS: harness slice -> 783 passed; run_loop stop, budget, timeout, cancellation, tool policy, and compaction behavior covered by test_harness_loop.py.",,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,No tool execution after length stop may surprise callers expecting partial tool calls.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-005,CLI-001,expert-lane/api-mcp-harness,Harness,Session store,SessionStore/JsonlObserver,src/ctx/adapters/generic/state.py,High,"As a harness, I can persist and replay sessions safely.","The store appends JSONL events, rejects unsafe ids/symlinks, and reconstructs messages/usage.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_state.py,Automated Test,Tested Pass,PASS: harness slice -> 783 passed; SessionStore/JsonlObserver persistence and replay behavior covered by test_harness_state.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,"Malformed events are skipped, so diagnostics need raw log inspection.",Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-006,CLI-001,expert-lane/api-mcp-harness,Harness,Token-budget compaction,TokenBudgetCompactor,src/ctx/adapters/generic/compaction.py,Medium,"As ctx run, I can keep long sessions under limits.","Compaction summarizes middle messages while preserving head, tail, and tool pairs.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_compaction.py,Automated Test,Tested Pass,PASS: harness slice -> 783 passed; TokenBudgetCompactor behavior covered by test_harness_compaction.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Summary quality depends on the configured provider.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-007,CLI-046,expert-lane/api-mcp-harness,Harness,Planner mode,Planner.plan / ctx run --planner,src/ctx/adapters/generic/planner.py; src/ctx/cli/run.py,Medium,"As a user, I can get an explicit execution plan.","Planner mode generates JSON plan criteria, risks, scope, and approach.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_planner.py src/tests/test_harness_cli_run.py,Automated Test,Tested Pass,PASS: harness slice -> 783 passed; planner mode covered by test_harness_planner.py and test_harness_cli_run.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,"Schema is model-generated and normalized, not formally guaranteed upstream.",Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-008,CLI-046,expert-lane/api-mcp-harness,Harness,Evaluator and contract modes,Evaluator/ContractBuilder / --evaluator --contract,src/ctx/adapters/generic/evaluator.py; src/ctx/adapters/generic/contract.py; src/ctx/cli/run.py,Medium,"As a user, I can grade and revise outputs.",Evaluator and contract modes build pass/fail criteria and optionally run revision loops.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py,Automated Test,Tested Pass,PASS: harness slice -> 783 passed; evaluator and contract modes covered by test_harness_evaluator.py and test_harness_contract.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,CLI requires planner+evaluator for contract although the library can compose differently.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-009,CLI-001,expert-lane/api-mcp-harness,Harness,Lifecycle tools,ctx__observe/load/mark/record/unload/session_*,src/ctx/adapters/generic/runtime_lifecycle.py; src/ctx/adapters/generic/ctx_core_tools.py,High,"As a harness, I can track entity lifecycle.",Lifecycle tools append privacy-safe runtime events and report session state.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_ctx_core.py src/tests/test_harness_cli_run.py,Automated Test,Tested Pass,PASS: harness slice -> 783 passed; lifecycle tools covered by test_harness_ctx_core.py and test_harness_cli_run.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,Telemetry/Release Lane,No persisted events when telemetry is disabled.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-010,CLI-026,expert-lane/api-mcp-harness,Harness,Harness install/update/uninstall,ctx-harness-install/update/uninstall,src/harness_install.py,High,"As a user, I can attach a harness safely.","The installer resolves catalog/repo harnesses, supports dry-run/install, writes attach files, and enforces safe remote/local rules.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_install.py,Automated Test,Tested Pass,PASS: harness slice -> 783 passed; harness install/update/uninstall behavior covered by test_harness_install.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Setup/verify command execution is intentionally opt-in.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-011,CLI-026,expert-lane/api-mcp-harness,Harness,Harness recommendation path,ctx-harness-install --recommend / ctx_init.recommend_harnesses,src/harness_install.py; src/ctx_init.py,Medium,"As a custom/API/local model user, I can find a host harness.","The recommendation path scores provider, model, and requirements or emits a no-fit PRD.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_recommendations.py,Automated Test,Tested Pass,PASS: harness slice -> 783 passed; harness recommendation path covered by test_harness_recommendations.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Exact ctx_init scoring body needs direct retest in current loop.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-HAR-012,CLI-025,expert-lane/api-mcp-harness,Harness,Harness catalog authoring,ctx-harness-add,src/harness_add.py,Medium,"As a maintainer, I can add harness catalog entries.",ctx-harness-add creates or updates harness wiki pages and refreshes graph/index artifacts.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_harness_add.py,Automated Test,Tested Pass,PASS: harness slice -> 783 passed; fixture-backed harness catalog authoring covered by test_harness_add.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Writes are high impact and need fixture-backed retest.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-LOOP-001,CLI-049,expert-lane/api-mcp-harness,Agent Loop,LoopFlow adapter payload,python -m ctx.adapters.loopflow,src/ctx/adapters/loopflow.py,High,"As LoopFlow or another agent loop, I can ask ctx for a plan-time payload.","The adapter parses loop goals, files, done_when, and failure context and emits JSON v1.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_loopflow_adapter.py,Automated Test,Tested Pass,PASS: harness/LoopFlow slice -> 783 passed; LoopFlow payload parsing/emission covered by test_loopflow_adapter.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,API/MCP Lane,"Parser is intentionally permissive, not a full DSL validator.",Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-LOOP-002,CLI-049,expert-lane/api-mcp-harness,Agent Loop,LoopFlow permission model,"--permissions skills,agents,mcps,harnesses",src/ctx/adapters/loopflow.py,High,"As a host, I can restrict ctx recommendations.",The adapter fails closed on empty grants and filters capability rows by permission.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_loopflow_adapter.py,Automated Test,Tested Pass,PASS: harness/LoopFlow slice -> 783 passed; LoopFlow permission filtering and fail-closed grants covered by test_loopflow_adapter.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,API/MCP Lane,Catalog rows can be hidden by permission even when useful.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-LOOP-003,CLI-049,expert-lane/api-mcp-harness,Agent Loop,LoopFlow MCP handoff,mcp_server payload,src/ctx/adapters/loopflow.py,High,"As a host, I can expose ctx MCP only when fully allowed.",The adapter includes ctx-mcp-server command/tool names only with all capability grants.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_loopflow_adapter.py,Automated Test,Tested Pass,PASS: harness/LoopFlow slice -> 783 passed; LoopFlow MCP handoff behavior covered by test_loopflow_adapter.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,API/MCP Lane,All-or-nothing MCP exposure may be too coarse for partial grants.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-LOOP-004,CLI-049,expert-lane/api-mcp-harness,Agent Loop,LoopFlow harness handoff,--own-llm/--model-provider/--model,src/ctx/adapters/loopflow.py; src/harness_install.py,High,"As a custom model loop, I can find harness attach options.",The adapter recommends harnesses only with ownership/model hints and emits dry-run install commands.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_loopflow_adapter.py src/tests/test_harness_recommendations.py,Automated Test,Tested Pass,PASS: harness/LoopFlow slice -> 783 passed; LoopFlow harness handoff and model ownership recommendations covered by test_loopflow_adapter.py and test_harness_recommendations.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,API/MCP Lane,No harness recommendations for vague loops without model ownership context.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-LOOP-005,CLI-049,expert-lane/api-mcp-harness,Agent Loop,LoopFlow failure privacy,last_failure handling,src/ctx/adapters/loopflow.py,High,"As a host, I can include failure context safely.",The adapter uses failure text for local ranking but exposes only last_failure_present.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_loopflow_adapter.py,Automated Test,Tested Pass,PASS: harness/LoopFlow slice -> 783 passed; failure privacy behavior covered by test_loopflow_adapter.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,Telemetry/Release Lane,Ranking still processes local failure text in-process.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-ADAPT-001,CLI-004,expert-lane/api-mcp-harness,Claude Adapter,Claude Code hook install,ctx-install-hooks,src/ctx/adapters/claude_code/inject_hooks.py,High,"As a Claude Code user, I can install ctx hooks idempotently.",The installer merges PostToolUse/Stop hooks with module commands and atomic settings writes.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_clean_host_contract.py src/tests/test_inject_hooks_security.py,Automated Test,Tested Pass,PASS: adapter slice -> 783 passed; Claude hook install behavior covered by test_clean_host_contract.py and test_inject_hooks_security.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Host settings merge risks are integration-dependent.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-ADAPT-002,CLI-004,expert-lane/api-mcp-harness,Claude Adapter,Signal monitor hook,context_monitor hook,src/ctx/adapters/claude_code/hooks/context_monitor.py,Medium,"As ctx, I can detect unmet capability needs from tool use.","The hook extracts stack signals, appends intent log entries, and queues pending recommendations.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_recommendation_surfaces_golden.py src/tests/test_clean_host_contract.py,Automated Test,Tested Pass,PASS: adapter slice -> 783 passed; signal monitor and recommendation surfaces covered by test_recommendation_surfaces_golden.py and test_clean_host_contract.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Thresholded suggestions can miss one-off needs.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-ADAPT-003,CLI-027,expert-lane/api-mcp-harness,Claude Adapter,Recommendation presentation,bundle_orchestrator / ctx-bundle-suggest,src/ctx/adapters/claude_code/hooks/bundle_orchestrator.py; src/ctx/adapters/claude_code/hooks/skill_suggest.py,Medium,"As a Claude user, I can see install/load suggestions.","The hook renders grouped skills, agents, MCP suggestions, and install hints while avoiding repeat spam.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py,Automated Test,Tested Pass,PASS: adapter slice -> 783 passed; recommendation presentation covered by test_recommendation_surfaces_golden.py and test_bundle_orchestrator.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Suggestions are advisory only; no auto-install/load.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-ADAPT-004,CLI-007,expert-lane/api-mcp-harness,Claude Adapter,Approved skill loading,skill_loader,src/ctx/adapters/claude_code/skill_loader.py,High,"As a user, I can load approved skills and agents into a session.","The loader validates installed entities, runs optional/required SkillSpector, and updates manifests/events.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py,Automated Test,Tested Pass,PASS: adapter slice -> 783 passed; approved skill loading and telemetry covered by test_skill_loader.py and test_skill_loader_telemetry.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Only installed/local entities can be loaded.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-ADAPT-005,CLI-007,expert-lane/api-mcp-harness,Claude Adapter,Skill install internals,ctx-skill-install,src/ctx/adapters/claude_code/install/skill_install.py; src/ctx/adapters/claude_code/install/install_utils.py,High,"As a user, I can install catalog skills.","The installer safely copies skill assets, optionally security scans, and updates manifest/status/telemetry.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_skill_install.py,Automated Test,Tested Pass,PASS: adapter slice -> 783 passed; skill install internals covered by test_skill_install.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Security scan required mode can block otherwise valid installs.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-ADAPT-006,CLI-013,expert-lane/api-mcp-harness,Claude Adapter,Agent install internals,ctx-agent-install,src/ctx/adapters/claude_code/install/agent_install.py; src/ctx/adapters/claude_code/install/install_utils.py,Medium,"As a user, I can install catalog agents.",The installer copies mirrored agent markdown safely and updates manifest/status/telemetry.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_agent_install.py,Automated Test,Tested Pass,PASS: adapter slice -> 783 passed; agent install internals covered by test_agent_install.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Agent safety relies on catalog provenance rather than SkillSpector.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-ADAPT-007,CLI-008,expert-lane/api-mcp-harness,Claude Adapter,Unload and suppression,ctx-skill-unload / ctx-agent-unload,src/ctx/adapters/claude_code/install/skill_unload.py,High,"As a user, I can unload or never-load entities.","The command updates manifest, wiki status/never_load, graph overlay, and telemetry.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_skill_unload.py,Automated Test,Tested Pass,PASS: adapter slice -> 783 passed; unload and suppression behavior covered by test_skill_unload.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Can mark stale when live removal cannot be confirmed.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-ADAPT-008,CLI-010,expert-lane/api-mcp-harness,Claude Adapter,Skill health and lifecycle hooks,ctx-skill-health + lifecycle hooks,src/ctx/adapters/claude_code/skill_health.py; src/ctx/adapters/claude_code/hooks/lifecycle_hooks.py,Medium,"As a maintainer, I can audit installed capability health.","Health/lifecycle code scans, checks, heals manifests, and recomputes quality on session end.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_skill_health.py src/tests/test_clean_host_contract.py,Automated Test,Tested Pass,PASS: adapter slice -> 783 passed; health/lifecycle behavior covered by test_skill_health.py and test_clean_host_contract.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Health scans are local-state dependent.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-REC-001,CLI-002,expert-lane/api-mcp-harness,Recommendation,CLI recommendation,ctx-recommend,src/ctx/cli/recommend.py; src/ctx/api.py,Medium,"As a shell user, I can get capability recommendations.",ctx-recommend prints or JSON-renders top recommendations from the public API.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_recommend_cli.py,Automated Test,Tested Pass,PASS: recommendation slice -> 783 passed; ctx-recommend CLI behavior covered by test_recommend_cli.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Same no-harness primary-result limitation as recommend_bundle.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-REC-002,CLI-005,expert-lane/api-mcp-harness,Recommendation,Repo scanner recommendations,ctx-scan-repo --recommend,src/scan_repo.py,Medium,"As a repo scanner, I can suggest ctx capabilities from stack signals.","The scanner uses shared graph recommendations for skill, agent, and MCP buckets.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_recommendation_surfaces_golden.py src/tests/test_scan_repo.py,Automated Test,Tested Pass,PASS: recommendation slice -> 783 passed; repo scanner recommendations covered by test_recommendation_surfaces_golden.py and test_scan_repo.py.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_harness_cli_run.py src/tests/test_harness_loop.py src/tests/test_harness_state.py src/tests/test_clean_host_contract.py src/tests/test_harness_compaction.py src/tests/test_harness_planner.py src/tests/test_harness_evaluator.py src/tests/test_harness_contract.py src/tests/test_harness_ctx_core.py src/tests/test_harness_install.py src/tests/test_harness_recommendations.py src/tests/test_harness_add.py src/tests/test_loopflow_adapter.py src/tests/test_inject_hooks_security.py src/tests/test_recommendation_surfaces_golden.py src/tests/test_bundle_orchestrator.py src/tests/test_skill_loader.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_install.py src/tests/test_agent_install.py src/tests/test_skill_unload.py src/tests/test_skill_health.py src/tests/test_recommend_cli.py src/tests/test_scan_repo.py -> 783 passed.,2026-07-01,CLI Lane,Harness recommendations are intentionally excluded.,Reviewed by no-mistakes,no-mistakes run 01KWF9Y7GMNQDF8Q8QP45EER4A reached checks-passed on PR #210 before this tracker slice; OpenCodeReview LLM endpoint remains unavailable.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated by focused harness/LoopFlow/adapter/recommendation pytest slice; branch will be re-gated with no-mistakes after tracker update. +B-DOC-001,DOC-NAV-008,expert-lane/api-mcp-harness,Docs,Host integration docs,MCP/Python/ctx run/LoopFlow docs,docs/harness/attaching-to-hosts.md; docs/harness/loopflow-adapter-demo.md; docs/harness/clean-host-contract.md; docs/knowledge-graph.md; README.md,Medium,"As an integrator, I can choose the right ctx surface.","Docs explain attach paths, live MCP gate, clean-host contract, and LoopFlow payloads.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_clean_host_contract.py src/tests/test_loopflow_adapter.py src/tests/test_mcp_live_compat.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Dashboard/Docs Lane,Docs note real third-party MCP/dashboard paths are skipped by default.,Pending open-code-review,Imported from expert-lane/api-mcp-harness; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-001,CLI-043,expert-lane/telemetry-release-governance,Telemetry,Enterprise event spool,ctx.telemetry.record_event/read_events,src/ctx/telemetry/__init__.py; src/config.json; src/ctx/config.json,High,"As an operator, I can capture privacy-safe runtime events locally.","Telemetry writes owner-only JSONL events with schema, version, trace/span, and redacted payloads.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_enterprise_telemetry.py,Automated Test,Tested Pass,PASS: enterprise telemetry slice -> 205 passed; operator smoke exported one redacted event and retention planned both signals.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_enterprise_telemetry.py src/tests/test_harness_cli_run.py src/tests/test_mcp_server.py src/tests/test_public_api.py -> 205 passed; temp HOME CLI smoke exported event JSONL with status ok and retention plan returned two results.,2026-07-01,Telemetry/Release Lane,Local files remain sensitive operational data.,Pending no-mistakes review,OpenCodeReview wrapper unavailable in this workspace (/tmp/ctx-method-repos/bin/ocr missing); telemetry slice will be reviewed by no-mistakes after commit.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated locally by focused enterprise telemetry/runtime tests and operator-style CLI smoke; pending no-mistakes gate. +LANE-D-002,CLI-043,expert-lane/telemetry-release-governance,Telemetry,Enterprise metrics spool,ctx.telemetry.record_counter/record_histogram/read_metrics,src/ctx/telemetry/__init__.py,High,"As an operator, I can capture counters and latency histograms separately from events.","Telemetry writes owner-only metric JSONL with independent schema, checkpoints, and export status.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_enterprise_telemetry.py,Automated Test,Tested Pass,PASS: enterprise telemetry slice -> 205 passed; operator smoke exported one redacted metric with independent metric export status ok.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_enterprise_telemetry.py src/tests/test_harness_cli_run.py src/tests/test_mcp_server.py src/tests/test_public_api.py -> 205 passed; temp HOME CLI smoke exported metric JSONL with status ok and retention plan returned two results.,2026-07-01,Telemetry/Release Lane,"Monitor status surfaces event spool, not metrics spool.",Pending no-mistakes review,OpenCodeReview wrapper unavailable in this workspace (/tmp/ctx-method-repos/bin/ocr missing); telemetry slice will be reviewed by no-mistakes after commit.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated locally by focused enterprise telemetry/runtime tests and operator-style CLI smoke; pending no-mistakes gate. +LANE-D-003,CLI-043,expert-lane/telemetry-release-governance,Enterprise Privacy,Payload sanitization,sanitize_payload/hash_identifier/exception_payload,src/ctx/telemetry/__init__.py,Critical,"As an enterprise admin, I can prevent raw prompts, paths, secrets, and identifiers from leaking.","Telemetry redacts secret-like keys, hashes raw-value keys, and enforces size/depth/key limits.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_enterprise_telemetry.py,Automated Test,Retested Pass,FAIL then PASS: operator smoke showed repo_path leaked in exported event JSONL; sanitizer now hashes composite path keys and focused telemetry/runtime tests pass.,CTX-TELEM-001,Enterprise telemetry local_redacted mode hashed exact path keys but leaked composite path payload keys such as repo_path in exported event JSONL.,"Create an event with payload repo_path=/Users/example/private, export with ctx-telemetry-export --sink local_jsonl, then inspect exported-events.jsonl before the fix: repo_path remained raw.",Fixed by treating normalized payload keys ending in _path or _paths as raw telemetry values and hashing them in local_redacted mode.,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_enterprise_telemetry.py src/tests/test_harness_cli_run.py src/tests/test_mcp_server.py src/tests/test_public_api.py -> 205 passed; temp HOME CLI smoke reported event_private_strings_absent=true and metric_private_strings_absent=true.,2026-07-01,Telemetry/Release Lane,Audit log uses a separate sanitizer model.,Pending no-mistakes review,OpenCodeReview wrapper unavailable in this workspace (/tmp/ctx-method-repos/bin/ocr missing); privacy fix and tracker slice will be reviewed by no-mistakes after commit.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.","Bug reproduced in operator-style CLI smoke, fixed minimally, and retested locally; pending no-mistakes gate." +LANE-D-004,CLI-043,expert-lane/telemetry-release-governance,Telemetry,Telemetry export library and CLI,ctx-telemetry-export; export_events/export_metrics,src/ctx/cli/telemetry.py; src/ctx/telemetry/__init__.py; docs/telemetry.md,High,"As an operator, I can export telemetry to JSONL or OTLP safely.","Export supports dry-run, checkpoints, degraded status, HTTPS/allow-list validation, and redirect blocking.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_enterprise_telemetry.py,Automated Test,Tested Pass,PASS: enterprise telemetry slice -> 205 passed; operator smoke exported event and metric JSONL through ctx-telemetry-export with status ok.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_enterprise_telemetry.py src/tests/test_harness_cli_run.py src/tests/test_mcp_server.py src/tests/test_public_api.py -> 205 passed; temp HOME CLI smoke event_exported=1 metric_exported=1 statuses ok.,2026-07-01,Telemetry/Release Lane,Remote export depends on correct allow-list and collector config.,Pending no-mistakes review,OpenCodeReview wrapper unavailable in this workspace (/tmp/ctx-method-repos/bin/ocr missing); telemetry slice will be reviewed by no-mistakes after commit.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated locally by focused enterprise telemetry/runtime tests and operator-style CLI export smoke; pending no-mistakes gate. +LANE-D-005,CLI-044,expert-lane/telemetry-release-governance,Telemetry Retention,Telemetry retention CLI/library,ctx-telemetry-retention plan|enforce,src/ctx/cli/telemetry.py; src/ctx/telemetry/__init__.py; docs/telemetry.md,High,"As an operator, I can bound local telemetry growth without silent data loss.","Retention supports explicit age/count policy, min_keep_records, malformed preservation by default, and owner-only status.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_enterprise_telemetry.py,Automated Test,Tested Pass,PASS: enterprise telemetry slice -> 205 passed; operator smoke ran ctx-telemetry-retention plan for events and metrics with two results.,,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_enterprise_telemetry.py src/tests/test_harness_cli_run.py src/tests/test_mcp_server.py src/tests/test_public_api.py -> 205 passed; temp HOME CLI smoke retention_results=2.,2026-07-01,Telemetry/Release Lane,"Retention is opt-in execution, not an automatic scheduler.",Pending no-mistakes review,OpenCodeReview wrapper unavailable in this workspace (/tmp/ctx-method-repos/bin/ocr missing); telemetry slice will be reviewed by no-mistakes after commit.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated locally by focused enterprise telemetry/runtime tests and operator-style retention CLI smoke; pending no-mistakes gate. +LANE-D-006,CLI-001,expert-lane/telemetry-release-governance,Telemetry,Runtime telemetry emitters,ctx.api; ctx-mcp-server; ctx run/resume; CtxCoreToolbox; runtime lifecycle,src/ctx/api.py; src/ctx/mcp_server/server.py; src/ctx/cli/run.py; src/ctx/adapters/generic/ctx_core_tools.py; src/ctx/adapters/generic/runtime_lifecycle.py,High,"As a maintainer, I can diagnose failures across public API, MCP, CLI, and harness runtime.","Runtime surfaces emit correlated spans, events, exceptions, hashed IDs, and sanitized error payloads.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_enterprise_telemetry.py src/tests/test_harness_cli_run.py src/tests/test_mcp_server.py src/tests/test_public_api.py,Automated Test,Tested Pass,"PASS: runtime telemetry emitter slice -> 205 passed across enterprise telemetry, harness CLI, MCP server, and public API tests.",,,,,PASS: /tmp/ctx-verify-venv/bin/python -m pytest -q --no-cov src/tests/test_enterprise_telemetry.py src/tests/test_harness_cli_run.py src/tests/test_mcp_server.py src/tests/test_public_api.py -> 205 passed.,2026-07-01,Telemetry/Release Lane,Broad behavior depends on focused emitter tests rather than one full E2E path.,Pending no-mistakes review,OpenCodeReview wrapper unavailable in this workspace (/tmp/ctx-method-repos/bin/ocr missing); telemetry slice will be reviewed by no-mistakes after commit.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Validated locally by focused enterprise telemetry/runtime tests; pending no-mistakes gate. +LANE-D-007,CLI-007,expert-lane/telemetry-release-governance,Telemetry,Legacy skill lifecycle telemetry,skill_telemetry.log_event,src/skill_telemetry.py; src/skill_loader.py; src/ctx/cli/unload.py,High,"As a user, I can audit skill load, unload, and override activity without raw identifiers.",Skill telemetry appends owner-only events with hashed skill/session IDs and retention helpers.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_skill_telemetry.py src/tests/test_skill_loader_telemetry.py src/tests/test_skill_unload.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Separate from enterprise telemetry config/export.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-008,DASH-API-003,expert-lane/telemetry-release-governance,Governance,Audit log,ctx_audit_log.log and wrappers,src/ctx_audit_log.py; src/ctx/monitor/pages/ops.py,High,"As an operator, I can inspect lifecycle, backup, toolbox, agent, and session events.","Audit log writes append-only JSONL events, best-effort logging, and session-boundary rotation.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ctx_audit_log.py src/tests/test_ctx_monitor.py src/tests/test_ctx_monitor_browser.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Local audit metadata is not exported through enterprise telemetry controls.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-009,DASH-API-003,expert-lane/telemetry-release-governance,Governance,Monitor status telemetry health,/status; /api/status.json,src/ctx/monitor/services/status.py; src/ctx/monitor/pages/ops.py; docs/dashboard.md,High,"As an operator, I can see queue, artifact, and telemetry health at a glance.",Status reports telemetry enabled/mode/export/spool/checkpoint/status without rendering payloads.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ctx_monitor.py src/tests/test_ctx_monitor_browser.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Dashboard/Docs Lane,Metrics telemetry health is not surfaced alongside event health.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-010,DASH-API-011,expert-lane/telemetry-release-governance,Governance,Monitor logs and events stream,/logs; /events; /api/events.stream,src/ctx/monitor/*; docs/dashboard.md,High,"As an operator, I can tail local operational events securely.",Monitor log/event views and SSE are guarded by loopback/token/same-origin access.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ctx_monitor.py src/tests/test_ctx_monitor_browser.py src/tests/test_dashboard_smoke.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Dashboard/Docs Lane,"Streams audit/ops data, not raw enterprise telemetry payloads.",Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-011,CLI-045,expert-lane/telemetry-release-governance,Retention,Backup config privacy exclusions,backup_config.from_ctx_config,src/backup_config.py; src/config.json; docs/backup-hook-install.md,High,"As a user, I can back up ctx state while excluding credentials and invalid paths.",Backup config validates tracked files/trees and always excludes credentials/auth caches.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_backup_mirror.py src/tests/test_backup_retention.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,User overrides are ignored on malformed config by design.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-012,CLI-045,expert-lane/telemetry-release-governance,Retention,Backup mirror/hook/watchdog,backup_on_change.py; backup_mirror snapshot-if-changed/watchdog/prune,hooks/backup_on_change.py; src/backup_mirror.py; src/backup_watchdog.py,High,"As a user, I can automatically snapshot changed ctx/Claude state.","Backups use SHA-gated snapshots, safe restore/prune, non-blocking hooks, and tolerant watchdogs.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_backup_mirror.py src/tests/test_backup_watchdog.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Hook failures are intentionally non-blocking.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-013,CLI-045,expert-lane/telemetry-release-governance,Retention,Backup retention policy,backup_retention.plan_prune; backup_mirror prune --policy,src/backup_retention.py; src/backup_mirror.py; docs/backup-hook-install.md,Medium,"As a user, I can keep recent/daily backups without unbounded growth.","Retention keeps the union of keep_latest and keep_daily, protects undated snapshots, and supports dry-run JSON.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_backup_retention.py src/tests/test_backup_mirror.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Retention requires policy invocation or snapshot auto-prune.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-014,MAINT-003,expert-lane/telemetry-release-governance,CI/CD,Path classifier,scripts/ci_classifier.py,scripts/ci_classifier.py; .github/workflows/test.yml,High,"As a maintainer, I can run only relevant CI while keeping sensitive gates conservative.","Classifier identifies telemetry, graph, package, docs, browser, source, similarity, and CI changes.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ci_classifier.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Classifier must be updated with new governance surfaces.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-015,MAINT-005,expert-lane/telemetry-release-governance,CI/CD,Required CI aggregator,scripts/ci_required.py,scripts/ci_required.py; .github/workflows/test.yml,High,"As a maintainer, I can get one stable required check for branch protection.","Aggregator rejects failed/missing required jobs and invalid skips, including telemetry skip rules.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ci_classifier.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Depends on job-name stability.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-016,MAINT-004,expert-lane/telemetry-release-governance,Governance,No-test policy,scripts/ci_no_test_policy.py,scripts/ci_no_test_policy.py; .github/workflows/test.yml,High,"As a reviewer, I can require tests for contract-affecting changes.",Policy requires tests for contract paths unless labeled/metadata-only exceptions apply.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ci_classifier.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Exceptions need careful maintenance.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-017,MAINT-006,expert-lane/telemetry-release-governance,CI/CD,Local preflight,scripts/ci_preflight.py,scripts/ci_preflight.py,High,"As a contributor, I can reproduce CI selection locally.","Preflight runs selected static, unit, docs, graph, browser, package, and telemetry checks from classifier output.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ci_preflight.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Requires local Python/test tooling.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-018,DIST-002,expert-lane/telemetry-release-governance,CI/CD,Main test workflow,.github/workflows/test.yml,.github/workflows/test.yml; scripts/ci_*.py,High,"As a maintainer, I can gate PRs and pushes across static, unit, graph, browser, package, telemetry, and clean-host checks.","Workflow is path-aware and includes coverage threshold, artifacts, required aggregator, and no-test enforcement.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ci_classifier.py src/tests/test_ci_preflight.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Live CI not executed in this local loop yet.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-019,DIST-002,expert-lane/telemetry-release-governance,Telemetry,Telemetry enterprise CI gate,telemetry-enterprise job,.github/workflows/test.yml; src/tests/test_enterprise_telemetry.py,High,"As an enterprise maintainer, I can prevent telemetry/privacy regressions.",The telemetry enterprise job runs enterprise telemetry and focused harness telemetry tests for telemetry changes or pushes.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ci_classifier.py src/tests/test_enterprise_telemetry.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Gate is path-classifier dependent on PRs.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-020,DIST-002,expert-lane/telemetry-release-governance,Packaging,Package build and smoke CI,package-build; package-smoke jobs,.github/workflows/test.yml; pyproject.toml,High,"As a maintainer, I can verify wheel/sdist and console scripts before release.","CI builds artifacts, uploads short-retention wheels, smoke-installs across OS, and checks console scripts.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_package_scaffold.py src/tests/test_ci_classifier.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Smoke coverage is CLI/import oriented.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-021,DIST-005,expert-lane/telemetry-release-governance,Governance,Clean-host contract,scripts/clean_host_contract.py; clean-host-contract workflow,scripts/clean_host_contract.py; .github/workflows/clean-host-contract.yml; docs/harness/clean-host-contract.md,High,"As a maintainer, I can prove install works on a clean host without leaking real home state.","The contract builds a wheel, installs in temp venv/home, fakes Claude/LiteLLM, and runs init/scan/run/resume/deny-tool checks.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_clean_host_contract.py src/tests/test_ci_classifier.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Live Claude gate is optional and environment dependent.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-022,DIST-006,expert-lane/telemetry-release-governance,Release,PyPI publish workflow,.github/workflows/publish.yml,.github/workflows/publish.yml; pyproject.toml,Critical,"As a release manager, I can publish only validated tag builds.","Publish workflow uses Trusted Publishing, tag-version checks, PyPI reuse rejection, static gates, graph validation, telemetry smoke, and wheel smoke.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ci_classifier.py src/tests/test_package_scaffold.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Actual publish is not exercised locally.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-023,DIST-006,expert-lane/telemetry-release-governance,Release,Graph release assets,publish release-assets; test graph-check,.github/workflows/publish.yml; .github/workflows/test.yml; scripts/sync_huggingface.py,Critical,"As a release manager, I can ship hydrated graph/wiki artifacts with validated counts.","Release jobs hydrate from release assets, reject LFS pointers/stale stats, and upload graph artifacts before publish.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ci_classifier.py src/tests/test_release_graph_count_sync.py src/tests/test_huggingface_sync.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Depends on release asset availability.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-024,DIST-004,expert-lane/telemetry-release-governance,Release,Hugging Face sync,scripts/sync_huggingface.py; huggingface-sync workflow,scripts/sync_huggingface.py; .github/workflows/huggingface-sync.yml; docs/huggingface-publish.md,Critical,"As a maintainer, I can publish dataset/card snapshots safely.","Sync requires HF_TOKEN in canonical repo, skips forks, validates tracked-file snapshot, symlinks, paths, LFS, stats, graph, and card-only mode.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_huggingface_sync.py src/tests/test_ci_classifier.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,External token lifecycle remains a human-owned operational risk.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-025,DIST-003,expert-lane/telemetry-release-governance,Release,Docs deploy workflow,.github/workflows/docs.yml,.github/workflows/docs.yml; docs/*,High,"As a maintainer, I can publish docs only after strict build and tracker checks.","Docs workflow runs MkDocs strict build, tracker tests, Pages artifact retention, and deploy with pages/id-token permissions.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_feature_user_story_tracker.py src/tests/test_dashboard_user_story_tracker.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Dashboard/Docs Lane,Docs deploy is path-triggered.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-026,DIST-007,expert-lane/telemetry-release-governance,CI/CD,xdist experiment,.github/workflows/xdist-experiment.yml,.github/workflows/xdist-experiment.yml,Medium,"As a maintainer, I can benchmark pytest-xdist without making it required.",Workflow records timing summaries and avoids required gate status.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ci_classifier.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Not part of release protection.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-027,DIST-006,expert-lane/telemetry-release-governance,Packaging,Project metadata and scripts,pyproject.toml,pyproject.toml,High,"As a user, I can install claude-ctx with expected packages and console commands.","Project metadata declares Python >=3.11, src package layout, package data, flat legacy modules, and telemetry/monitor scripts.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_package_scaffold.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Local system Python observed by subagents was below required version; project venv is required.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-028,MAINT-009,expert-lane/telemetry-release-governance,Release,Graph artifact guard,scripts/graph_artifact_guard.py,scripts/graph_artifact_guard.py,High,"As a maintainer, I can keep heavyweight graph artifacts controlled in git.","Guard supports status, park, unpark, prune, and clean-stale operations with skip-worktree and stale cleanup.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_graph_artifact_guard.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Manual misuse can still affect working tree state.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-029,MAINT-011,expert-lane/telemetry-release-governance,Release,Full wiki tar packer,scripts/pack_full_wiki_tar.py,scripts/pack_full_wiki_tar.py,High,"As a release maintainer, I can repack wiki pages into bounded tarball payloads.","Packer validates safe tar members, relocates wiki-packs, omits transient files, and atomically replaces artifacts.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_pack_full_wiki_tar.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Release artifact operation should be run from a clean tree.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-030,MAINT-010,expert-lane/telemetry-release-governance,Release,Wiki entity overlay,scripts/overlay_wiki_entities.py,scripts/overlay_wiki_entities.py,High,"As a maintainer, I can overlay curated local wiki entities onto shipped graph tarballs.","Overlay merges selected nodes, edges, pages, converted files, rebuilds dashboard index, and validates staged tarball.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_overlay_wiki_entities.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Large script; future edits should be chunk-read before modification.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-031,MAINT-012,expert-lane/telemetry-release-governance,Governance,SkillSpector wiki pruning,scripts/prune_skillspector_wiki.py,scripts/prune_skillspector_wiki.py,High,"As a maintainer, I can remove low-value generated skill wiki content reproducibly.","Pruner uses audit/remediation inputs and rewrites graph, tar, manifest, report, and dashboard index in dry-run/apply modes.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_prune_skillspector_wiki.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Destructive apply path requires validated inputs.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-032,MAINT-002,expert-lane/telemetry-release-governance,Release,Dashboard graph index,scripts/build_dashboard_graph_index.py,scripts/build_dashboard_graph_index.py; src/ctx/monitor/services/status.py,High,"As a dashboard user, I can get fast graph-neighborhood lookups.",Builder writes a compact SQLite slug/node/neighbor index from graph JSON via temp file and atomic replace.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_ctx_monitor.py src/tests/test_overlay_wiki_entities.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Dashboard/Docs Lane,Index freshness depends on release/build scripts.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-033,MAINT-008,expert-lane/telemetry-release-governance,Governance,Dashboard smoke,scripts/dashboard_smoke.py,scripts/dashboard_smoke.py,Medium,"As an operator, I can quickly verify a running monitor instance.",Smoke probes pages and APIs with warm and latency thresholds using stdlib HTTP.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_dashboard_smoke.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Dashboard/Docs Lane,Requires an already running ctx-monitor target.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-034,MAINT-001,expert-lane/telemetry-release-governance,Retention,Backup audit,scripts/audit_backup.py,scripts/audit_backup.py,Medium,"As a user, I can inspect latest or specified backup coverage.","Audit prints help without requiring a snapshot and summarizes manifest, top-level candidates, tree counts, and missing expected files.",Repo checkout with Python 3.11+ dev environment.,python scripts/audit_backup.py --help; python -m pytest -q src/tests/test_maintainer_script_bom_inputs.py src/tests/test_backup_mirror.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Read-only reporting; --help is snapshot-free and does not repair backup gaps.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-035,MAINT-014,expert-lane/telemetry-release-governance,Governance,Similarity threshold tuning,scripts/tune_similarity_thresholds.py,scripts/tune_similarity_thresholds.py,Medium,"As a maintainer, I can calibrate semantic similarity thresholds against fixtures.","The tuner prints help without loading an embedder and sweeps threshold grids with precision, recall, and F1 candidates.",Repo checkout with Python 3.11+ dev environment.,python scripts/tune_similarity_thresholds.py --help; python -m pytest -q src/tests/test_similarity_precision_recall.py src/tests/test_ci_preflight.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Depends on fixture corpus and embedding backend availability for the full sweep; --help stays model-free.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-036,DOC-NAV-007,expert-lane/telemetry-release-governance,Governance,Telemetry operator docs,docs/telemetry.md,docs/telemetry.md,Medium,"As an enterprise operator, I can configure export, alerts, privacy, and retention.","Docs explain schema, collector examples, dashboards, alert runbooks, verification, and retention commands.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_feature_user_story_tracker.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Dashboard/Docs Lane,Docs must stay aligned with CLI flags and config defaults.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-037,DOC-NAV-018,expert-lane/telemetry-release-governance,Governance,Ops docs,backup/HF/clean-host docs,docs/backup-hook-install.md; docs/huggingface-publish.md; docs/harness/clean-host-contract.md; docs/services/*,Medium,"As an operator, I can install hooks, publish HF assets, and triage clean-host failures.","Docs provide install commands, service manifests, token guidance, verification, and troubleshooting.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_feature_user_story_tracker.py src/tests/test_docs_catalog_page.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Dashboard/Docs Lane,Some procedures depend on external services/secrets.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-038,DOC-NAV-025,expert-lane/telemetry-release-governance,Governance,Skill lifecycle governance docs,docs/SKILL.md; docs/skills-health.md; docs/skill-lifecycle-and-dashboard.md,docs/SKILL.md; docs/skills-health.md; docs/skill-lifecycle-and-dashboard.md,Medium,"As a maintainer, I can apply source, quality, and lifecycle rules before shipping skills and graph artifacts.","Docs define source priority, micro-skill gate, catalog/dashboard expectations, and validation requirements.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_feature_user_story_tracker.py src/tests/test_docs_catalog_page.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Dashboard/Docs Lane,Governance relies on reviewer discipline plus tracker tests.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +LANE-D-039,QA-FEATURE,expert-lane/telemetry-release-governance,Governance,Feature/user-story tracker,qa/feature_status.csv,qa/feature_status.csv; docs/qa/feature-user-story-status.csv; docs/qa/dashboard-user-story-status.csv,High,"As a reviewer, I can see release readiness across every feature story.","The canonical CSV tracks current status, evidence, blockers, owner lane, review notes, and validation status.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_feature_user_story_tracker.py src/tests/test_dashboard_user_story_tracker.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,Telemetry/Release Lane,Status can drift if new surfaces are not added.,Pending open-code-review,Imported from expert-lane/telemetry-release-governance; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +PKG-001,CLI-011,expert-lane/cli-package-inventory,Package CLI,Skill lifecycle helper modules,python -m skill_category; python -m kpi_dashboard; python -m memory_anchor,src/skill_category.py; src/kpi_dashboard.py; src/memory_anchor.py,Medium,"As a maintainer, I can manage categories, KPI markdown/JSON, and memory anchors.","Helper modules backfill categories, render KPI dashboards, and scan/check memory anchors.",Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_skill_category.py src/tests/test_kpi_dashboard.py src/tests/test_memory_anchor.py,Automated Test,Needs Validation,Inventory-only discovery; current goal-loop user-story validation pending.,,,,,,2026-06-30 inventory,CLI Lane,Not tracked as project.scripts; package-module behavior needs current-loop validation.,Pending open-code-review,Imported from expert-lane/cli-package-inventory; open-code-review method requires precise changed-file review before completion.,"Ponytail: validate first, then make the smallest behavior-preserving fix only if the repro is confirmed.",Pending current no-mistakes gate after validation/fix loop +PKG-002,CLI-029,expert-lane/cli-package-inventory,Package CLI,Toolbox satellite modules,python -m intent_interview; python -m behavior_miner; python -m council_runner; python -m toolbox_verdict,src/intent_interview.py; src/behavior_miner.py; src/council_runner.py; src/toolbox_verdict.py,Medium,"As a toolbox user, I can interview intent, mine behavior, plan councils, and record verdicts.",Documented toolbox module commands should match the parser verbs exposed by the code.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_intent_interview.py src/tests/test_behavior_miner.py src/tests/test_council_runner.py src/tests/test_toolbox_verdict.py,Automated Test,Retested Pass,FAIL: expert-lane inventory found toolbox docs listing stale behavior_miner/council_runner verbs.,QA-CLI-001,Toolbox docs may mention stale behavior_miner/council_runner verbs that no longer match parsers.,Compare docs/toolbox/behavior-miner.md and docs/toolbox/council-runner.md against argparse verbs in src/behavior_miner.py and src/council_runner.py.,Fixed by aligning docs with live argparse verbs and current profile/run-plan data shapes.,PASS: behavior_miner and council_runner help commands show documented verbs; focused toolbox tests 138 passed; MkDocs strict build passed.,2026-06-30,CLI Lane,CLI lane found possible docs drift for behavior_miner and council_runner verbs.,Pending open-code-review,Imported from expert-lane/cli-package-inventory; open-code-review method requires precise changed-file review before completion.,Ponytail: docs-only correction; code already exposed the smaller tested command surface.,Pending current no-mistakes gate after retest proof +META-001,CLI-001,expert-lane/cli-package-inventory,Package Entry Point,python -m ctx package entrypoint,src/ctx/__main__.py,src/ctx package,Medium,"As a package user, I can launch the flagship ctx harness with python -m ctx.",python -m ctx should delegate to the same behavior as the ctx console script or be explicitly documented as unsupported.,Repo checkout with Python 3.11+ dev environment.,python -m pytest -q src/tests/test_package_scaffold.py src/tests/test_harness_cli_run.py,Automated Test,Retested Pass,FAIL: expert-lane inventory found no src/ctx/__main__.py for python -m ctx.,QA-CLI-002,python -m ctx currently has no package __main__.py entrypoint.,Run python -m ctx --help from an editable install or source checkout; Python cannot execute package ctx without __main__.py.,Fixed by adding a tiny __main__.py that delegates to ctx.cli.run.main.,PASS: PYTHONPATH=src python -m ctx --help exits 0 and shows run/resume/sessions; package scaffold test covers the invocation.,2026-06-30,CLI Lane,CLI lane found no src/ctx/__main__.py despite the flagship ctx console script.,Pending open-code-review,Imported from expert-lane/cli-package-inventory; open-code-review method requires precise changed-file review before completion.,"Ponytail: one small delegation shim, no duplicate CLI implementation.",Pending current no-mistakes gate after retest proof +QA-USE-001,B-ADAPT-001,expert-lane/cli-package-inventory,Hooks,Usage tracker temp wiki and log path precedence,python -m usage_tracker --sync,src/usage_tracker.py; src/tests/test_usage_tracker.py,High,"As a hook/test harness user, I can point usage tracking at an explicit wiki or log path without ambient local wiki packs hijacking the write.","Explicit wiki_dir, ENTITIES_DIR, and LOG_PATH targets are honored before the default packed wiki fallback is considered.",Repo checkout with Python 3.11+ dev environment and a default ~/.claude/skill-wiki/wiki-packs directory present.,python -m pytest -q src/tests/test_usage_tracker.py,Automated Test,Retested Pass,FAIL: full pytest and isolated test_usage_tracker.py failed because default wiki-packs shadowed monkeypatched ENTITIES_DIR and LOG_PATH.,QA-USE-001,usage_tracker default packed-wiki fallback ignored explicit module-level temp paths when local default wiki-packs existed.,"With ~/.claude/skill-wiki/wiki-packs present, run python -m pytest -q src/tests/test_usage_tracker.py before the fix.",Fixed by making monkeypatched ENTITIES_DIR/LOG_PATH take precedence over default packed-wiki fallback when wiki_dir is not explicitly passed.,PASS: python -m pytest -q src/tests/test_usage_tracker.py -> 42 passed; ruff check src/usage_tracker.py -> passed.,2026-06-30,CLI Lane,Found by current full-suite goal loop after Phase 2 fixes.,Pending open-code-review,Open-code-review preview should include src/usage_tracker.py before final commit.,Ponytail: small precedence guard; no rewrite of packed-wiki logic.,Pending current no-mistakes gate after retest proof