Add Makefile for managing Claude Code config symlinks

- 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>
This commit is contained in:
2025-12-28 18:43:35 +01:00
parent f56b1115fc
commit 952d1ce7db
14 changed files with 228 additions and 8 deletions

17
commands/create-issue.md Normal file
View File

@@ -0,0 +1,17 @@
---
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":
1. Ask user for the plan/direction
2. Generate list of issues with titles and descriptions
3. Show for approval
4. Create each: `fj issue create "<title>" --body "<body>"`
5. Display all created issue numbers