Welcome to the AI Dev Framework. This directory is structured to enable AI agents and humans to rebuild project context from a cold start, navigate module progress, and resume collaborative development without losing the thread.
- Purpose: Persistent local AI support for deep codebase work, memory continuity, and co-development.
- Designed For: Human-AI symbiosis. Handles memory gaps, session loss, and long-form collaboration.
- Start Here:
00_reference_docs/birds_eye_view.md
[See birds_eye_view.md for full layout]
If resuming after lost memory/session:
- Read
birds_eye_view.mdfor full project scope. - Open
design_notes.mdin01_workspace_memory_core/to reconnect workspace tracking logic. - Follow README or outline in relevant module folder.
- Log updates in
notes_todo.txtand optionally summarize changes back intobirds_eye_view.md.
- Add automated context summaries to each folder.
- Create a
context_cache.jsonfile for quick cold boot for future AI agents. - Track all architectural decisions and tool versions used.
This project is designed with fail-forward logic. Break things, learn, rebuild better. If you're reading this: welcome to the forge.