Vertical-slice (per `kasapi-cli-vertical-slice` SKILL) for the **cronjob** write endpoints. Subset of #13. ## KAS actions in scope - `add_cronjob` - `update_cronjob` - `delete_cronjob` ## Notes - Fixtures already in `testdata/cronjob/` (PR #22). - `delete_cronjob` is destructive — depends on the confirmation infrastructure in #109. - Read counterpart `get_cronjobs` is already wired. ## Acceptance - [ ] SOAP request encoder + per-action mapping in `internal/cronjob/` - [ ] `*Client` write methods + per-package `Caller` interface tests - [ ] CLI subcommands wired in `internal/cli/cronjob.go`, registered in `cmd/kasapi-cli/main.go` - [ ] `make docs` regenerated and committed - [ ] CHANGELOG `### Added` entry - [ ] PR references this issue with `Closes #<n>` Parent: #13
Vertical-slice (per
kasapi-cli-vertical-sliceSKILL) for the cronjob write endpoints. Subset of #13.KAS actions in scope
add_cronjobupdate_cronjobdelete_cronjobNotes
testdata/cronjob/(PR test: restructure KAS API fixtures into per-package folders #22).delete_cronjobis destructive — depends on the confirmation infrastructure in feat(cli): destructive-write confirmation infrastructure (--yes / interactive prompt) #109.get_cronjobsis already wired.Acceptance
internal/cronjob/*Clientwrite methods + per-packageCallerinterface testsinternal/cli/cronjob.go, registered incmd/kasapi-cli/main.gomake docsregenerated and committed### AddedentryCloses #<n>Parent: #13