Enhancements
Bundled trellis-meta skill
trellis-meta 现在通过内置 skill template pipeline 安装,不再要求额外走 marketplace 安装。
每个平台 skill root 都会在
trellis init 和 trellis update 时收到 trellis-meta/SKILL.md 及其 reference files。
Pi subagent launcher and config
生成的 Pi extension 现在用 Windows-safe process path 启动嵌套 Pi subagent,并支持 per-agent model settings。
Subagent run configuration 可以来自
.pi/agents/*.md frontmatter,也可以来自单次 tool input:
Pi 仍然把 Trellis workflow skills 保留在
.pi/skills。共享 .agents/skills 要等 shared skill 文本平台中立后再启用。
Workflow task slug wording
Trellis brainstorm instructions 现在明确说明:task.py create --slug <auto> 接收不带日期前缀的 slug。
task.py create 会自动添加 MM-DD- 目录前缀,所以命令示例不再暗示调用方需要在 --slug 里包含日期。
Behavior Changes
Init completion output
trellis init 不再打印 promotional completion block。
Init completion path 现在只保留 generated files、next actions 和可测试的 onboarding output。Integration coverage 会断言被移除的 promotional pain-point copy 不会返回。
Bug Fixes
Subagent context wiring
生成文件和 dogfood 平台文件现在能在更多 host-specific payload formats 下保留 subagent context。
这些变更让
implement.jsonl 和 check.jsonl context loading 继续绑定到能获得 injected task context 的 Trellis agent names。
Upgrade
已有项目:--migrate。