Files
AutoMetabuilder/ROADMAP.md

956 B

Roadmap

Phase 1: Foundation

  • Basic GitHub Integration (fetching issues/PRs)
  • Local YAML prompt loading
  • Tool-based SDLC operations (branch/PR creation)
  • Multi-language support for messages

Phase 2: Enhanced Context & Reasoning

  • Roadmap Awareness: Bot should explicitly read and update ROADMAP.md.
  • Repository Indexing: Implement a way to index the codebase for better context.
  • Declarative Task Processing: Move more logic into JSON/YAML specifications.
  • Feedback Loop: Support for the AI to read comments on PRs it created.

Phase 3: Advanced Automation

  • Automated Testing: Integration with test runners to verify changes before PR.
  • Linting Integration: Automatically run and fix linting issues.
  • Multi-Model Support: Easily switch between different LLM providers.
  • CI/CD Integration: Github Actions to run AutoMetabuilder on schedule or trigger.