Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions self-development/kanon/kanon-workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ spec:
- `make update` — run formatters and update module metadata
- `make test` — run all unit tests
- `make build` — build the kanon binary

## Testing
- When a safety guard has two outcomes, assert both directions.
- When you narrow behavior by a flag or scope (e.g. `--agent`/`--project`),
cover that scope directly, not only indirectly through another path.
- When you remove or disable behavior, add a negative assertion that the
output no longer contains the removed keys/fields, so a regression that
re-introduces it is caught.

## Documentation
- When a PR introduces or changes user-facing behavior, update the matching
`README.md` documentation in the same PR.
---
apiVersion: kelos.dev/v1alpha2
kind: TaskSpawner
Expand Down
Loading