Keep changes focused, reproducible, and suitable for a three-day student hackathon.
npm install
cp .env.example .env
npm run devFor container-based Agent execution, follow docs/LOCAL_POC.md.
npm run check
terraform fmt -check -recursive deploy/volcengine
docker compose config- Explain the behavior and reason for the change.
- Add tests for API, lifecycle, persistence, or Runtime changes.
- Update English documentation and
.env.examplewhen configuration changes. - Use GitHub Flavored Markdown and relative repository links.
- Never commit credentials, local state, workspaces, build output, or Terraform state.
- Report security issues according to SECURITY.md.