mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 22:32:04 +00:00
Context files from .automaker/context/ (CLAUDE.md, CODE_QUALITY.md, etc.) are now passed as system prompt instead of prepending to user prompt. This ensures the agent follows project-specific rules like package manager preferences (pnpm vs npm) and coding conventions. Changes: - Add getContextDir() utility to automaker-paths.ts - Add loadContextFiles() method to load .md/.txt files from context dir - Pass context as systemPrompt in executeFeature() and followUpFeature() - Add debug logging to confirm system prompt is provided 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>