diff --git "a/qa/feature_status.csv" "b/qa/feature_status.csv" --- "a/qa/feature_status.csv" +++ "b/qa/feature_status.csv" @@ -47,7 +47,8 @@ CLI-045,,docs/qa/feature-user-story-status.csv,CLI,Backup mirror CLI,"python -m 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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 restores credential_env only with explicit --restore-session-mcp and emits previous trace correlation when available,Recorded session fixture,python -m pytest src/tests/test_harness_cli_run.py -q,Automated Test,Retested Pass,PASS: test_harness_cli_run.py covers default skip restore opt-in credential_env behavior failed resume telemetry and previous_trace_id correlation.,AUDIT-018,Early ctx resume failures and resumed sessions lacked reliable previous trace correlation telemetry.,Resume a recorded session or trigger resume load/attach/missing-model failures before the fix and inspect ctx.cli.resume telemetry payloads.,Fixed,PASS: .venv/bin/pytest src/tests/test_harness_cli_run.py -q --tb=short -> 73 passed.,2026-07-05,CLI Lane,Tracks resume security and trace correlation semantics inside broad CLI-001.,Reviewed by no-mistakes,no-mistakes run 01KWSCY4EF01EXWSHYB5SGS4BC reached passed after review/test/document/lint/CI; post-merge stats cleanup PR #239 also passed.,Ponytail: report existing resume failure and previous trace metadata without restoring unsafe MCP metadata by default.,Validated by focused regressions and no-mistakes run 01KWSCY4EF01EXWSHYB5SGS4BC on PR #238; PR merged as 90babdd and post-merge inventory cleanup merged as PR #239. 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate +B-HAR-013,CLI-048,expert-lane/api-mcp-harness,CLI,Harness command execution and file preservation opt-ins,"ctx-harness-install --approve-commands, --run-verify, --keep-files",src/harness_install.py; docs/entity-onboarding.md; src/tests/test_harness_install.py,High,As a harness user I can choose when install or update runs cataloged commands and when uninstall keeps installed files,ctx-harness-install does not run setup commands unless --approve-commands is set does not run verification commands unless --run-verify is also set and --keep-files is valid only with --uninstall so destructive cleanup is explicit,Installed harness fixture with setup and verification commands,.venv/bin/python -m pytest src/tests/test_harness_install.py -q,Automated Test,Tested Pass,PASS: test_harness_install.py covers approve_commands run_verify keep_files and parser rejection for --keep-files without --uninstall.,,,,,,2026-07-08,CLI Lane,Child of CLI-048 added for AUDIT-042 so execution and file-preservation opt-ins are first-class safety coverage.,Reviewed by actor/critic workbench,Phase 3 confirms behavior already existed in source docs and tests while canonical tracker lacked explicit flag coverage.,Ponytail: tracker-only fix; no runtime behavior change.,Validated by focused tracker and harness install tests. +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 scoped ctx MCP server metadata and gated harness recommendations only with explicit user-owned model consent,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 scoped 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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 advances state only after successful recompute writes audit session rows and always exits 0,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 failed recompute exit zero without state advancement.,,,,,,2026-07-05,Core/Docs Lane,Validated after checkpoint hardening for recompute failures.,Reviewed by no-mistakes,Documentation sync verified against current hook behavior.,Ponytail: checkpoint only advances after successful recompute; hook remains nonblocking.,Validated by focused hook regression 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 recommend_related 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-07-02,API/MCP Lane,Added during canonical feature inventory gap pass and updated when related recommendations became public API.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate @@ -62,7 +63,7 @@ DASH-004,,docs/qa/feature-user-story-status.csv,Dashboard,SkillSpector page,/ski 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,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate -DASH-PAGE-006A,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Recommend,/recommend,src/ctx/monitor/pages/recommend.py,High,As a dashboard user I can choose and refine ctx recommendations,Recommend page renders query top-k selected and rejected controls plus recommendation state TLDR reason and related suggestions,ctx-monitor running with recommendation fixture,Open /recommend?q=python&top_k=3 and test select all select none selected rejected and related output,Browser/User Story,Tested Pass,"PASS: focused pytest covers /recommend route navigation selected checkbox parsing TLDR reason rendering and related suggestion rows.",,,,,,2026-07-02,Dashboard/Docs Lane,Phase 5B dashboard recommendation slice; deeper live browser pass remains part of the final feature loop.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate +DASH-PAGE-006A,,docs/qa/dashboard-user-story-status.csv,Dashboard Page,Recommend,/recommend,src/ctx/monitor/pages/recommend.py,High,As a dashboard user I can choose and refine ctx recommendations,Recommend page renders query top-k selected and rejected controls plus recommendation state TLDR reason and related suggestions,ctx-monitor running with recommendation fixture,Open /recommend?q=python&top_k=3 and test select all select none selected rejected and related output,Browser/User Story,Tested Pass,PASS: focused pytest covers /recommend route navigation selected checkbox parsing TLDR reason rendering and related suggestion rows.,,,,,,2026-07-02,Dashboard/Docs Lane,Phase 5B dashboard recommendation slice; deeper live browser pass remains part of the final feature loop.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate @@ -100,33 +101,33 @@ HARNESS-001,,docs/qa/feature-user-story-status.csv,Harness,Own-model harness rec 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/index.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/catalog.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/knowledge-graph.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/huggingface-publish.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/entity-onboarding.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/dashboard.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/telemetry.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/harness/attaching-to-hosts.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/harness/loopflow-adapter-demo.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-30,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/harness/clean-host-contract.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/toolbox/index.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/toolbox/configuration.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/toolbox/starters.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/toolbox/council-runner.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/toolbox/hooks.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/toolbox/behavior-miner.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/toolbox/intent-interview.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/toolbox/verdicts.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/backup-hook-install.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/skill-router/index.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/stack-signatures.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/skill-stack-matrix.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/marketplace-registry.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/skills-health.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/memory-anchor.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/skill-lifecycle-and-dashboard.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,PASS: docs/skill-quality-install.md is present in mkdocs.yml nav; python -m mkdocs build --strict --quiet passed; tracker nav coverage test passed for this entrypoint.,,,,,,2026-06-29,Core/Docs Lane,Added for public MkDocs nav coverage enforcement.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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-07-05,Telemetry/Release Lane,"Public docs reflect post-merge main with current 4,473 test inventory after PR #239.",Reviewed by no-mistakes,PR #239 docs-only no-mistakes run 01KWSY6H1BV17DK8G2CJKYB23W reached checks-passed and merged.,Ponytail: no fix needed unless retest produces a concrete regression.,"README/docs stats check is current at 4,473 inventory on main." @@ -140,7 +141,7 @@ SEC-002,,docs/qa/feature-user-story-status.csv,Distribution,No-mistakes developm 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 snapshot files; temp backup fixture with BOM manifest printed entries and OK coverage; focused pytest passed.,CTX-AZ-008; CTX-QA-034,Backup audit previously rejected UTF-8 BOM manifests and treated --help as a snapshot path,python scripts/audit_backup.py --help; run script against representative backup fixture,Fixed by utf-8-sig manifest reads and snapshot-free help parsing in PR #210,PASS: /tmp/ctx-verify-venv/bin/python scripts/audit_backup.py --help; focused pytest 62 passed 1 skipped; no-mistakes run 01KWFXQTHJ83VNZ9ZJGMTAJPWC checks-passed.,2026-07-02,Core/Docs Lane,Read-only reporting; --help is snapshot-free and does not repair backup gaps.,Reviewed by no-mistakes,Run 01KWFXQTHJ83VNZ9ZJGMTAJPWC reported no findings; PR #210 merged as c61de902e8fdd2a4b2cfa061c5337a2fef078d0a.,Ponytail: minimal fix only; no behavior expansion beyond help handling.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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 similarity telemetry and CI workflow 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 workflow contract behavior and ci_changed output use.,,,,,,2026-07-06,Core/Docs Lane,Validated by focused pytest in this tracker slice including CI workflow classification.,Reviewed by no-mistakes,Documentation sync verified against current ci_changed classifier behavior.,Ponytail: workflow paths stay classified as CI changes that can pull forward full matrix validation.,Validated by focused CI classifier regression -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 including release sync and graph artifact maintainer scripts that omit matching tests while only allowing metadata-only releases when diff hunks prove version or stats-only edits,CI policy tests available,python -m pytest src/tests/test_ci_classifier.py src/tests/test_ci_preflight.py -q,Automated Test,Tested Pass,CI policy and preflight suites cover contract files release metadata exceptions and rejection when diff context is missing.,,,,,,2026-07-05,Core/Docs Lane,Validated after preflight started passing real per-file diffs to the policy helper and after maintainer script contract coverage expanded.,Reviewed by no-mistakes,Documentation sync verified against current policy behavior.,Ponytail: release metadata exemptions require actual diff evidence and maintainer script changes require tests.,Validated by focused policy and preflight regressions +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 including release sync and graph artifact maintainer scripts that omit matching tests while allowing proven metadata-only releases or maintainer-applied no-tests-needed labels for genuinely untestable changes,CI policy tests available,python -m pytest src/tests/test_ci_classifier.py src/tests/test_ci_preflight.py -q,Automated Test,Tested Pass,CI policy and preflight suites cover contract files release metadata exceptions no-tests-needed label exemptions and rejection when diff context is missing.,,,,,,2026-07-05,Core/Docs Lane,Validated after preflight started passing real per-file diffs to the policy helper and after maintainer script contract coverage expanded.,Reviewed by no-mistakes,Documentation sync verified against current policy behavior.,Ponytail: release metadata exemptions require actual diff evidence and maintainer script changes require tests unless a maintainer applies no-tests-needed.,Validated by focused policy and preflight regressions 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 including skipped full pytest matrix on CI workflow PRs while allowing 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 conditional skip cases and ci-changed PR full-matrix skip rejection.,,,,,,2026-07-06,Core/Docs Lane,Validated by focused pytest in this tracker slice including CI workflow PR matrix skip rejection.,Reviewed by no-mistakes,Documentation sync verified against current required-CI ci_changed behavior.,Ponytail: CI workflow PRs must run the full OS pytest matrix; ordinary PR skips remain allowed.,Validated by focused required-CI regression MAINT-006,,docs/qa/feature-user-story-status.csv,Maintainer,CI preflight gate,scripts/ci_preflight.py,scripts/ci_preflight.py scripts/ci_classifier.py and scripts/local_fast_gate.py,Medium,As a contributor I can run the same preflight logic locally that CI uses,"Preflight classifies changes then emits source static gates (ruff format/check, ruff lint, mypy, pip check), public docs tracker including bug-smoke, feature, dashboard, and toolbox coverage, strict build, graph, browser, package, and similarity gates required; local-fast groups those same checks into isolated parallel worktree lanes before the serial gate",Repo checkout with git available,Run scripts/ci_preflight.py against representative changed files; run scripts/no_mistakes_run.sh fast before PR validation,CI/CD Gate,Tested Pass,"select_checks and workflow parity coverage confirm the public docs tracker includes bug-smoke, feature, dashboard, and toolbox checks before strict MkDocs build; local_fast_gate grouping coverage confirms graph hydration stays with graph validation and source changes split across independent lanes.",,,,,,2026-07-06,Core/Docs Lane,Validated through focused preflight tests and the first real local-fast run which exposed missing tracker coverage before the final serial gate.,Reviewed by no-mistakes,Documentation sync verified against current preflight docs-check coverage and local-fast grouping behavior.,Ponytail: public tracker coverage matches PR docs workflow while local-fast only parallelizes existing checks.,Validated by focused preflight regression and local-fast dry run 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate @@ -183,20 +184,20 @@ DASH-NUM-003,,docs/qa/dashboard-user-story-status.csv,Dashboard Number,API graph 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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 and src/ctx/monitor/services/runtime.py,High,As a dashboard client I can fetch runtime lifecycle diagnostics,API returns validation escalation selection token usage and recent usage metadata without raw evidence strings or secrets,ctx-monitor running,GET /api/runtime.json and scan for secret-like fields plus raw evidence strings,Automated Test,Retested Pass,PASS: focused runtime monitor test asserts recent_tool_usage exposes evidence_present/evidence_length and not the raw evidence value.,,,,,,2026-07-05,Dashboard/Docs Lane,,Reviewed by no-mistakes,Final no-mistakes validation completed in run 01KWSCY4EF01EXWSHYB5SGS4BC on PR #238; PR merged and post-merge inventory cleanup PR #239 passed.,Ponytail: privacy-safe runtime metadata only; no broader behavior change.,Validated by prior focused gates plus no-mistakes run 01KWSCY4EF01EXWSHYB5SGS4BC; no longer pending canonical feature-loop validation. -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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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 with wiki-relative paths 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: path privacy only; result paths are wiki-relative.,Validated by completed goal-loop and no-mistakes gate +DASH-API-001,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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate +DASH-API-002,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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate +DASH-API-003,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.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate +DASH-API-004,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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate +DASH-API-005,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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate +DASH-API-006,API-013,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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate +DASH-API-007,API-006,docs/qa/dashboard-user-story-status.csv,Dashboard API,Runtime API,/api/runtime.json,src/ctx/monitor/api/readonly.py and src/ctx/monitor/services/runtime.py,High,As a dashboard client I can fetch runtime lifecycle diagnostics,API returns validation escalation selection token usage and recent usage metadata without raw evidence strings or secrets,ctx-monitor running,GET /api/runtime.json and scan for secret-like fields plus raw evidence strings,Automated Test,Retested Pass,PASS: focused runtime monitor test asserts recent_tool_usage exposes evidence_present/evidence_length and not the raw evidence value.,,,,,,2026-07-05,Dashboard/Docs Lane,,Reviewed by no-mistakes,Final no-mistakes validation completed in run 01KWSCY4EF01EXWSHYB5SGS4BC on PR #238; PR merged and post-merge inventory cleanup PR #239 passed.,Ponytail: privacy-safe runtime metadata only; no broader behavior change.,Validated by prior focused gates plus no-mistakes run 01KWSCY4EF01EXWSHYB5SGS4BC; no longer pending canonical feature-loop validation. +DASH-API-008,API-014,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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate +DASH-API-009,API-012,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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate +DASH-API-010,API-007,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 with wiki-relative paths 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: path privacy only; result paths are wiki-relative.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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 with wiki-relative paths 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,Entity detail paths are wiki-relative and do not expose host roots.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: path privacy only; no payload shape expansion beyond wiki-relative path.,Validated by completed goal-loop and 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 JSON detail 404 for missing/unsafe slugs without leaking paths,ctx-monitor running,GET /api/skill/github.json and /api/skill/missing-sidecar.json,Manual/Documented,Retested Pass,PASS: /api/skill/github.json?type=skill returned HTTP 200 JSON sidecar payload and focused monitor tests covered JSON detail 404 for a missing sidecar.,AUDIT-025,Missing sidecar API responses used an HTML 404 body.,GET /api/skill/missing-sidecar.json before the fix and inspect status content type and body.,Fixed,PASS: .venv/bin/python -m pytest src/tests/test_ctx_monitor.py::test_skill_sidecar_api_missing_sidecar_returns_json_404 src/tests/test_ctx_monitor.py::test_skill_sidecar_api_reads_typed_sidecar -q -> 2 passed.,2026-07-05,Dashboard/Docs Lane,Updated for JSON API missing-sidecar 404 behavior.,Reviewed by no-mistakes,Focused monitor API sidecar regression passed locally; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: route-local JSON error only; no dispatcher refactor.,Validated by focused monitor API regression and completed goal-loop/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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate +DASH-API-012,API-008,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 with wiki-relative paths 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,Entity detail paths are wiki-relative and do not expose host roots.,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: path privacy only; no payload shape expansion beyond wiki-relative path.,Validated by completed goal-loop and no-mistakes gate +DASH-API-013,API-015,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 JSON detail 404 for missing/unsafe slugs without leaking paths,ctx-monitor running,GET /api/skill/github.json and /api/skill/missing-sidecar.json,Manual/Documented,Retested Pass,PASS: /api/skill/github.json?type=skill returned HTTP 200 JSON sidecar payload and focused monitor tests covered JSON detail 404 for a missing sidecar.,AUDIT-025,Missing sidecar API responses used an HTML 404 body.,GET /api/skill/missing-sidecar.json before the fix and inspect status content type and body.,Fixed,PASS: .venv/bin/python -m pytest src/tests/test_ctx_monitor.py::test_skill_sidecar_api_missing_sidecar_returns_json_404 src/tests/test_ctx_monitor.py::test_skill_sidecar_api_reads_typed_sidecar -q -> 2 passed.,2026-07-05,Dashboard/Docs Lane,Updated for JSON API missing-sidecar 404 behavior.,Reviewed by no-mistakes,Focused monitor API sidecar regression passed locally; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: route-local JSON error only; no dispatcher refactor.,Validated by focused monitor API regression and completed goal-loop/no-mistakes gate. +DASH-API-014,API-009,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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and 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,,Reviewed by no-mistakes,Historical tracker import; current canonical row is covered by completed goal-loop review and no-mistakes gate.,Ponytail: no fix needed unless retest produces a concrete regression.,Validated by completed goal-loop and no-mistakes gate @@ -227,7 +228,7 @@ B-HAR-012,CLI-025,expert-lane/api-mcp-harness,Harness,Harness catalog authoring, 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 completed goal-loop and no-mistakes gate 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 completed goal-loop and no-mistakes gate 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 completed goal-loop and no-mistakes gate -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 completed goal-loop and no-mistakes gate +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 explicit user-owned model consent and emits dry-run install commands ranked by model hints.,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 explicit model ownership consent.,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 completed goal-loop and no-mistakes gate 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 completed goal-loop and no-mistakes gate 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 completed goal-loop and no-mistakes gate 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 completed goal-loop and no-mistakes gate