ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

SequencePlayer

2026/9/15 15:27:43 拓冰建站 浏览量
SequencePlayer SequencePlayer【免费下载链接】iiiEffortlessly compose, extend, and observe every service in real-time for the first time ever.项目地址: https://gitcode.com/GitHub_Trending/mo/iiikind: archetypeimport:import { SequencePlayer } from lib/components/diagrams/SequencePlayerpurpose: step-through sequence diagram — lifelines per lane, one arrow per step, narratedprops:{ title: string; lanes: SeqLane[]; steps: SeqStep[] }use when: the spec has a temporal protocol, a turn loop, a handshake, numbered stepsnot when: state evolves in place with no message passing (use StepReveal)used by: 2026-06-08-agentic, 2026-06-29-codegen已发生的工作先例worked precedents**WorkerCard** 从 agentic deck 晋升时已是 props 驱动——零重构的模范晋升**DurabilityTimeline / EventFanOut / SpawnTree** 通过把烘死的 STAGES/HANDLERS/STATES 数组移进 deck 的 content/{durability,fanout,spawn}.ts 并作为 props 穿线而晋升**agentic 的 SystemMap fork** 则*没有*晋升——483 行与共享 SystemMap 分叉且烘入了 deck 内容它留在 2026-06-08-agentic/src/diagrams/SystemMap.tsx而规范的 props 驱动 lib SystemMap 服务其他所有人。 ## 十、spec-docs glob唯一脆弱的耦合 每个 deck 的 src/spec-docs.ts 在构建时打包其 spec 的 markdown见 [template/src/spec-docs.ts](https://link.gitcode.com/i/6de84da4cf41e93a02f68b4ceae79e83) ts export const SPEC_DOCS import.meta.glob(../../../../tech-specs/slug/*.md, { query: ?raw, import: default, eager: true, }) as Recordstring, stringimport.meta.glob相对导入文件解析所以该字面量编码了从base/slug/src/到 spec 树的深度。skill 在脚手架时替换它__SPEC_MD_GLOB__如果 base 挪了位置每个 deck 的 glob 都会跟着挪——pnpm type-check/build会抓住它。十一、构建产物与托管形态node build.mjs在base--onlyslug快速部分构建产出dist/index.html roadmap单列时间线最新 spec 在前按月分组 由 virtual:spec-manifest 构建 dist/index.json 机器可读的 spec 列表供 iii.dev 落地时间线 排除 drafts dist/slug/index.html deck——或当 spec 没有 deck 时的通用 md 阅读器 _viewer/构建一次 拷贝 dist/slug/file.md 原始 spec markdown可直接链接 dist/slug/spec.json 仅阅读器页阅读器要抓取的文件列表【免费下载链接】iiiEffortlessly compose, extend, and observe every service in real-time for the first time ever.项目地址: https://gitcode.com/GitHub_Trending/mo/iii创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考