Files
claude-code/state/personal-assistant/general-instructions.json
OpenCode Test 89255cc6fa Add gitea-merge.sh for complete merge workflow
- Creates gitea-merge.sh: rebase merge, delete branch, close PR
- Updates CLAUDE.md: simplified git workflow using new script
- Adds model selection reminder to general-instructions.json
- Documents Gitea API commands in CLAUDE.md

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 13:18:23 -08:00

31 lines
1.1 KiB
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": "d4e5f6a7-8901-23de-f012-444444444444",
"instruction": "Use appropriate model for task: Haiku for simple extraction/formatting, Sonnet for code review/analysis, Opus for complex reasoning. Delegate to subagents with correct model.",
"status": "active",
"added": "2026-01-04"
},
{
"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"
}
]
}