Thanks for your interest in CUTKIT.
- Ensure
uvis installed and Python 3.12+ is available. - Bootstrap development tooling and run checks:
make dev- Run checks manually as needed:
uv run prek run --all-files- For feature work, use OpenSpec change artifacts:
/opsx-propose <idea> # OpenCode
/opsx-apply <change> # OpenCode
/opsx-archive <change> # OpenCode
# Or namespace form in tools that support it:
/opsx:propose <idea>
/opsx:apply <change>
/opsx:archive <change>
- Keep changes focused.
- Add tests for new behavior.
- Update docs when API behavior changes.