Welcome Agent!
- Analyze Deeply: Always analyze the full project state, including
HANDOFF.md,ROADMAP.md,TODO.md,VISION.md, andCHANGELOG.md. - Document Everything: Input information and your findings must be documented in comprehensive, FULL extreme detail.
- Comment Heavily: Comment your code in depth—what it's doing, why, side effects, optimizations, alternate methods.
- Version Control: Every build should have a new version number. Update
VERSION.md(which should only contain the version string). UpdateCHANGELOG.md. Commit and push with the version number in the commit message. - Autonomy: Do not stop. Do whatever research needs to be done. Keep going until all planned features are 100% implemented.
- Submodules: Ensure all linked/referenced projects are added as submodules and their features are documented and assimilated.