semi implemented and features implemented save checkpoint

This commit is contained in:
master
2026-02-08 18:00:49 +02:00
parent 04360dff63
commit 1bf6bbf395
20895 changed files with 716795 additions and 64 deletions

View File

@@ -0,0 +1,22 @@
# Policy Version Bump CLI
## Module
Cli
## Status
IMPLEMENTED
## Description
Bump policy versions using semantic versioning (patch/minor/major) with changelog messages and DSL file upload.
## Implementation Details
- **Command Group**: `src/Cli/StellaOps.Cli/Commands/PolicyCommandGroup.cs` -- policy version commands
- **Commands**:
- `stella policy bump <file> --level patch|minor|major` -- bump policy version. Options: `--message <changelog>`
## E2E Test Plan
- [ ] Run `stella policy bump ./policy.stella --level patch --message "Fix gate threshold"` and verify patch version bump
- [ ] Run with `--level minor` and verify minor version bump
- [ ] Run with `--level major` and verify major version bump
- [ ] Verify changelog message recorded
- [ ] Verify DSL file updated with new version