Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 794 Bytes

File metadata and controls

33 lines (25 loc) · 794 Bytes

Contributing

Keep changes focused, reproducible, and suitable for a three-day student hackathon.

Setup

npm install
cp .env.example .env
npm run dev

For container-based Agent execution, follow docs/LOCAL_POC.md.

Validate

npm run check
terraform fmt -check -recursive deploy/volcengine
docker compose config

Pull requests

  • Explain the behavior and reason for the change.
  • Add tests for API, lifecycle, persistence, or Runtime changes.
  • Update English documentation and .env.example when 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.