All notable changes to Execra will be documented in this file.
This project adheres to Semantic Versioning (MAJOR.MINOR.PATCH) and the Conventional Commits specification.
Format:
[Added]β New features[Changed]β Changes in existing functionality[Deprecated]β Features soon to be removed[Removed]β Features that were removed[Fixed]β Bug fixes[Security]β Security fixes or improvements
Changes that are merged but not yet part of an official release.
- Initial project scaffold and architecture
README.mdwith full system architecture and contributor guideCONTRIBUTING.mdwith step-by-step contribution workflowCODE_OF_CONDUCT.md(Contributor Covenant v2.1)SECURITY.mdwith responsible disclosure policyCHANGELOG.md(this file)- GitHub PR and Issue templates
docs/architecture.mdβ deep-dive system design documentdocs/api_reference.mdβ FastAPI endpoint reference
π Initial public release β GSSoC 2026 kickoff
- Project structure with core module layout (
core/,api/,frontend/,tests/) core/perception/β Screen capture, camera feed, and OCR engine scaffoldscore/intelligence/β LLM client abstraction, context engine, consequence simulator, trust scorer scaffoldscore/digital/β Code tracer, error detector, task decomposer scaffoldscore/physical/β Object detector (YOLOv8), task recognizer, action validator scaffoldscore/hybrid/β Mode manager, action logger, guidance dispatcher scaffoldsapi/main.pyβ FastAPI application entrypointdocker-compose.ymlβ Multi-service container setuprequirements.txtβ Python runtime dependencies.env.exampleβ Environment variable templatescripts/download_models.pyβ YOLO weight downloader
v1.2.3
β β βββ PATCH β Backward-compatible bug fixes
β βββββ MINOR β New backward-compatible features
βββββββ MAJOR β Breaking changes
| Version Jump | Trigger |
|---|---|
PATCH (0.0.X) |
Bug fix, security patch, minor doc update |
MINOR (0.X.0) |
New feature, new module, new endpoint |
MAJOR (X.0.0) |
Breaking architecture change, API redesign |
Built with β€οΈ for GirlScript Summer of Code 2026
Execra β Execute without boundaries.