Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 04:45
· 403 commits to main since this release

Changelog

  • ac74023 chore: bump version to 1.1.0
  • 9657e7f chore: go mod tidy
  • f4acdf5 ci: add windows-latest to test matrix
  • 782c7eb docs(planning): mark termio automation spike as complete
  • 991d552 docs(roadmap): prioritize stewardship and robustness in v1.1
  • bc08b3a example: add zombie process prevention demonstration
  • 590fda6 examples: add lifecycle hooks usage example
  • e831c38 feat(metrics): add observability interfaces for lifecycle hooks
  • c013d02 feat(signal): implement Lifecycle Hooks with LIFO execution and Stall Detection
  • c640b19 feat: Add Gemini CLI automation workflows and commands for dispatch, triage, invoke, review, and scheduled triage, and update gitignore.
  • 6adb5fc feat: add platform detection, strict mode and logging to process management
  • 7a150f4 feat: add strategic logs and observability example
  • 647f769 feat: add structured logging system with slog
  • 6828f69 feat: expose logging and strict mode in main lifecycle API
  • 94403e9 feat: implement BlockWithTimeout helper in pkg/runtime
  • 43a69ae feat: implement decoupled metrics provider with LogProvider for local debug
  • c86be45 feat: implement functional options for configurable signal handling
  • 0591467 feat: implement pkg/proc for process hygiene
  • 65c87fa feat: integrate structured logging into signal and terminal packages
  • 09c5774 refactor(signal): apply sober edit and add comprehensive internal tests
  • 9d15599 refactor: simplify IsInterrupted and pay technical debt
  • 131203d test(termio): implement blocking behavior regression tests