Quick Start
Installation
NeoGravity Core is designed to be scaffolding directly into your existing workspace.
bash
npx @vibcoder/neogravity initWhat it does
This command will create the following structure in your project root:
.agents/- Contains your workflows and skills..knowledge/- The persistent state machine for your project.scripts/- PowerShell watchdogs and cron jobs.
Next Steps
- Run the bootstrap workflow:
/bootstrap - Register your project:
/new-project
