Releases: kujolang/crud-api
Releases · kujolang/crud-api
Release list
v1.0.0
Release Notes
- Bumped the API metadata, OpenAPI contract, and frontend package metadata to 1.0.0.
- Verified the Kujo API starts and serves
/healthand/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/kujocd frontend && npm run lintcd frontend && npm run buildcd 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