Skip to content

v1.0.0

Latest

Choose a tag to compare

@robertdevore robertdevore released this 11 Jun 03:34
· 28 commits to main since this release

Release Notes

  • Bumped the API metadata, OpenAPI contract, and frontend package metadata to 1.0.0.
  • Verified the Kujo API starts and serves /health and / correctly with the built Kujo binary.
  • Verified frontend quality gates: lint, production build, and npm audit at high severity threshold.
  • Verified the backend regression suite passes with the built Kujo binary.

Validation

  • PATH=/Users/robertdevore/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH make test KUJO_BIN=/tmp/kujo-debug-target/debug/kujo
  • cd frontend && npm run lint
  • cd frontend && npm run build
  • cd frontend && npm audit --audit-level=high
  • Manual Kujo startup: KUJO_CRUD_PORT=4111 KUJO_CRUD_DB_PATH=/tmp/kujo-manual.db /tmp/kujo-debug-target/debug/kujo run main.kujo --interpreter