synops/tasks/054-agent-git.md
vegard 6099d0b209 Splitt agent og admin til konkrete sub-tasks (050-064)
synops-agent: 9 tasks (ACC, retry, REPL, plan, git, graf, daemon,
sub-agenter, checkpoint)
Admin: 5 tasks (API-nøkler, AI-ruting, oppgave-UI, agent-oversikt,
brukeradmin)
Totalt 55 task-filer.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 18:04:23 +00:00

10 lines
339 B
Markdown

# synops-agent: git-integrasjon
- Les git log/blame for kontekst automatisk
- Auto-commit etter fullført oppgave
- Konfigurerbar commit-melding (--commit-msg eller auto-generert)
- Push etter commit (--push, default: true)
- Branch-per-oppgave (--branch, valgfritt)
- Diff-visning i output
Ref: docs/proposals/agent_harness.md (Fase 4)