Skip to content

Conversation

@yahsan2
Copy link
Contributor

@yahsan2 yahsan2 commented Nov 15, 2025

Summary

Fixed the --kiro-dir example in all README files to use docs instead of docs/specs to prevent confusing nested directory structure.

Changes

  • Updated README.md: --kiro-dir docs/specs--kiro-dir docs
  • Updated tools/cc-sdd/README.md: --kiro-dir docs/specs--kiro-dir docs
  • Updated tools/cc-sdd/README_ja.md: --kiro-dir docs/specs--kiro-dir docs
  • Updated tools/cc-sdd/README_zh-TW.md: --kiro-dir docs/specs--kiro-dir docs

Problem

When users followed the README example using --kiro-dir docs/specs, specification files were placed in docs/specs/specs/, creating a confusing nested structure.

Solution

By using --kiro-dir docs instead, specification files will be placed in docs/specs/, which is clearer and more intuitive.

Fixes #99

🤖 Generated with Claude Code

…tructure

Changed --kiro-dir example from docs/specs to docs across all README files
to prevent confusing docs/specs/specs/ directory structure.

Fixes gotalab#99

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@gotalab
Copy link
Owner

gotalab commented Nov 15, 2025

Everything looks good.
Merge it.

@gotalab gotalab merged commit 38edd69 into gotalab:main Nov 15, 2025
@gotalab gotalab self-requested a review November 15, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Confusing directory structure when using custom --kiro-dir

2 participants