> ## Documentation Index
> Fetch the complete documentation index at: https://ai.genetind.com/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.3.4

> 2026-03-05

Qoder platform support, Kilo workflows migration, and record-session task awareness.

## Enhancements

* **Qoder platform**: Added Qoder as a skills-based platform (`--qoder` flag). Templates are placed at `.qoder/skills/{name}/SKILL.md`
* **Record-session prompt optimization**: `/record-session` now enforces task archive check before recording — completed tasks must be archived first. `get_context.py` gains `--mode record` for focused context output with MY ACTIVE TASKS shown first
* **Task archive auto-commit**: `task.py archive` now auto-commits after archiving. Use `--no-commit` to skip

## Bug Fixes

* **Kilo workflows**: Renamed `commands/trellis/` to `workflows/` to match Kilo's official spec at `kilo.ai/docs/customize/workflows`
* **iFlow non-interactive**: Added `IFLOW_NON_INTERACTIVE` environment variable check in session-start hook, fixing cross-layer consistency for non-interactive mode
* **Multi-agent nested session**: Clear inherited `CLAUDECODE` env var before spawning child processes, fixing nested session guard introduced in Claude Code v2.1.39+
* **Update preserves user files**: `trellis update` no longer overwrites `workflow.md` and `workspace/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/`.
