build-log
仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
保证项目方法与决策可追溯,利于科研与复盘。
这个 Skill 做什么
维护写一次性的构建日志条目,记录阶段完成与门控结果的数值证据。
维护一个写一次的构建日志目录,用编号条目记录阶段完成和门控结果,并附上数值证据。只有在阶段性完成或某个 sanity-gate 成为永久证据时才写,门槛高,不会为小改动建条目。它的价值在于成为可引用的方法记录和项目的长期回放记忆,每条都要有能被引用的实证数据。
▸ 展开 SKILL.md 英文原文
Use when a phase completes or a sanity-gate result is being fixed as permanent evidence — writing a new numbered entry under the build-log directory. The bar is high; single-module additions and small changes do not get entries. Trigger phrases: "phase N is done, log it", "the gate passed, record it", "write a build log entry", "completion note", "fix this result as evidence".
0
Stars
0
Forks
33
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/huguryildiz/ALETHEIA/main/skills/core/build-log/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/huguryildiz/ALETHEIA/main/skills/core/build-log/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# build-log
Maintain `{{build_log_dir}}` as a write-once series of numbered entries
(`NN_kebab_topic.md`) recording phase completions and gate results *with their numerical
evidence*. The build log is the raw "methods" material for the eventual paper and the
project's replay memory after long gaps — every entry must be worth citing in one of those
two roles.
## When to use
The threshold is deliberately high. Open an entry only for:
- **Phase completion** — all of a phase's modules and tests green, gate passed.
- **Fixing a gate result** — a correctness-gate tolerance update, a first successful
end-to-end run of new machinery, a first result curve.
- **Documenting a decision's implementvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有