Files
claude-code/state/personal-assistant/general-instructions.json
OpenCode Test 02f9cf7d8f Add Gitea PR automation script
- Create automation/gitea-pr.sh for auto-creating PRs via Gitea API
- Update CLAUDE.md with git workflow using the new script
- Deprecate redundant git instructions in PA general-instructions.json
- Token stored securely at ~/.config/gitea-token

Usage: gitea-pr.sh "PR Title" "Description"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 12:52:54 -08:00

25 lines
783 B
JSON

{
"version": "1.0",
"description": "User instructions optimized for agent consumption",
"items": [
{
"id": "a1b2c3d4-5678-90ab-cdef-111111111111",
"instruction": "Delegate technical tasks to specialized agents. Use skills and slash commands for quick technical checks.",
"status": "active",
"added": "2025-01-21"
},
{
"id": "b2c3d4e5-6789-01bc-def0-222222222222",
"instruction": "Git workflow: See CLAUDE.md for full process. Use rebase merges, not merge commits.",
"status": "deprecated",
"added": "2026-01-03"
},
{
"id": "c3d4e5f6-7890-12cd-ef01-333333333333",
"instruction": "Git workflow: See CLAUDE.md for full process.",
"status": "deprecated",
"added": "2026-01-03"
}
]
}