跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.trytrellis.app/llms.txt

Use this file to discover all available pages before exploring further.

给 0.6 beta 工作流加入 task-creation consent gate 和 planning artifacts。

Enhancements

没有 active task 时,Trellis 现在会先判断请求大小,再创建任务。
请求类型行为
简单对话 / 小任务只问本回合是否需要创建 Trellis task;不需要时,本轮跳过 Trellis。
复杂任务询问是否可以创建 Trellis task 并进入 planning。用户拒绝时,澄清范围或建议拆小。

Planning Artifacts

task.py create 现在会创建默认 prd.md;复杂任务在 task.py start 前使用 prd.mddesign.mdimplement.md 完成 planning。
Artifact作用
prd.md需求、约束、验收标准、out-of-scope。
design.md复杂任务的技术设计:边界、数据流、contract、取舍。
implement.md复杂任务的实施计划:checklist、验证命令、review gate。

Context Loading

Implement/check context order 在 hook-push、pull-prelude、Pi extension、OpenCode plugin 和 inline mode 中保持一致。
jsonl entries -> prd.md -> design.md if present -> implement.md if present
implement.jsonlcheck.jsonl 仍是 spec/research manifest;它们不替代 implement.md

Codex Inline Mode

Codex no-task breadcrumb 会包含 <trellis-bootstrap><codex-mode> 上下文。 Inline mode 表示 Codex 主会话直接实现和检查,不 dispatch implement/check sub-agent。

Upgrade

npm install -g @mindfoldhq/trellis@beta
trellis update