Context Files, Agent Understanding
Structured context in, correct behavior out. Press run to watch the process.
context.json
project.name
:
"my-app"
modules.api.type
:
"rest-api"
modules.api.port
:
8000
modules.web.type
:
"web-app"
modules.web.port
:
3000
commands.dev
:
"spaces dev"
commands.test
:
"spaces test"
commands.deploy
:
"spaces deploy staging"
AGENTS.md
-
Run spaces dev to start all modules
-
API is at /api, frontend at /
-
Never commit .env files
-
API_KEY is required and sensitive
-
DATABASE_URL is auto-configured
Agent
Run
Press Run to start