Vertical-slice (per `kasapi-cli-vertical-slice` SKILL) for the **account** write endpoints. Subset of #13. ## KAS actions in scope - `add_account` - `update_account` - `delete_account` - `update_accountsettings` - `update_superusersettings` ## Notes - Fixtures already in `testdata/account/` (PR #22). - All destructive commands depend on the confirmation infrastructure in #109. - Read counterpart `get_accounts` is already wired. ## Acceptance - [ ] SOAP request encoder + per-action mapping in `internal/account/` - [ ] `*Client` write methods + per-package `Caller` interface tests - [ ] CLI subcommands wired in `internal/cli/account.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 account write endpoints. Subset of #13.KAS actions in scope
add_accountupdate_accountdelete_accountupdate_accountsettingsupdate_superusersettingsNotes
testdata/account/(PR test: restructure KAS API fixtures into per-package folders #22).get_accountsis already wired.Acceptance
internal/account/*Clientwrite methods + per-packageCallerinterface testsinternal/cli/account.go, registered incmd/kasapi-cli/main.gomake docsregenerated and committed### AddedentryCloses #<n>Parent: #13