Remove unused documentation files - #83
Merged
Merged
Conversation
mijun (houlianpi)
requested review from
tongyu70020 and
ZhengdaWang (zhengdawang443)
as code owners
September 2, 2026 14:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove unused tracked documentation, a duplicate docs index, and stale one-off launch/design material. Synchronize the source-distribution include set and its contract test without changing runtime behavior or release workflows.
Related issue
N/A. Repository documentation cleanup.
Design document
N/A. Implemented from a direct
/spec-drivenrequest.SPEC updates
No SPEC delta. Root
SPEC.mdremains the current product and architecture authority. The removed files do not define current public behavior, interfaces, configuration, module ownership, or dependency direction.Changes
Removed:
docs/README.md, a duplicate documentation index with no inbound references.docs/examples/complete_all_menu_workflow_through_overflow_menu_on_ntp.example.fsq.yaml, an unreferenced secondary example outside the canonical top-levelexamples/directory.docs/launch/.docs/superpowers/specs/.Updated:
/docs/README.mdand/docs/launchfrom the sdist include set.Preserved:
examples/directory and public Web Case.docs/superpowers/specs/YYYY-MM-DD-<topic>-design.mdworkflow path used by repository skills.docs/superpowers/specs/.docs/demo.html.Verification
docs/superpowers/specs/YYYY-MM-DD-<topic>-design.mdworkflow path.git diff --check: passed.uv run --no-sync ruff format --check .: passed; 259 files already formatted.uv run --no-sync ruff check .: passed.uv run --no-sync python -m pytest tests/test_distribution_contract.py -q: 11 passed.uv run --no-sync python -m pytest: 936 passed, 1 skipped, 1 unrelated local-environment failure caused by ignored stalefsq_agent/playground/__pycache__namespace files.Evidence
N/A. Documentation and distribution-manifest cleanup only.
Release or documentation impact
The source distribution no longer includes the duplicate docs index or launch articles. Current public documentation and canonical examples remain available. CI and release workflows are unchanged.
Audit
The complete no-SPEC-delta audit passed with
coverage_complete=true, every applicable itemimplemented, zero blocking findings, and zero accepted human-decision items. Audited artifact SHA-256:9479fc4bc394b4558030e94c17913008ea53a3f302bfc7038eee247f512285fa.Checklist
Spec-driven development
Quality and safety