feat(git-plugin): Build complete git workflow automation suite #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Complete git workflow automation with dual interfaces (human skill + agent orchestrator) enabling seamless git operations across human-driven CLI workflows and agent-based automation pipelines.
Artifacts to Build
Domain Skills (6 units)
Orchestrator Layer
Human-Friendly Interface
Configuration & Versioning
Key Design Decisions
Session-Scoped Context
Destructive Operations Require Explicit Confirmation
The following operations require explicit user confirmation before execution:
git push --force)git branch -D)git checkout -f,git restore -f)Error Handling Strategy
Composability First