Skip to content

T-YXM5-site-docs-long-tail

Status: closed/done · Impact: medium · Complexity: medium

The site’s script-reference generator scans only .py files — and plugin/scripts/ has none, so that reference section is already stale. After the sweep the deterministic surface IS the registry. Rewrite regen to project /reference/ops/ from the registry, refresh the per-skill docs whose flowcharts name old scripts, and sweep the remaining doc/site prose.

LocationRole today
site/scripts/regen.mjsregenScripts() walks plugin/scripts/*.py + plugin/skills/<skill>/*.py — zero matches today
docs/skills/per-skill docs with Mermaid flowcharts citing old script names
plugin/cli/README.mdpre-sweep CLI description
docs/planning/decisions/D-0007-deterministic-op-substrate.mdneeds a consequences note once the migration completes (forward amendment note already landed with D-H7FS)
docs/planning/standards/S-0001-co-locate-first-promote-when-shared.mdsame
D-K9PX (system architecture) — since deleted into D-VSLI-distributed-work-runner-architecture§sdlc <noun> <verb> surface describes the pre-path[] shape
docs/planning/decisions/D-0004-entity-definition-architecture.md§ops-modules line states the {noun, verb} descriptor
docs/planning/standards/S-0004-sdlc-cli-llm-head-deterministic-tail.mdsdlc <noun> <verb> shape language predates path[]

regen.mjs emits one reference page per registered path (sourced from the registry / sdlc --help --advanced), with the index copy fixed; docs/skills/*.md refreshed via the dev-update-docs/update-skill-doc flow so the check_skill_docs lefthook gate stays green; the ~138-file docs/site naming long tail swept (historical task post-mortems stay as-is); CLI README updated; D-0007/S-0001 carry completion notes.

  1. Rewrite regenScripts()regenOps(): enumerate registered paths, one page per op/service leaf; fix the reference index copy.
  2. Run the site build; fix breakage.
  3. Refresh docs/skills/*.md against the codemodded SKILL.md files (dev-update-docs flow); check_skill_docs green.
  4. Sweep docs/site for old script names — update live references, leave historical post-mortems.
  5. Add consequences notes to D-0007 and S-0001; update plugin/cli/README.md.
  6. Descriptive-doc sweep per D-H7FS §Consequences timing rule (they stay truthful until the new shape is shipped reality): update the architecture map — now D-VSLI-distributed-work-runner-architecture, which absorbed D-K9PX — plus D-0004 §ops modules and S-0004, to the path[] shape and --output contract.
LocationKindChange
site/scripts/regen.mjsmodifyregenScripts → registry-driven regenOps
docs/skills/modifyflowchart refresh per codemodded skill
plugin/cli/README.mdmodifypath[] surface description
docs/planning/decisions/D-0007-deterministic-op-substrate.mdmodifyconsequences note
docs/planning/standards/S-0001-co-locate-first-promote-when-shared.mdmodifyconsequences note
docs/planning/decisions/D-VSLI-distributed-work-runner-architecture.md (successor to the deleted D-K9PX)modifysdlc surface prose → path[] + —output
docs/planning/decisions/D-0004-entity-definition-architecture.mdmodifyops-module descriptor line → path[]
docs/planning/standards/S-0004-sdlc-cli-llm-head-deterministic-tail.mdmodifycommand-shape language → path[]
  • AC-1: site build green; /reference/ops/ contains one page per registered path, none for deleted scripts.
  • AC-2: check_skill_docs lefthook gate green across all skills.
  • AC-3: grep for the old script filenames across docs/ and site/ hits only historical task/post-mortem files.
  • AC-4: D-0007 and S-0001 note the completed migration; CLI README describes the path[] surface.
  • AC-5: D-VSLI-distributed-work-runner-architecture (which absorbed D-K9PX), D-0004, and S-0004 describe the path[] descriptor and --output contract — grep -rn 'sdlc <noun> <verb>' docs/planning/ returns no stale shape language outside historical post-mortems.
  • New documentation content beyond refresh.
  • MCP/HTTP adapter docs (those adapters don’t exist yet).
  • Refutation finding: regen.mjs is .py-only and already stale; T-5PLQ’s co-located-script regen support predates the TS migration. docs/plans/op-substrate-full-sweep.md T16.

T-YBKU-shim-deletion-guard


← Back to Tasks