UNPKG

@johnlindquist/file-forge

Version:

File Forge is a powerful CLI tool for deep analysis of codebases, generating markdown reports to feed AI reasoning models.

11 lines (8 loc) 277 B
**Step 0: Verify Current Branch** - **Goal:** Confirm correct branch for "{{TASK_DESCRIPTION}}". - **Action:** Check current branch. ```bash git branch --show-current ``` - **Note:** If wrong branch, switch (`git checkout name`) or create (`git checkout -b name`). ---