What's Changed
- Add AGENTS.md and link CLAUDE.md by @gjkim42 in https://github.com/axon-core/axon/pull/180
- Add --dry-run flag for run, create, and install commands by @gjkim42 in https://github.com/axon-core/axon/pull/188
- Add actor labels to differentiate actors by @gjkim42 in https://github.com/axon-core/axon/pull/190
- Prompt user before overriding existing config and credentials by @gjkim42 in https://github.com/axon-core/axon/pull/177
- docs: Add comprehensive README for self-development examples by @gjkim42 in https://github.com/axon-core/axon/pull/192
- Fix incorrect delete command example in README by @gjkim42 in https://github.com/axon-core/axon/pull/209
- docs: Update reference documentation with missing fields and variables by @gjkim42 in https://github.com/axon-core/axon/pull/214
- CLI UX: Improve error messages for missing arguments by @gjkim42 in https://github.com/axon-core/axon/pull/210
- docs: improve README documentation by @gjkim42 in https://github.com/axon-core/axon/pull/216
- test: prevent install/uninstall unit tests from using real kube context by @gjkim42 in https://github.com/axon-core/axon/pull/217
- feat: Deterministic output capture from agent pods by @gjkim42 in https://github.com/axon-core/axon/pull/215
- Accept name as positional argument in create commands by @gjkim42 in https://github.com/axon-core/axon/pull/240
- cli: remove
create taskspawnersubcommand by @gjkim42 in https://github.com/axon-core/axon/pull/241 - Generate controller RBAC from kubebuilder markers by @gjkim42 in https://github.com/axon-core/axon/pull/218
- Add examples/ directory with copy-paste-ready YAML manifests by @gjkim42 in https://github.com/axon-core/axon/pull/235
- docs: improve Quick Start with workspace setup and ephemeral pod note by @gjkim42 in https://github.com/axon-core/axon/pull/234
- Fix Demo section config comment to match Quick Start by @gjkim42 in https://github.com/axon-core/axon/pull/233
- Add CRD-level enum validation for agent type field by @gjkim42 in https://github.com/axon-core/axon/pull/236
- Document all promptTemplate variables including .ID, .Time, and .Schedule by @gjkim42 in https://github.com/axon-core/axon/pull/237
- Enhance README with the demo video by @gjkim42 in https://github.com/axon-core/axon/pull/255
Full Changelog: https://github.com/axon-core/axon/compare/v0.6.0...v0.7.0