Terraria Replica Build Notes
Description
SandboxWorld Chronicle: 23-day engineering experiment — replicating Terraria 1.4.5.8 to bit-level fidelity with Claude Code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SandboxWorld Chronicle
一项为期 23 个日夜的工程实验:由一名人类与 GLM-5.3 + GLM-5.3-Flash 双模型(通过 Claude Code 界面驱动),将闭源商业游戏《泰拉瑞亚》(1.4.5.6 起步,最终对齐 1.4.5.8)复刻至"同一种子生成逐格相同的世界"的程度,且全程可审计。
这个仓库是什么
这不是游戏源码仓库。这是一份**完整的工程过程档案**——记录了整个复刻工程是如何从一句话需求出发,经过 23 个日夜、48 路会话、273,816 条人机对话,最终达到位级一致的全过程。
| 内容 | 说明 |
|---|---|
index.html |
主展示页(从0到1 · 五幕叙事 · 可直接浏览器打开) |
docs/methodology-legion.md |
方法论文档(一人军团方法论) |
docs/upgrade-1405-to-1456/ |
1.4.0.5 → 1.4.5.6 版本差异分析 |
session-archives/ |
全量对话记录(48 会话 · 900+ 子代理 · 27 万+条消息) |
session-archives/memory/ |
跨会话结构化记忆(397 份,项目的组织大脑) |
tools/ |
展示页构建工具 + 数据管线 |
在线浏览
**[https://vinlic.github.io/terraria-replica-build-notes/](https://vinlic.github.io/terraria-replica-build-notes/)**
深度阅读(克隆仓库后):
session-archives/sessions/— 全部对话记录session-archives/memory/— 跨会话结构化记忆docs/methodology-legion.md— 方法论tools/— 构建工具
数据规模
- 23 个日夜(2026-08-05 → 2026-08-27)
- 48 路会话 · 峰值 20 路并行
- 273,816 条人机往返消息
- 794 亿 tokens 消耗(净生成 10,760 万)
- 90 万行代码(TypeScript / 测试 / 工具)
- 199 项缺陷根因档案
- 6,873 条逐日对话实录
- 全部可审计、可回放、可对账
展示页结构
| 章节 | 内容 |
|---|---|
| 序章 | 不可能的任务(四重不可能 → 十六日后逐格相同) |
| 实验读数 | 9 格数据总览(3×3 方阵) |
| 第一幕 · 以算代眼 | 五件数学武器 + 十次关键缺陷 + 渲染器五项诊断 + num4 关键突破 |
| 第二幕 · 五级台阶 | 证据链演进 + 差异全景图 + 引擎级差异 + 技术路线抉择 |
| 第三幕 · 原则、工具与自主 | 三原则 + 工具军备库 + 自主化曲线 + 最新战报 |
| 第四幕 · 分水岭 | 武器清单(纯白 Claude Code)+ 六项能力要求 |
| 第五幕 · SOP | 可复制的十步工作流(奠基→执行→深化→放手) |
| 终章 | 四条定律 |
| 附录 A-E | 逐日实录 / 会话档案 / 缺陷档案 / 路线决策 / 量化轨迹 |
脱敏声明
本仓库所有内容均已脱敏,包括但不限于:
- 用户名 / 主机名 / 本地路径 →
user/mac/~ - 邮箱地址 →
user@*** - API 密钥 / Token →
[REDACTED] - 带签名的 CDN URL →
?[REDACTED] - Cookie 值 →
[REDACTED] - 内网 IP 地址 → 掩码处理
License
[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) — 非商业性使用 · 相同方式共享
相关
- 方法论详解:
docs/methodology-legion.md - 版本差异:
docs/upgrade-1405-to-1456/README.md - 构建工具:
tools/build-journey.py
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11