Skip to content

v0.15.0 — Sequential Codes, Suggested Skills, Optional task_code

Choose a tag to compare

@vheins vheins released this 07 Jun 16:52
· 8 commits to main since this release

v0.15.0 — Sequential Codes, Suggested Skills, Optional task_code

Added

  • Sequential Auto-Generated Codes: Task, memory, and standard codes are now auto-generated when omitted. Patterns: TASK-001, MEM-001, STD-001 (sequential per repository). No more random hard-to-read codes.
  • Optional task_code: No longer required during task creation. Omit to get a sequential TASK-xxx code, or provide a custom code as before. Bulk items can also omit task_code.
  • suggested_skills Field: Tasks can now carry a suggested_skills array of skill names. The task-memory-executor prompt reads this field and loads each skill via the skill() tool before execution.
  • Cross-Reference Resolution: depends_on and parent_id now auto-resolve task codes within the same batch creation request, eliminating ordering constraints.

Changed

  • Memory Codes: Replaced random 6-char codes (e.g., Q7PXYE) with sequential MEM-001 format.
  • Standard Codes: Replaced random 6-char codes (e.g., J78C5E) with sequential STD-001 format.
  • Prompt Tests: Updated assertions to match current FSM prompt formatting.
  • Documentation: Updated tools-reference.md (EN/ID) and workflow prompts to reflect optional task_code, sequential codes, and suggested_skills.

Tests

283 tests passing, 34 test files, 0 failures.