mirror of
https://github.com/johndoe6345789/AutoMetabuilder.git
synced 2026-04-24 13:54:59 +00:00
cf994dbf3b7d4795f0dbcbf436d1be4313a38ea4
- Refactor `app_context.js` for async context loading and translation handling. - Introduce `ThemeManager` for dynamic theme control. - Add `NavigationManager` for improved section navigation. - Expose new `/api/ui-context` endpoint for UI context data.
AutoMetabuilder
AutoMetabuilder is an AI-powered tool designed to integrate with the metabuilder SDLC workflow.
Features
- GitHub Integration: Automatically fetches context from GitHub Issues and Pull Requests.
- SDLC Automation: Can create branches and pull requests based on the AI's decisions.
- Customizable Prompts: Loads workflow instructions from a local YAML prompt.
Configuration
The following environment variables are required:
GITHUB_TOKEN: A GitHub Personal Access Token with repository permissions.GITHUB_REPOSITORY: The full name of the repository (e.g.,owner/repo).
Usage
Run the tool using poetry:
poetry run autometabuilder
Testing
To run the unit tests:
PYTHONPATH=src pytest tests/test_main.py tests/test_metadata.py tests/test_roadmap.py
To run the Web UI tests (Playwright):
# First install browsers if you haven't already
playwright install chromium
# Run the UI tests
PYTHONPATH=src pytest tests/ui
Description
Languages
Python
76.6%
TypeScript
21.1%
SCSS
1.9%
JavaScript
0.2%
Dockerfile
0.2%