- Move commands, scripts, settings to repo root - Add Makefile with install/uninstall/status targets - Symlinks ~/.claude/* to this repo for version control - Update documentation with setup instructions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
490 B
490 B
description: Create a new Forgejo issue. Can create single issues or batch create from a plan.
argument-hint: [title] or "batch"
Create Issue(s)
Single Issue (default)
If title provided: fj issue create "$1" --body "<description>"
Batch Mode
If $1 is "batch":
- Ask user for the plan/direction
- Generate list of issues with titles and descriptions
- Show for approval
- Create each:
fj issue create "<title>" --body "<body>" - Display all created issue numbers