Skip to content

Releases: Manzela/AutonomousAgent

phase1.0.1-accepted

Choose a tag to compare

@github-actions github-actions released this 19 May 12:12
d4b0968

Changes since phase1-accepted

Features

  • feat(kanban): fill hook bodies + wire real Telegram send + escalation path (#61) (17db4ab)
  • feat(anchors): implement slash commands (/lock /skip /cancel /confirm /new) (#59) (62a5dbb)
  • feat(durability): wire Checkpoint.maybe_write into post_tool_call hook (#58) (1ca670d)

Fixes

  • fix(deploy): override hermes-image ENTRYPOINT for escalation-watcher sidecar (#62) (d4b0968)
  • fix(dr): update DR scripts + runbook for hermes service rename + removed services (#57) (acb517e)
  • fix(durability): match Hermes' invoke_hook(**kwargs) contract — was silently failing (#56) (c38b478)

Security

  • (none)

Documentation

  • (none)

Other

  • chore(security): non-root container + image digest pinning + scrubber wiring (#60) (b0c480c)

Full Changelog: phase1-accepted...phase1.0.1-accepted

phase1-accepted

Choose a tag to compare

@github-actions github-actions released this 19 May 09:19
85512a3

Changes since the beginning of the project

Features

  • feat(evaluators): wire P1-2 plugin entry — register() (Task 20a) (#24) (1dca48f)
  • feat(evaluators): add 4-judge consensus + 5th-judge tiebreak (P1-2) (#12) (e398034)
  • feat(anchors): wire P1-1 plugin entry — hooks + slash + CLI (#15) (8127e5b)
  • feat(evaluators): add async judge dispatch + feedback queue (#14) (28c8779)
  • feat(toolsets): add evaluate_after field to gate judge dispatch (#13) (a0a1c55)
  • feat(evaluators): add single judge dispatch + score parser (P1-2) (#11) (f9792b9)
  • feat(smoke): add gemini 3.1 pro round-trip check (#10) (df71aab)

Fixes

  • fix(observability): wire Hermes OTel SDK + emit app-level spans for Phoenix (#52) (85512a3)
  • fix(ci): replace gitleaks-action with direct CLI invocation (9901462)

Security

  • (none)

Documentation

  • docs(specs+plans): Phase 1 completion coordination design + implementation plan (#33) (ed73e8e)
  • docs(handoff): clarify Task 6 + 20b APPEND-only rule re user's 0b0cb06 commit (#32) (be9e544)
  • docs(handoff): preserve P1 work-in-progress + fresh-session handoff (#31) (eb204f0)
  • docs: comprehensive SDLC + parallel-session documentation pass (#18) (5ee4dcc)
  • docs(specs): add architecture spec, Phase 1 plan, and session-complete artifact (f9d5e78)
  • docs(conventions): add commit, branching, logging, code-style conventions (97df342)
  • docs(adr): add architecture index, ADR template, and ADRs 0001-0007 (cc1b8f2)
  • docs: add GitHub PR and issue templates (246f686)
  • docs: add CONTRIBUTING.md (workflow, conventions, branching) (c5ea61c)
  • docs: add CHANGELOG.md (Keep-a-Changelog 1.1.0) (c123480)
  • docs: add comprehensive README and MIT LICENSE (be13d60)

Other

  • chore: complete Phase 1 — anchors + evaluators + durability + checkpointing + memory + kanban (#49) (4ee6991)
  • chore(ci): widen branch regex + disable escalation-watcher in test stack (#51) (e9cc19e)
  • chore(reconcile): merge phase/1 → main to consolidate all SDLC + P1 work (#30) (b7738f9)
  • chore(ci): allow session-/ branches in PR validation (#25) (9a32354)
  • chore(ci)(deps): bump astral-sh/setup-uv from 3 to 7 (#9) (4b8239a)
  • chore(ci)(deps): bump softprops/action-gh-release from 2 to 3 (#8) (99be498)
  • chore(ci)(deps): bump actions/upload-artifact from 4 to 7 (#7) (3d4b1f1)
  • chore(ci): fix three baseline failures blocking PR merges (#17) (2019e83)
  • Phase/1 (#6) (0f74412)
  • ci: minimize Actions surface to conserve account-wide minutes (43efea4)
  • chore(ci)(deps): bump amannn/action-semantic-pull-request from 5 to 6 (#5) (3c31bc3)
  • chore(ci)(deps): bump actions/setup-python from 5 to 6 (#4) (f7ef1e8)
  • chore(ci)(deps): bump actions/checkout from 4 to 6 (#2) (f074197)
  • chore(ci)(deps): bump hadolint/hadolint-action (#1) (dc28ed6)
  • ci: add SDLC + CI/CD infrastructure (workflows, Dependabot, CODEOWNERS, security) (000a781)
  • chore(worktrees): create phase/1 branch and .worktrees/phase1 worktree (9223107)
  • chore: gitignore .worktrees/ (3e38911)
  • chore: initialize project skeleton (dc8778a)

Full Changelog: ...phase1-accepted