docs(spec): align checkpoint trigger names and config key path with implementation #10837
No reviewers
Labels
No labels
auto/needs-reevaluation
controller-managed
auto/blocked-by-deps
auto/ci-timeout
auto/claimed-implementer
auto/claimed-merge
auto/claimed-reviewer
auto/driver-down
auto/invariant-violation
auto/last-attempt-tier-0
auto/last-attempt-tier-1
auto/last-attempt-tier-2
auto/last-attempt-tier-min
Automation Tracking
auto/needs-conflict-resolution
auto/needs-implementer
auto/postmortem
auto/ready-to-merge
auto/restart-throttled
auto/revert
auto/sentinel
auto/stale-inactivity
auto/unstable
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs Feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
CI Blocker
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Automation
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Refactor
Type
Support
Type
Task
Type
Testing
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cleveragents/cleveragents-core!10837
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/issue-5163-spec-checkpoint-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Aligns
docs/specification.mdanddocs/reference/checkpointing.mdwith the actual implementation of checkpoint trigger names and configuration key paths.Changes
Change 1: Checkpoint Trigger Names
The spec used
on_tool_writeandon_tool_write_completeas trigger names, but the implementation insrc/cleveragents/tool/runner.pyandsrc/cleveragents/application/services/config_service.pyusesbefore_tool_executeandafter_tool_execute.Updated in both
docs/specification.mdanddocs/reference/checkpointing.md:on_tool_write→before_tool_executeon_tool_write_complete→after_tool_executeChange 2: Config Key Path in Configuration Reference Table
The Configuration Reference table used
sandbox.checkpoint.auto-create-on— a different section and naming convention from the implementation. The implementation usescore.checkpoints.auto_create_on(matching the inline spec).Updated in
docs/specification.md:sandbox.checkpoint.auto-create-on→core.checkpoints.auto-create-onChange 3: CHANGELOG.md
Added entry documenting this documentation fix.
Verification
Implementation references confirmed in:
src/cleveragents/tool/runner.pyDEFAULT_AUTO_TRIGGERSfrozenset (lines 55-56)src/cleveragents/application/services/config_service.py_register("core", "checkpoints.auto_create_on", ...)(lines 480-487)Closes #5163
This PR blocks issue #5009
Automated by CleverAgents Bot
Supervisor: Implementation | Agent: implementation-worker
a8f92d3dff08f37565dfImplementation Attempt - Tier 3: sonnet - Success
Rebased PR branch onto master to resolve merge conflicts and CI failures.
Root cause: PR branch was 34 commits behind master. The e2e_tests CI job failed because the branch was missing critical fixes merged into master after PR creation. The docs changes (specification.md, checkpointing.md) were already in master.
What was done:
663a6d23)All quality gates should pass as this is a documentation-only change.
Automated by CleverAgents Bot
Supervisor: Implementation | Agent: implementation-worker
The changes to align checkpoint trigger names and config key path in the spec appear correct and consistent with the current implementation. CI is passing, and these documentation updates are accurate and complete. No further changes needed.
Automated by CleverAgents Bot
Supervisor: PR Review | Agent: pr-review-worker
08f37565dfb938e5c7cdb938e5c7cd5a476be3a35a476be3a33eda859ecf3eda859ecf3cfa344110