Skip to content

Commit 006d025

Browse files
zhonghuiCopilot
andcommitted
refactor: rename repo from tech-editorial to scriptorium
New GitHub URL: https://github.com/lordmos/scriptorium - All markdown files (README × 4, docs × 8): URLs, badges, links - VitePress config: base '/scriptorium/', favicon path, social link - docs/package.json: name tech-editorial-docs → scriptorium-docs - docs/package-lock.json: same - .github/ISSUE_TEMPLATE/show_your_book.yml: issue URL - .github/skills/: renamed 4 skill directories tech-editorial-{agents,overview,templates,workflow} → scriptorium-{agents,overview,templates,workflow} - CONTRIBUTING.md: repo URLs - Rebuilt VitePress dist with new base path Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9895da6 commit 006d025

21 files changed

Lines changed: 78 additions & 78 deletions

File tree

.github/ISSUE_TEMPLATE/show_your_book.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: 📚 Show Your Book / 分享你的项目
2-
description: 展示你用 tech-editorial 框架创作的技术书籍项目
2+
description: 展示你用 scriptorium 框架创作的技术书籍项目
33
title: "[Show] "
44
labels: ["showcase"]
55
body:
66
- type: markdown
77
attributes:
88
value: |
99
## 🎉 欢迎分享!
10-
告诉社区你在用 tech-editorial 做什么,你的项目会被展示在 README 的 Showcase 区域。
10+
告诉社区你在用 scriptorium 做什么,你的项目会被展示在 README 的 Showcase 区域。
1111
12-
*Share what you're building with tech-editorial! Your project may be featured in the README showcase.*
12+
*Share what you're building with scriptorium! Your project may be featured in the README showcase.*
1313
- type: input
1414
id: book-title
1515
attributes:
@@ -58,5 +58,5 @@ body:
5858
attributes:
5959
label: 同意展示 / Consent to Feature
6060
options:
61-
- label: 我同意将此项目展示在 tech-editorial README 的 Showcase 区域
61+
- label: 我同意将此项目展示在 scriptorium README 的 Showcase 区域
6262
required: true

.github/skills/tech-editorial-agents/SKILL.md renamed to .github/skills/scriptorium-agents/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: tech-editorial-agents
2+
name: scriptorium-agents
33
description: >-
4-
Full specification for all 12 agents in the tech-editorial framework. Use when: asking what
4+
Full specification for all 12 agents in the scriptorium framework. Use when: asking what
55
a specific agent does, writing a prompt to invoke an agent, configuring file pointers for an
66
agent, understanding agent personas, asking about the Orchestrator/Architect/Researcher/Writer/
77
Reviewer roles, or troubleshooting unexpected agent output. Includes persona, model type, inputs,

.github/skills/tech-editorial-overview/SKILL.md renamed to .github/skills/scriptorium-overview/SKILL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: tech-editorial-overview
2+
name: scriptorium-overview
33
description: >-
4-
Guide for the tech-editorial multi-agent framework for writing technical books about open-source
4+
Guide for the scriptorium multi-agent framework for writing technical books about open-source
55
source code. Use when: starting a new book writing project, understanding the system architecture,
6-
asking what tech-editorial is or does, deciding which agent or phase to use, getting a quick-start
6+
asking what scriptorium is or does, deciding which agent or phase to use, getting a quick-start
77
setup guide, or understanding the hub-spoke design and file pointer mechanism.
88
license: MIT
99
---
@@ -92,6 +92,6 @@ Each agent appends an HTML comment as the last line of its output:
9292
The Orchestrator uses these markers (not SQL alone) to detect true completion.
9393

9494
## For detailed specs, use the other skills:
95-
- `/tech-editorial-workflow` — full phase-by-phase execution guide
96-
- `/tech-editorial-agents` — all 12 agent specifications with example prompts
97-
- `/tech-editorial-templates` — how to fill each of the 8 project templates
95+
- `/scriptorium-workflow` — full phase-by-phase execution guide
96+
- `/scriptorium-agents` — all 12 agent specifications with example prompts
97+
- `/scriptorium-templates` — how to fill each of the 8 project templates

.github/skills/tech-editorial-templates/SKILL.md renamed to .github/skills/scriptorium-templates/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: tech-editorial-templates
2+
name: scriptorium-templates
33
description: >-
4-
Reference guide for filling in all 8 tech-editorial project templates: source-map, outline,
4+
Reference guide for filling in all 8 scriptorium project templates: source-map, outline,
55
style-guide, glossary, metaphor-registry, chapter-summary, checkpoint, and audit-log.
66
Use when: setting up a new book project, filling out any template file, asking what goes in
77
a specific template field, creating project configuration for a new technical book topic,

.github/skills/tech-editorial-workflow/SKILL.md renamed to .github/skills/scriptorium-workflow/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: tech-editorial-workflow
2+
name: scriptorium-workflow
33
description: >-
4-
Step-by-step execution guide for the tech-editorial 5-phase book production pipeline.
4+
Step-by-step execution guide for the scriptorium 5-phase book production pipeline.
55
Use when: running any phase (1 through 5), orchestrating chapter production, managing parallel
66
review steps (R1+R2+R3 simultaneous), handling recovery after interruption, understanding
77
completion markers, debugging a stalled pipeline, or knowing the exact file inputs and outputs

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
# 贡献指南 / Contributing Guide
22

3-
感谢你对 **tech-editorial** 的兴趣!以下是参与贡献的方式。
3+
感谢你对 **scriptorium** 的兴趣!以下是参与贡献的方式。
44

5-
*Thank you for your interest in **tech-editorial**! Here's how to contribute.*
5+
*Thank you for your interest in **scriptorium**! Here's how to contribute.*
66

77
---
88

99
## 贡献方式 / Ways to Contribute
1010

1111
### 1. 🐛 报告问题 / Report Issues
12-
发现框架设计中的问题、歧义或错误?[提交 Issue](https://github.com/lordmos/tech-editorial/issues/new?template=bug_report.yml)
12+
发现框架设计中的问题、歧义或错误?[提交 Issue](https://github.com/lordmos/scriptorium/issues/new?template=bug_report.yml)
1313

14-
*Found a problem, ambiguity, or error in the framework? [Open an Issue](https://github.com/lordmos/tech-editorial/issues/new?template=bug_report.yml)*
14+
*Found a problem, ambiguity, or error in the framework? [Open an Issue](https://github.com/lordmos/scriptorium/issues/new?template=bug_report.yml)*
1515

1616
### 2. 💡 提议新功能 / Suggest Features
17-
有更好的 Agent 设计、新的工作流阶段或改进想法?[提交功能建议](https://github.com/lordmos/tech-editorial/issues/new?template=feature_request.yml)
17+
有更好的 Agent 设计、新的工作流阶段或改进想法?[提交功能建议](https://github.com/lordmos/scriptorium/issues/new?template=feature_request.yml)
1818

19-
*Have ideas for better agent designs, new workflow phases, or improvements? [Open a Feature Request](https://github.com/lordmos/tech-editorial/issues/new?template=feature_request.yml)*
19+
*Have ideas for better agent designs, new workflow phases, or improvements? [Open a Feature Request](https://github.com/lordmos/scriptorium/issues/new?template=feature_request.yml)*
2020

2121
### 3. 🌍 翻译文档 / Translate Docs
2222
帮助将框架文档翻译为其他语言(英文、日文、繁体中文等)。详见 `i18n/` 目录(待创建)。
2323

2424
*Help translate framework documentation into other languages (English, Japanese, Traditional Chinese, etc.).*
2525

2626
### 4. 📚 分享你的项目 / Share Your Project
27-
用本框架写了书?[告诉社区!](https://github.com/lordmos/tech-editorial/issues/new?template=show_your_book.yml)
27+
用本框架写了书?[告诉社区!](https://github.com/lordmos/scriptorium/issues/new?template=show_your_book.yml)
2828

29-
*Used this framework to write a book? [Tell the community!](https://github.com/lordmos/tech-editorial/issues/new?template=show_your_book.yml)*
29+
*Used this framework to write a book? [Tell the community!](https://github.com/lordmos/scriptorium/issues/new?template=show_your_book.yml)*
3030

3131
### 5. 🔧 改进模板 / Improve Templates
3232
`templates/` 目录中的模板有改进建议?直接提 PR!

README.en.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
> **Language / 语言**: [简体中文](README.md) · **English** · [日本語](README.ja.md) · [繁體中文](README.zh-TW.md)
1010
1111
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
12-
[![Stars](https://img.shields.io/github/stars/lordmos/tech-editorial?style=flat-square&color=gold)](https://github.com/lordmos/tech-editorial/stargazers)
13-
[![Forks](https://img.shields.io/github/forks/lordmos/tech-editorial?style=flat-square)](https://github.com/lordmos/tech-editorial/network/members)
14-
[![Last Commit](https://img.shields.io/github/last-commit/lordmos/tech-editorial?style=flat-square)](https://github.com/lordmos/tech-editorial/commits)
12+
[![Stars](https://img.shields.io/github/stars/lordmos/scriptorium?style=flat-square&color=gold)](https://github.com/lordmos/scriptorium/stargazers)
13+
[![Forks](https://img.shields.io/github/forks/lordmos/scriptorium?style=flat-square)](https://github.com/lordmos/scriptorium/network/members)
14+
[![Last Commit](https://img.shields.io/github/last-commit/lordmos/scriptorium?style=flat-square)](https://github.com/lordmos/scriptorium/commits)
1515
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](CONTRIBUTING.md)
1616
[![Multi-Agent](https://img.shields.io/badge/Multi--Agent-12%20Agents-blueviolet?style=flat-square)]()
17-
[![Docs](https://img.shields.io/badge/Docs-lordmos.github.io-4a9eff?style=flat-square&logo=vitepress&logoColor=white)](https://lordmos.github.io/tech-editorial/)
17+
[![Docs](https://img.shields.io/badge/Docs-lordmos.github.io-4a9eff?style=flat-square&logo=vitepress&logoColor=white)](https://lordmos.github.io/scriptorium/)
1818
[![Powered by Meridian](https://img.shields.io/badge/Powered%20by-Meridian-f97316?style=flat-square)](https://github.com/lordmos/meridian)
1919

2020
<p align="center">
@@ -39,12 +39,12 @@ Each Agent is a one-time worker — it has no memory of what it did before. All
3939

4040
## 2. Quick Start
4141

42-
📖 **Full usage guide → [Online Docs](https://lordmos.github.io/tech-editorial/en/quick-start)**
42+
📖 **Full usage guide → [Online Docs](https://lordmos.github.io/scriptorium/en/quick-start)**
4343

4444
**Step 1**: Clone this framework and prepare your source code project
4545

4646
```bash
47-
git clone https://github.com/lordmos/tech-editorial.git my-book
47+
git clone https://github.com/lordmos/scriptorium.git my-book
4848
cd my-book
4949
```
5050

@@ -175,7 +175,7 @@ Executes Markdown → HTML conversion, **Mermaid diagram rendering** (via Mermai
175175
## 7. Directory Structure
176176

177177
```
178-
tech-editorial/
178+
scriptorium/
179179
├── README.md ← This file: framework overview and quick start
180180
├── agents/ ← Detailed spec for each Agent
181181
│ ├── 00-system-overview.md ← System architecture and Agent registry
@@ -274,7 +274,7 @@ Using this framework requires the following knowledge and capabilities:
274274

275275
## 🎯 Projects Using This Framework
276276

277-
> Did you write something with this framework? [Tell us!](https://github.com/lordmos/tech-editorial/issues/new?template=show_your_book.yml)
277+
> Did you write something with this framework? [Tell us!](https://github.com/lordmos/scriptorium/issues/new?template=show_your_book.yml)
278278
279279
| Book Title | Target Source Code | Author |
280280
|------------------|---------|------|
@@ -284,7 +284,7 @@ Using this framework requires the following knowledge and capabilities:
284284

285285
## ⭐ Star History
286286

287-
[![Star History Chart](https://api.star-history.com/svg?repos=lordmos/tech-editorial&type=Date)](https://star-history.com/#lordmos/tech-editorial&Date)
287+
[![Star History Chart](https://api.star-history.com/svg?repos=lordmos/scriptorium&type=Date)](https://star-history.com/#lordmos/scriptorium&Date)
288288

289289
---
290290

README.ja.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
---
1212

1313
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
14-
[![Stars](https://img.shields.io/github/stars/lordmos/tech-editorial?style=flat-square&color=gold)](https://github.com/lordmos/tech-editorial/stargazers)
15-
[![Forks](https://img.shields.io/github/forks/lordmos/tech-editorial?style=flat-square)](https://github.com/lordmos/tech-editorial/network/members)
16-
[![Last Commit](https://img.shields.io/github/last-commit/lordmos/tech-editorial?style=flat-square)](https://github.com/lordmos/tech-editorial/commits)
14+
[![Stars](https://img.shields.io/github/stars/lordmos/scriptorium?style=flat-square&color=gold)](https://github.com/lordmos/scriptorium/stargazers)
15+
[![Forks](https://img.shields.io/github/forks/lordmos/scriptorium?style=flat-square)](https://github.com/lordmos/scriptorium/network/members)
16+
[![Last Commit](https://img.shields.io/github/last-commit/lordmos/scriptorium?style=flat-square)](https://github.com/lordmos/scriptorium/commits)
1717
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](CONTRIBUTING.md)
1818
[![Multi-Agent](https://img.shields.io/badge/Multi--Agent-12%20Agents-blueviolet?style=flat-square)]()
19-
[![Docs](https://img.shields.io/badge/ドキュメント-lordmos.github.io-4a9eff?style=flat-square&logo=vitepress&logoColor=white)](https://lordmos.github.io/tech-editorial/ja/)
19+
[![Docs](https://img.shields.io/badge/ドキュメント-lordmos.github.io-4a9eff?style=flat-square&logo=vitepress&logoColor=white)](https://lordmos.github.io/scriptorium/ja/)
2020
[![Powered by Meridian](https://img.shields.io/badge/Powered%20by-Meridian-f97316?style=flat-square)](https://github.com/lordmos/meridian)
2121

2222
<p align="center">
@@ -41,12 +41,12 @@
4141

4242
## 2. クイックスタート
4343

44-
📖 **完全な使用ガイド → [オンラインドキュメント](https://lordmos.github.io/tech-editorial/ja/quick-start)**
44+
📖 **完全な使用ガイド → [オンラインドキュメント](https://lordmos.github.io/scriptorium/ja/quick-start)**
4545

4646
**ステップ 1**:本フレームワークをクローンしてソースコードを準備
4747

4848
```bash
49-
git clone https://github.com/lordmos/tech-editorial.git my-book
49+
git clone https://github.com/lordmos/scriptorium.git my-book
5050
cd my-book
5151
```
5252

@@ -176,7 +176,7 @@ Markdown→HTML変換、**Mermaid図のレンダリング**(Mermaid.jsを使
176176
## 7. ディレクトリ構成
177177

178178
```
179-
tech-editorial/
179+
scriptorium/
180180
├── README.md ← 本ファイル:フレームワーク概要とクイックスタート
181181
├── agents/ ← 各Agentの詳細仕様
182182
│ ├── 00-system-overview.md ← システムアーキテクチャとAgentレジストリ
@@ -275,7 +275,7 @@ Agent Aの成果物がファイルに書き込まれる → メインオーケ
275275

276276
## 🎯 このフレームワークを使ったプロジェクト
277277

278-
> このフレームワークで何かを書きましたか?[教えてください!](https://github.com/lordmos/tech-editorial/issues/new?template=show_your_book.yml)
278+
> このフレームワークで何かを書きましたか?[教えてください!](https://github.com/lordmos/scriptorium/issues/new?template=show_your_book.yml)
279279
280280
| 書名 / Book Title | 対象ソースコード | 著者 |
281281
|------------------|---------|------|
@@ -285,7 +285,7 @@ Agent Aの成果物がファイルに書き込まれる → メインオーケ
285285

286286
## ⭐ Star History
287287

288-
[![Star History Chart](https://api.star-history.com/svg?repos=lordmos/tech-editorial&type=Date)](https://star-history.com/#lordmos/tech-editorial&Date)
288+
[![Star History Chart](https://api.star-history.com/svg?repos=lordmos/scriptorium&type=Date)](https://star-history.com/#lordmos/scriptorium&Date)
289289

290290
---
291291

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
> **语言 / Language**: **简体中文** · [English](README.en.md) · [日本語](README.ja.md) · [繁體中文](README.zh-TW.md)
22
33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
4-
[![Stars](https://img.shields.io/github/stars/lordmos/tech-editorial?style=flat-square&color=gold)](https://github.com/lordmos/tech-editorial/stargazers)
5-
[![Forks](https://img.shields.io/github/forks/lordmos/tech-editorial?style=flat-square)](https://github.com/lordmos/tech-editorial/network/members)
6-
[![Last Commit](https://img.shields.io/github/last-commit/lordmos/tech-editorial?style=flat-square)](https://github.com/lordmos/tech-editorial/commits)
4+
[![Stars](https://img.shields.io/github/stars/lordmos/scriptorium?style=flat-square&color=gold)](https://github.com/lordmos/scriptorium/stargazers)
5+
[![Forks](https://img.shields.io/github/forks/lordmos/scriptorium?style=flat-square)](https://github.com/lordmos/scriptorium/network/members)
6+
[![Last Commit](https://img.shields.io/github/last-commit/lordmos/scriptorium?style=flat-square)](https://github.com/lordmos/scriptorium/commits)
77
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](CONTRIBUTING.md)
88
[![Multi-Agent](https://img.shields.io/badge/Multi--Agent-12%20Agents-blueviolet?style=flat-square)]()
9-
[![Docs](https://img.shields.io/badge/文档站-在线阅读-4a9eff?style=flat-square&logo=vitepress&logoColor=white)](https://lordmos.github.io/tech-editorial/)
9+
[![Docs](https://img.shields.io/badge/文档站-在线阅读-4a9eff?style=flat-square&logo=vitepress&logoColor=white)](https://lordmos.github.io/scriptorium/)
1010
[![Powered by Meridian](https://img.shields.io/badge/Powered%20by-Meridian-f97316?style=flat-square)](https://github.com/lordmos/meridian)
1111

1212
<p align="center">
@@ -31,12 +31,12 @@
3131

3232
## 2. 快速开始
3333

34-
📖 **完整使用指南 → [在线文档](https://lordmos.github.io/tech-editorial/quick-start)**
34+
📖 **完整使用指南 → [在线文档](https://lordmos.github.io/scriptorium/quick-start)**
3535

3636
**第一步**:克隆本框架并准备好你的源码项目
3737

3838
```bash
39-
git clone https://github.com/lordmos/tech-editorial.git my-book
39+
git clone https://github.com/lordmos/scriptorium.git my-book
4040
cd my-book
4141
```
4242

@@ -165,7 +165,7 @@ Phase 1 ──→ Phase 2 ──→ Phase 3 ──→ Phase 4 ──→ Phase 5
165165
## 7. 目录结构
166166

167167
```
168-
tech-editorial/
168+
scriptorium/
169169
├── README.md ← 本文件:框架总览与快速开始
170170
├── QUICK_START.md ← AI 主编排启动手册
171171
├── agents/ ← 每个 Agent 的详细规格说明
@@ -292,7 +292,7 @@ Agent A 的产出写入文件 → 主编排将该文件作为 File Pointer 注
292292

293293
## 🎯 使用本框架的项目
294294

295-
> 你用本框架写了什么?[告诉我们!](https://github.com/lordmos/tech-editorial/issues/new?template=show_your_book.yml)
295+
> 你用本框架写了什么?[告诉我们!](https://github.com/lordmos/scriptorium/issues/new?template=show_your_book.yml)
296296
297297
| 书名 / Book Title | 目标源码 | 作者 |
298298
|------------------|---------|------|
@@ -302,7 +302,7 @@ Agent A 的产出写入文件 → 主编排将该文件作为 File Pointer 注
302302

303303
## ⭐ Star History
304304

305-
[![Star History Chart](https://api.star-history.com/svg?repos=lordmos/tech-editorial&type=Date)](https://star-history.com/#lordmos/tech-editorial&Date)
305+
[![Star History Chart](https://api.star-history.com/svg?repos=lordmos/scriptorium&type=Date)](https://star-history.com/#lordmos/scriptorium&Date)
306306

307307
---
308308

0 commit comments

Comments
 (0)