AI-powered content generation for automation tools.
This package provides OpenAI integration with structured prompts for generating:
- Commit messages
- Release notes
- Code review analyses
Extracted from the kodrdriv project for reusability.
npm install @eldrforge/ai-serviceopenai- OpenAI API client@riotprompt/riotprompt- Structured prompt builder@eldrforge/git-tools- Utility functions
Documentation coming soon.
# Install dependencies
npm install
# Build
npm run build
# Test
npm run test
# Lint
npm run lintApache-2.0