CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
SECURITY.md
pyproject.toml
setup.py
assets/brand/specstamp-logo-dark.png
assets/brand/specstamp-logo-dark.svg
assets/brand/specstamp-logo.png
assets/brand/specstamp-logo.svg
assets/brand/specstamp-mark-512.png
assets/brand/specstamp-mark.svg
assets/brand/specstamp-social-preview.png
assets/brand/specstamp-social-preview.svg
bin/codex-sdlc
bin/specstamp
docs/faq.md
docs/index.md
docs/philosophy.md
docs/quality-and-security.md
docs/quick-start.md
docs/user-guide.md
docs/zh-CN/index.md
docs/zh-CN/使用指南.md
docs/zh-CN/常见问题.md
docs/zh-CN/快速开始.md
docs/zh-CN/理念与灵感.md
docs/zh-CN/质量与安全.md
docs/资源/specstamp-mark.svg
docs/资源/快速体验.gif
docs/资源/样式.css
examples/最小项目/示例说明.md
examples/最小项目/运行示例.sh
examples/最小项目/需求资料.md
scripts/install_specstamp.py
shared-skills/agent-capability-sync/SKILL.md
skills/sdlc-accept/SKILL.md
skills/sdlc-add/SKILL.md
skills/sdlc-agent-sync/SKILL.md
skills/sdlc-audit/SKILL.md
skills/sdlc-backup/SKILL.md
skills/sdlc-backup-clean/SKILL.md
skills/sdlc-backup-list/SKILL.md
skills/sdlc-capture/SKILL.md
skills/sdlc-capture-change/SKILL.md
skills/sdlc-capture-link/SKILL.md
skills/sdlc-capture-requirement/SKILL.md
skills/sdlc-change/SKILL.md
skills/sdlc-change-accept/SKILL.md
skills/sdlc-change-capture/SKILL.md
skills/sdlc-change-plan/SKILL.md
skills/sdlc-clean/SKILL.md
skills/sdlc-clean-confirm/SKILL.md
skills/sdlc-context/SKILL.md
skills/sdlc-design/SKILL.md
skills/sdlc-design-accept/SKILL.md
skills/sdlc-discuss/SKILL.md
skills/sdlc-discuss-link/SKILL.md
skills/sdlc-docs/SKILL.md
skills/sdlc-doctor/SKILL.md
skills/sdlc-doctor-deep/SKILL.md
skills/sdlc-doctor-install/SKILL.md
skills/sdlc-doctor-repair/SKILL.md
skills/sdlc-export/SKILL.md
skills/sdlc-export-requirement/SKILL.md
skills/sdlc-finish/SKILL.md
skills/sdlc-fix/SKILL.md
skills/sdlc-goal/SKILL.md
skills/sdlc-grill/SKILL.md
skills/sdlc-handoff/SKILL.md
skills/sdlc-hooks-upgrade/SKILL.md
skills/sdlc-init/SKILL.md
skills/sdlc-init-basic/SKILL.md
skills/sdlc-init-basic-plain/SKILL.md
skills/sdlc-init-plain/SKILL.md
skills/sdlc-lessons/SKILL.md
skills/sdlc-light-start/SKILL.md
skills/sdlc-material/SKILL.md
skills/sdlc-next/SKILL.md
skills/sdlc-plan/SKILL.md
skills/sdlc-plan-add-task/SKILL.md
skills/sdlc-plan-amend-task/SKILL.md
skills/sdlc-plan-close/SKILL.md
skills/sdlc-plan-depends/SKILL.md
skills/sdlc-plan-priority/SKILL.md
skills/sdlc-plan-reorder/SKILL.md
skills/sdlc-regression/SKILL.md
skills/sdlc-restore/SKILL.md
skills/sdlc-start/SKILL.md
skills/sdlc-status/SKILL.md
skills/sdlc-task/SKILL.md
skills/sdlc-task-done/SKILL.md
skills/sdlc-task-pause/SKILL.md
skills/sdlc-task-restore/SKILL.md
skills/sdlc-tasks/SKILL.md
skills/sdlc-version/SKILL.md
src/codex_sdlc/__init__.py
src/codex_sdlc/cli.py
src/codex_sdlc/adapters/__init__.py
src/codex_sdlc/commands/__init__.py
src/codex_sdlc/commands/accept_cmd.py
src/codex_sdlc/commands/add_cmd.py
src/codex_sdlc/commands/agent_sync_cmd.py
src/codex_sdlc/commands/backup_cmd.py
src/codex_sdlc/commands/capture_cmd.py
src/codex_sdlc/commands/change_cmd.py
src/codex_sdlc/commands/clean_cmd.py
src/codex_sdlc/commands/context_cmd.py
src/codex_sdlc/commands/design_cmd.py
src/codex_sdlc/commands/docs_cmd.py
src/codex_sdlc/commands/doctor_cmd.py
src/codex_sdlc/commands/draft_cmd.py
src/codex_sdlc/commands/export_cmd.py
src/codex_sdlc/commands/facts_cmd.py
src/codex_sdlc/commands/finish_cmd.py
src/codex_sdlc/commands/grill_cmd.py
src/codex_sdlc/commands/handoff_cmd.py
src/codex_sdlc/commands/hooks_cmd.py
src/codex_sdlc/commands/init_cmd.py
src/codex_sdlc/commands/lessons_cmd.py
src/codex_sdlc/commands/material_cmd.py
src/codex_sdlc/commands/next_cmd.py
src/codex_sdlc/commands/placeholder_cmd.py
src/codex_sdlc/commands/plan_cmd.py
src/codex_sdlc/commands/regression_cmd.py
src/codex_sdlc/commands/review_cmd.py
src/codex_sdlc/commands/start_cmd.py
src/codex_sdlc/commands/status_cmd.py
src/codex_sdlc/commands/task_cmd.py
src/codex_sdlc/core/__init__.py
src/codex_sdlc/core/agent_sync.py
src/codex_sdlc/core/artifact_index.py
src/codex_sdlc/core/atomic_import.py
src/codex_sdlc/core/backup.py
src/codex_sdlc/core/change_contract.py
src/codex_sdlc/core/change_migration.py
src/codex_sdlc/core/change_workspace.py
src/codex_sdlc/core/code_evidence.py
src/codex_sdlc/core/codegraph_context.py
src/codex_sdlc/core/codex_assets.py
src/codex_sdlc/core/command_registry.py
src/codex_sdlc/core/dependency_graph.py
src/codex_sdlc/core/design_artifact_contract.py
src/codex_sdlc/core/design_plan_contract.py
src/codex_sdlc/core/design_summary_contract.py
src/codex_sdlc/core/draft_artifacts.py
src/codex_sdlc/core/draft_contract.py
src/codex_sdlc/core/draft_lifecycle.py
src/codex_sdlc/core/draft_ownership.py
src/codex_sdlc/core/draft_sections.py
src/codex_sdlc/core/environment.py
src/codex_sdlc/core/errors.py
src/codex_sdlc/core/external_version.py
src/codex_sdlc/core/fact_artifacts.py
src/codex_sdlc/core/fact_gate.py
src/codex_sdlc/core/fact_review_trust.py
src/codex_sdlc/core/fact_schema.py
src/codex_sdlc/core/formal_manifest_contract.py
src/codex_sdlc/core/git_tools.py
src/codex_sdlc/core/id_allocator.py
src/codex_sdlc/core/lessons.py
src/codex_sdlc/core/markdown_contract.py
src/codex_sdlc/core/project.py
src/codex_sdlc/core/reference_index.py
src/codex_sdlc/core/reference_locator.py
src/codex_sdlc/core/render.py
src/codex_sdlc/core/requirement_contract.py
src/codex_sdlc/core/review_contract.py
src/codex_sdlc/core/start_contract.py
src/codex_sdlc/core/start_staging.py
src/codex_sdlc/core/start_transaction.py
src/codex_sdlc/core/state.py
src/codex_sdlc/core/structured_contract.py
src/codex_sdlc/core/task_contract.py
src/codex_sdlc/core/task_coverage_contract.py
src/codex_sdlc/core/task_evidence.py
src/codex_sdlc/core/task_ids.py
src/codex_sdlc/core/task_outputs.py
src/codex_sdlc/core/task_pack.py
src/codex_sdlc/core/task_pack_contract.py
src/codex_sdlc/core/task_quality.py
src/codex_sdlc/core/task_read_manifest.py
src/codex_sdlc/core/task_run.py
src/codex_sdlc/legacy/__init__.py
src/codex_sdlc/legacy/task_pack_reader.py
src/codex_sdlc/schemas/__init__.py
src/codex_sdlc/schemas/artifact-index.v1.json
src/codex_sdlc/schemas/atomic-import-registry.v1.json
src/codex_sdlc/schemas/atomic-import-result.v1.json
src/codex_sdlc/schemas/atomic-import-transaction.v1.json
src/codex_sdlc/schemas/atomic-import.v1.json
src/codex_sdlc/schemas/change-material-manifest.v1.json
src/codex_sdlc/schemas/change-package.v1.json
src/codex_sdlc/schemas/change-workspace.v1.json
src/codex_sdlc/schemas/code-evidence.v1.json
src/codex_sdlc/schemas/design-artifact.v1.json
src/codex_sdlc/schemas/design-facts.v1.json
src/codex_sdlc/schemas/design-node-index.v1.json
src/codex_sdlc/schemas/design-plan.v1.json
src/codex_sdlc/schemas/design-reference-index.v1.json
src/codex_sdlc/schemas/design-reference.v1.json
src/codex_sdlc/schemas/design-summary.v1.json
src/codex_sdlc/schemas/external-version-evidence.v1.json
src/codex_sdlc/schemas/formal-document-first.v3.json
src/codex_sdlc/schemas/material-manifest.v1.json
src/codex_sdlc/schemas/model-review.v1.json
src/codex_sdlc/schemas/projected-design.v2.json
src/codex_sdlc/schemas/projected-reference-index.v2.json
src/codex_sdlc/schemas/projected-requirement.v2.json
src/codex_sdlc/schemas/projected-task-plan.v2.json
src/codex_sdlc/schemas/projected-test-matrix.v2.json
src/codex_sdlc/schemas/reference-index.v1.json
src/codex_sdlc/schemas/reference-locator.v1.json
src/codex_sdlc/schemas/requirement-confirmation.v1.json
src/codex_sdlc/schemas/requirement-coverage.v1.json
src/codex_sdlc/schemas/requirement-facts.v1.json
src/codex_sdlc/schemas/requirement-split.v1.json
src/codex_sdlc/schemas/review-request.v1.json
src/codex_sdlc/schemas/review-result.v1.json
src/codex_sdlc/schemas/review-trust-registry.v1.json
src/codex_sdlc/schemas/secret-reference.v1.json
src/codex_sdlc/schemas/source-index.v1.json
src/codex_sdlc/schemas/task-coverage.v1.json
src/codex_sdlc/schemas/task-feedback.v1.json
src/codex_sdlc/schemas/task-plan.v2.json
src/codex_sdlc/schemas/task-read-manifest.v1.json
src/codex_sdlc/schemas/task-run.v1.json
src/codex_sdlc/schemas/task.v2.json
src/codex_sdlc/services/__init__.py
src/codex_sdlc/services/capture_service.py
src/codex_sdlc/services/change_service.py
src/codex_sdlc/services/design_service.py
src/codex_sdlc/services/discuss_service.py
src/codex_sdlc/services/draft_service.py
src/codex_sdlc/services/review_service.py
src/codex_sdlc/services/start_service.py
src/codex_sdlc/templates/__init__.py
src/specstamp.egg-info/PKG-INFO
src/specstamp.egg-info/SOURCES.txt
src/specstamp.egg-info/dependency_links.txt
src/specstamp.egg-info/entry_points.txt
src/specstamp.egg-info/requires.txt
src/specstamp.egg-info/top_level.txt
tests/formal_package_factory.py
tests/task9_real_link_check.py
tests/test_backup_write_safety.py
tests/test_cli_v1.py
tests/test_cli_v10_agent_sync.py
tests/test_cli_v11_grill.py
tests/test_cli_v12_context_lessons.py
tests/test_cli_v14_native_start.py
tests/test_cli_v15_draft.py
tests/test_cli_v16_complex_e2e.py
tests/test_cli_v17_draft_contract.py
tests/test_cli_v18_draft_gate_flow.py
tests/test_cli_v3.py
tests/test_cli_v4_task_automation.py
tests/test_cli_v5_clean.py
tests/test_cli_v6_discuss_prepare.py
tests/test_cli_v7_design.py
tests/test_cli_v8_backup.py
tests/test_cli_v8_regression.py
tests/test_install_clean_home.py
tests/test_lessons_deep_scan_roots.py
tests/contracts/test_atomic_import_contract.py
tests/contracts/test_change_material_contract.py
tests/contracts/test_change_migration_contract.py
tests/contracts/test_change_package_contract.py
tests/contracts/test_change_projection_equality.py
tests/contracts/test_change_review_invalidation.py
tests/contracts/test_change_task_run_protection.py
tests/contracts/test_change_transaction_recovery.py
tests/contracts/test_change_workspace_contract.py
tests/contracts/test_cli_runtime_environment.py
tests/contracts/test_code_evidence_contract.py
tests/contracts/test_contract_cli_regressions.py
tests/contracts/test_design_artifact_contract.py
tests/contracts/test_design_material_migration.py
tests/contracts/test_design_plan_contract.py
tests/contracts/test_design_reference_contract.py
tests/contracts/test_design_summary_contract.py
tests/contracts/test_discuss_contract.py
tests/contracts/test_document_first_start_contract.py
tests/contracts/test_draft_artifact_layout.py
tests/contracts/test_draft_lifecycle_contract.py
tests/contracts/test_draft_material_contract.py
tests/contracts/test_fact_contract_quality_red.py
tests/contracts/test_fact_materialization_quality_red.py
tests/contracts/test_fact_trust_quality_red_round2.py
tests/contracts/test_formal_archive_readers.py
tests/contracts/test_formal_manifest_completeness.py
tests/contracts/test_free_text_semantic_boundary.py
tests/contracts/test_governance_invariants.py
tests/contracts/test_governance_negative_matrix.py
tests/contracts/test_id_allocator_contract.py
tests/contracts/test_integrated_design_review_flow.py
tests/contracts/test_legacy_task_pack_reader.py
tests/contracts/test_long_task_document_contract.py
tests/contracts/test_model_fact_cli_flow.py
tests/contracts/test_model_fact_layer.py
tests/contracts/test_no_production_natural_language_semantics.py
tests/contracts/test_planning_change_migration.py
tests/contracts/test_public_skill_cli_alignment.py
tests/contracts/test_public_skill_cli_alignment_task_change.py
tests/contracts/test_reference_index_contract.py
tests/contracts/test_reference_locator_contract.py
tests/contracts/test_removed_task_pack_writers.py
tests/contracts/test_requirement_confirmation_contract.py
tests/contracts/test_requirement_coverage_contract.py
tests/contracts/test_requirement_review_flow.py
tests/contracts/test_requirement_split_contract.py
tests/contracts/test_resource_ownership_contract.py
tests/contracts/test_review_invalidation.py
tests/contracts/test_review_request_contract.py
tests/contracts/test_review_result_contract.py
tests/contracts/test_stage_state_contract.py
tests/contracts/test_start_architecture_contract.py
tests/contracts/test_start_contract.py
tests/contracts/test_start_staging_builder.py
tests/contracts/test_start_transaction_recovery.py
tests/contracts/test_structured_contract.py
tests/contracts/test_task_coverage_contract.py
tests/contracts/test_task_direct_start.py
tests/contracts/test_task_done_run_gate.py
tests/contracts/test_task_evidence_contract.py
tests/contracts/test_task_outputs_contract.py
tests/contracts/test_task_plan_review_flow.py
tests/contracts/test_task_plan_v2_contract.py
tests/contracts/test_task_planning_code_evidence.py
tests/contracts/test_task_read_manifest.py
tests/contracts/test_task_regression_migration.py
tests/contracts/test_task_restore_contract.py
tests/contracts/test_task_run_contract.py
tests/contracts/test_task_run_invalidation.py
tests/contracts/test_trusted_fact_gate_regressions.py
tests/e2e/test_change_full_flow.py
tests/e2e/test_document_first_full_flow.py
tests/e2e/test_public_skills_document_first_flow.py
tests/e2e/test_task_run_full_flow.py