Skip to content

Rename default PRD name from main to default#59

Open
tmchow wants to merge 1 commit intoMiniCodeMonkey:mainfrom
tmchow:fix/9-rename-default-prd
Open

Rename default PRD name from main to default#59
tmchow wants to merge 1 commit intoMiniCodeMonkey:mainfrom
tmchow:fix/9-rename-default-prd

Conversation

@tmchow
Copy link
Copy Markdown

@tmchow tmchow commented Apr 2, 2026

Summary

Renamed the default PRD directory from main to default to avoid confusion with git branch names.

Changes

Updated all references in cmd/chief/main.go:

  • Default PRD path: .chief/prds/main/prd.md -> .chief/prds/default/prd.md
  • Help text and usage examples updated to show .chief/prds/default/
  • Status command default: (default: main) -> (default: default)

Testing

String-only changes. The fallback behavior (try default path, then scan for any PRD) is unchanged.

Fixes #9

This contribution was developed with AI assistance (Claude Code).

Avoids confusion with git branch names. The default PRD directory
is now .chief/prds/default/ instead of .chief/prds/main/.

Fixes MiniCodeMonkey#9
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.

Rename default PRD name from main to default

1 participant