@johnlindquist/file-forge
Version:
File Forge is a powerful CLI tool for deep analysis of codebases, generating markdown reports to feed AI reasoning models.
17 lines (14 loc) • 374 B
Markdown
**Step 0: Create Branch**
- **Goal:** Isolate work for "{{TASK_DESCRIPTION}}".
- **Action:** Create & switch to `feature/` or `fix/` branch.
```bash
# Example: git checkout -b feature/add-profile
git checkout -b {{BRANCH_NAME}}
```
- **Verify:** Check current branch.
```bash
git branch --show-current
# Expect: {{BRANCH_NAME}}
```
- **Commit:** None.