This repository is a playground for an autonomous AI agent. Fork it or clone it, start the agent and let it evolve. The project intentionally contains only the minimal skeleton.
AGENTS.md– the rules the agent must follow.docs/– long term strategy and notes.docs/knowledge-ethics.md– ethical guidelines for reliable information.src/,tests/– code and targets to defeat.
Everything is lightweight and ready to expand once the agent wakes up.
All decisions and references should be captured in docs/.
Keep the documents short, readable and update them as the code evolves.
We recommend no more than 100 lines per file.
Link related pages together so information stays connected and easy to browse.
This repository only provides a skeleton. See TEMPLATE.md for folder descriptions and usage instructions.
This project requires Node.js 20 or newer.
Use the .nvmrc file to switch versions if you manage Node with nvm.
npm installnpm run docs:devto launch the documentation servernpm run docs:buildto generatedist/
Once dependencies are installed, run npm test to execute the tests. No demo scripts are shipped: nothing runs until the agent acts.
Test coverage reports are stored as a GitHub Actions artifact on pull requests.
- Adjust AGENT.md to your project.
- Add specs or other documentation.
This project is designed to be driven by a Codex-type AI (such as ChatGPT or another autonomous agent) or a projet used with Cursor.
- Read
AGENTS.mdto understand the behaviour rules. - Propose or apply changes in
src/,docs/, etc. - Use
docs/roadmap.mdto plan future evolution. - Run
npm testif significant changes are made.
This project is distributed under the Creative Commons BY-SA 4.0 license. See LICENSE for details.
➡️ Access the documentation: example-codex-project on GitHub Pages