fix: align rev-* output paths with kairo-*/tdd-* directory structure#38
Merged
cm-kuroeda merged 1 commit intoclassmethod:mainfrom Feb 12, 2026
Merged
Conversation
- Replace docs/reverse/ with docs/tasks/, docs/design/, docs/spec/ subdirectories
- Unify placeholder from {プロジェクト名} to {要件名} across all rev-* commands
- Rename task IDs from DISCOVERED-XXX (3-digit) to TASK-XXXX (4-digit)
- Design rev-tasks to decompose codebase into feature units, each as {要件名}
- Add {要件名} naming rules (kebab-case, English, max 50 chars)
- Simplify rev-tasks output template to overview.md + {TASK-ID}.md
- Update MANUAL.md and README.md to reflect new paths and structure
Collaborator
|
LGTM |
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
docs/reverse/を廃止し、docs/tasks/,docs/design/,docs/spec/のサブディレクトリ形式に統合{プロジェクト名}→{要件名}に統一し、rev-tasks → kairo-/tdd- のパイプラインを一貫させるChanges
rev-tasks.md
docs/reverse/{プロジェクト名}-discovered-tasks.md→docs/tasks/{要件名}/overview.md+docs/tasks/{要件名}/TASK-XXXX.mdDISCOVERED-XXX(3桁) →TASK-XXXX(4桁) に統一{要件名}の命名規則を追加(ケバブケース、英語、最大50文字){要件名}として出力する設計に変更overview.mdと{TASK-ID}.mdの2テンプレートに簡素化rev-design.md
docs/reverse/{プロジェクト名}-*.md→docs/design/{要件名}/*.mdapi-specs.md→api-endpoints.md、database.md→database-schema.sql)rev-requirements.md
docs/reverse/{プロジェクト名}-requirements.md→docs/spec/{要件名}/requirements.mduser-stories.md、acceptance-criteria.mdの出力を追加rev-specs.md
docs/reverse/{プロジェクト名}-*.md→docs/spec/{要件名}/*.mdMANUAL.md / README.md
docs/reverse/を削除パス対応表
docs/tasks/{要件名}/overview.mddocs/tasks/{要件名}/overview.mddocs/tasks/{要件名}/TASK-XXXX.mddocs/tasks/{要件名}/TASK-XXXX.mddocs/design/{要件名}/*.mddocs/design/{要件名}/*.mddocs/spec/{要件名}/requirements.mddocs/spec/{要件名}/requirements.mddocs/implements/{要件名}/{タスクID}/