Skip to content

docs: add todo purge directive to SYSTEM_PROMPT.md - #208

Merged
avoidwork merged 1 commit into
mainfrom
fix/todo-purge-directive
Jun 13, 2026
Merged

docs: add todo purge directive to SYSTEM_PROMPT.md#208
avoidwork merged 1 commit into
mainfrom
fix/todo-purge-directive

Conversation

@avoidwork

@avoidwork avoidwork commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Description

Add a directive to the TODO TOOL USAGE section in SYSTEM_PROMPT.md instructing the agent to purge the existing todo dataset with todo({ action: 'clear' }) before starting a new job. This prevents stale items, key conflicts, and confusion when the agent begins a new task.

Type of Change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work in expected)
  • Documentation update
  • Refactor (no functional changes)
  • Performance improvement
  • CI / build / tooling

Testing

N/A — documentation-only change.

Coverage

N/A — no code changes.

Checklist

  • npm run lint passes
  • Tests pass with 100% line coverage
  • No forbidden patterns used
  • Conventional Commit style applied

Before creating new todo items, always purge the existing dataset with
todo({ action: 'clear' }). This prevents stale items, key conflicts,
and confusion when starting a new job.
@avoidwork avoidwork self-assigned this Jun 13, 2026
@avoidwork
avoidwork merged commit 7f5deb4 into main Jun 13, 2026
3 checks passed
@avoidwork
avoidwork deleted the fix/todo-purge-directive branch June 13, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant