JustineDevs/agentfs — reverse-engineered prompt
Reverse engineered prompt
Build me the first working version of AgentFS, a small offline command line tool called afs that helps a repo keep all AI agent rules, skills, hooks, and memory in one local hidden database file instead of lots of scattered instruction files.
I want to be able to run afs init in a project and have it create .agent.db, set up basic local Git integration, and make it easy to inspect what is inside. Add simple commands to add a rule, add memory, list records, show the active rules for a folder, export everything to readable text, run status, and run doctor to check if the setup looks healthy.
Use Rust and SQLite if that makes sense. Keep it fast and fully local. Advanced things like vector search, signatures, and merge drivers can be simple but should have clean placeholders so they can become real later. Please make the code, tests, and README match what actually works.
Want more depth? Deep Reverse