- Add TOTP enrollment/confirmation/removal to all clients - Add password change and admin set-password endpoints - Add account listing, status update, and tag management - Add audit log listing with filter support - Add policy rule CRUD operations - Expand test coverage for all new endpoints across clients - Fix .gitignore to exclude built binaries Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
326 B
326 B
Checkpoint Skill
- Run
go build ./...abort if errors - Run
go test ./...abort if failures - Run
go vet ./... - Run
git add -A && git statusshow user what will be committed - Generate an appropriate commit message based on your instructions.
- Run
git commit -m "<message>"and verify withgit log -1