Skip to content

Latest commit

 

History

History
 
 

@denisvieiradev/gitwise-core

Shared logic for gitwise: the four non-interactive product commands (commit, review, pr, release), the LLM provider abstraction (Anthropic API + Claude Code subprocess), git and gh primitives, prompt templates, and the per-user / per-repo config loaders. The CLI (@denisvieiradev/gitwise) and the Claude Code plugin (@denisvieiradev/gitwise-skills) both depend on this package; nothing in core depends back on them, and core performs no interactive I/O. A MockLLMProvider is published from the ./testing subpath for downstream test suites.