Enhancements
- Qoder platform: Added Qoder as a skills-based platform (
--qoderflag). Templates are placed at.qoder/skills/{name}/SKILL.md - Record-session prompt optimization:
/record-sessionnow enforces task archive check before recording — completed tasks must be archived first.get_context.pygains--mode recordfor focused context output with MY ACTIVE TASKS shown first - Task archive auto-commit:
task.py archivenow auto-commits after archiving. Use--no-committo skip
Bug Fixes
- Kilo workflows: Renamed
commands/trellis/toworkflows/to match Kilo’s official spec atkilo.ai/docs/customize/workflows - iFlow non-interactive: Added
IFLOW_NON_INTERACTIVEenvironment variable check in session-start hook, fixing cross-layer consistency for non-interactive mode - Multi-agent nested session: Clear inherited
CLAUDECODEenv var before spawning child processes, fixing nested session guard introduced in Claude Code v2.1.39+ - Update preserves user files:
trellis updateno longer overwritesworkflow.mdandworkspace/index.md— these user-customizable files are only created during init
Migration
Kilo users:trellis update will automatically rename .kilocode/commands/trellis/ to .kilocode/workflows/.