v0.15.0 — Sequential Codes, Suggested Skills, Optional task_code
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 sequentialTASK-xxxcode, or provide a custom code as before. Bulk items can also omittask_code. suggested_skillsField: Tasks can now carry asuggested_skillsarray of skill names. The task-memory-executor prompt reads this field and loads each skill via theskill()tool before execution.- Cross-Reference Resolution:
depends_onandparent_idnow 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 sequentialMEM-001format. - Standard Codes: Replaced random 6-char codes (e.g.,
J78C5E) with sequentialSTD-001format. - Prompt Tests: Updated assertions to match current FSM prompt formatting.
- Documentation: Updated
tools-reference.md(EN/ID) and workflow prompts to reflect optionaltask_code, sequential codes, andsuggested_skills.
Tests
283 tests passing, 34 test files, 0 failures.