Skip to content

Commit bf2b23e

Browse files
amweissclaude
andcommitted
docs: add --branch-numbering option to README
Reset README from origin/main and document the new --branch-numbering CLI option (sequential vs timestamp) in the options table and examples. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7d24937 commit bf2b23e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -208,21 +208,21 @@ The `specify` command supports the following options:
208208

209209
### `specify init` Arguments & Options
210210

211-
| Argument/Option | Type | Description |
212-
| ---------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
213-
| `<project-name>` | Argument | Name for your new project directory (optional if using `--here`, or use `.` for current directory) |
214-
| `--ai` | Option | AI assistant to use (see `AGENT_CONFIG` for the full, up-to-date list). Common options include: `claude`, `gemini`, `copilot`, `cursor-agent`, `qwen`, `opencode`, `codex`, `windsurf`, `kilocode`, `auggie`, `roo`, `codebuddy`, `amp`, `shai`, `kiro-cli` (`kiro` alias), `agy`, `bob`, `qodercli`, `vibe`, `kimi`, `iflow`, `pi`, or `generic` (requires `--ai-commands-dir`) |
215-
| `--ai-commands-dir` | Option | Directory for agent command files (required with `--ai generic`, e.g. `.myagent/commands/`) |
216-
| `--script` | Option | Script variant to use: `sh` (bash/zsh) or `ps` (PowerShell) |
217-
| `--ignore-agent-tools` | Flag | Skip checks for AI agent tools like Claude Code |
218-
| `--no-git` | Flag | Skip git repository initialization |
219-
| `--here` | Flag | Initialize project in the current directory instead of creating a new one |
220-
| `--force` | Flag | Force merge/overwrite when initializing in current directory (skip confirmation) |
221-
| `--skip-tls` | Flag | Skip SSL/TLS verification (not recommended) |
222-
| `--debug` | Flag | Enable detailed debug output for troubleshooting |
223-
| `--github-token` | Option | GitHub token for API requests (or set GH_TOKEN/GITHUB_TOKEN env variable) |
224-
| `--ai-skills` | Flag | Install Prompt.MD templates as agent skills in agent-specific `skills/` directory (requires `--ai`) |
225-
| `--branch-numbering` | Option | Branch numbering strategy: `sequential` (default — `001`, `002`, `003`) or `timestamp` (`YYYYMMDD-HHMMSS`). Timestamp mode is useful for distributed teams to avoid numbering conflicts |
211+
| Argument/Option | Type | Description |
212+
| ---------------------- | -------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
213+
| `<project-name>` | Argument | Name for your new project directory (optional if using `--here`, or use `.` for current directory) |
214+
| `--ai` | Option | AI assistant to use (see `AGENT_CONFIG` for the full, up-to-date list). Common options include: `claude`, `gemini`, `copilot`, `cursor-agent`, `qwen`, `opencode`, `codex`, `windsurf`, `junie`, `kilocode`, `auggie`, `roo`, `codebuddy`, `amp`, `shai`, `kiro-cli` (`kiro` alias), `agy`, `bob`, `qodercli`, `vibe`, `kimi`, `iflow`, `pi`, or `generic` (requires `--ai-commands-dir`) |
215+
| `--ai-commands-dir` | Option | Directory for agent command files (required with `--ai generic`, e.g. `.myagent/commands/`) |
216+
| `--script` | Option | Script variant to use: `sh` (bash/zsh) or `ps` (PowerShell) |
217+
| `--ignore-agent-tools` | Flag | Skip checks for AI agent tools like Claude Code |
218+
| `--no-git` | Flag | Skip git repository initialization |
219+
| `--here` | Flag | Initialize project in the current directory instead of creating a new one |
220+
| `--force` | Flag | Force merge/overwrite when initializing in current directory (skip confirmation) |
221+
| `--skip-tls` | Flag | Skip SSL/TLS verification (not recommended) |
222+
| `--debug` | Flag | Enable detailed debug output for troubleshooting |
223+
| `--github-token` | Option | GitHub token for API requests (or set GH_TOKEN/GITHUB_TOKEN env variable) |
224+
| `--ai-skills` | Flag | Install Prompt.MD templates as agent skills in agent-specific `skills/` directory (requires `--ai`) |
225+
| `--branch-numbering` | Option | Branch numbering strategy: `sequential` (default — `001`, `002`, `003`) or `timestamp` (`YYYYMMDD-HHMMSS`). Timestamp mode is useful for distributed teams to avoid numbering conflicts |
226226

227227
### Examples
228228

0 commit comments

Comments
 (0)