truthmark 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.de.md +6 -14
- package/README.es.md +6 -14
- package/README.md +8 -14
- package/README.ru.md +6 -14
- package/README.zh.md +6 -14
- package/dist/main.js +256 -220
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -100,20 +100,12 @@ docs/features/repository/README.md
|
|
|
100
100
|
docs/features/repository/overview.md
|
|
101
101
|
AGENTS.md
|
|
102
102
|
CLAUDE.md
|
|
103
|
-
.codex/skills/truthmark-structure/SKILL.md
|
|
104
|
-
.codex/skills/truthmark-sync/SKILL.md
|
|
105
|
-
.codex/skills/truthmark-realize/SKILL.md
|
|
106
|
-
.codex/skills/truthmark-check/SKILL.md
|
|
107
|
-
.opencode/skills/truthmark-structure/SKILL.md
|
|
108
|
-
.opencode/skills/truthmark-sync/SKILL.md
|
|
109
|
-
.opencode/skills/truthmark-realize/SKILL.md
|
|
110
|
-
.opencode/skills/truthmark-check/SKILL.md
|
|
111
103
|
```
|
|
112
104
|
|
|
113
|
-
|
|
105
|
+
Unterstützte Plattformen sind `codex`, `opencode`, `claude-code`, `github-copilot` und `gemini-cli`. Die Standardkonfiguration enthält alle davon; entferne Plattformen, die du nicht nutzt, aus `.truthmark/config.yml`, bevor du `truthmark init` erneut ausführst.
|
|
114
106
|
Die standardmäßig erzeugte Struktur verwendet `README.md`-Dateien von Features als Indizes und beginnt die Wahrheit über aktuelles Verhalten in begrenzten Blattdokumenten wie `docs/features/repository/overview.md`.
|
|
115
107
|
|
|
116
|
-
Bestehende Repositories brauchen nach `init` meist einen Aufräumschritt: Führe den installierten Truth-Structure-Workflow aus, wenn die erzeugte `repository`-Route zu breit ist, Ownership mehrere Produkte oder Services umfasst oder Routendateien noch auf Platzhalterdokumente zeigen. Truth Structure teilt breite Routings auf, erstellt oder repariert erste kanonische Wahrheitsdokumente und gibt Truth Sync präzise Ziele, bevor funktionale Codearbeit beginnt. Codex-
|
|
108
|
+
Bestehende Repositories brauchen nach `init` meist einen Aufräumschritt: Führe den installierten Truth-Structure-Workflow aus, wenn die erzeugte `repository`-Route zu breit ist, Ownership mehrere Produkte oder Services umfasst oder Routendateien noch auf Platzhalterdokumente zeigen. Truth Structure teilt breite Routings auf, erstellt oder repariert erste kanonische Wahrheitsdokumente und gibt Truth Sync präzise Ziele, bevor funktionale Codearbeit beginnt. Codex, Claude Code und unterstützte Copilot-IDEs können ihn mit `/truthmark-structure` aufrufen; Hosts im OpenCode-Stil können `/skill truthmark-structure` verwenden.
|
|
117
109
|
|
|
118
110
|
## Wie es läuft
|
|
119
111
|
|
|
@@ -129,7 +121,7 @@ Arbeit committen oder übergeben
|
|
|
129
121
|
```
|
|
130
122
|
|
|
131
123
|
Truth Sync ist code-first: Code führt, Wahrheitsdokumente folgen, und Truth Sync darf funktionalen Code nicht umschreiben. Seine Hauptaufgabe ist eine automatische Abschlusskontrolle, wenn funktionaler Code geändert wurde. Direkte Aufrufe sind vor allem für Fehlersuche, frühe Synchronisierung vor einer Übergabe oder bewusstes Ausführen des Workflows gedacht.
|
|
132
|
-
Codex-
|
|
124
|
+
Codex, Claude Code und unterstützte Copilot-IDEs können es mit `/truthmark-sync` aufrufen. Hosts im OpenCode-Stil können `/skill truthmark-sync` verwenden.
|
|
133
125
|
Nutze diesen Ablauf, wenn eine Produkt- oder Architekturentscheidung in der Dokumentation beginnt:
|
|
134
126
|
|
|
135
127
|
```text
|
|
@@ -142,7 +134,7 @@ Arbeit committen oder übergeben
|
|
|
142
134
|
```
|
|
143
135
|
|
|
144
136
|
Truth Realize ist manuell und doc-first: Wahrheitsdokumente führen, Code folgt, und der Agent darf die Wahrheitsdokumente, die er realisiert, nicht bearbeiten.
|
|
145
|
-
Codex-
|
|
137
|
+
Codex, Claude Code und unterstützte Copilot-IDEs können es mit `/truthmark-realize` aufrufen. Hosts im OpenCode-Stil können `/skill truthmark-realize` verwenden.
|
|
146
138
|
|
|
147
139
|
## Was es installiert
|
|
148
140
|
|
|
@@ -152,8 +144,8 @@ Truthmark hält die dauerhafte Workflow-Fläche klein:
|
|
|
152
144
|
- `TRUTHMARK.md` für den branch-lokalen Workflow-Vertrag
|
|
153
145
|
- `docs/truthmark/areas.md` für den Root-Routenindex
|
|
154
146
|
- `docs/truthmark/areas/**/*.md` für delegierte untergeordnete Routendateien
|
|
155
|
-
- verwaltete Instruktionsblöcke für konfigurierte Plattformen wie `AGENTS.md`, `CLAUDE.md`,
|
|
156
|
-
-
|
|
147
|
+
- verwaltete Instruktionsblöcke für konfigurierte Plattformen wie `AGENTS.md`, `CLAUDE.md`, Copilot-Anweisungen und `GEMINI.md`
|
|
148
|
+
- host-native Skills, Prompts oder Commands für Truth Structure, Truth Sync, Truth Realize und Truth Check
|
|
157
149
|
|
|
158
150
|
Die installierten Workflow-Flächen sind die Runtime:
|
|
159
151
|
|
package/README.es.md
CHANGED
|
@@ -100,20 +100,12 @@ docs/features/repository/README.md
|
|
|
100
100
|
docs/features/repository/overview.md
|
|
101
101
|
AGENTS.md
|
|
102
102
|
CLAUDE.md
|
|
103
|
-
.codex/skills/truthmark-structure/SKILL.md
|
|
104
|
-
.codex/skills/truthmark-sync/SKILL.md
|
|
105
|
-
.codex/skills/truthmark-realize/SKILL.md
|
|
106
|
-
.codex/skills/truthmark-check/SKILL.md
|
|
107
|
-
.opencode/skills/truthmark-structure/SKILL.md
|
|
108
|
-
.opencode/skills/truthmark-sync/SKILL.md
|
|
109
|
-
.opencode/skills/truthmark-realize/SKILL.md
|
|
110
|
-
.opencode/skills/truthmark-check/SKILL.md
|
|
111
103
|
```
|
|
112
104
|
|
|
113
|
-
|
|
105
|
+
Las plataformas compatibles son `codex`, `opencode`, `claude-code`, `github-copilot` y `gemini-cli`. La configuración predeterminada las incluye todas; elimina de `.truthmark/config.yml` las plataformas que no uses antes de volver a ejecutar `truthmark init`.
|
|
114
106
|
La estructura generada por defecto usa los `README.md` de funciones como índices y empieza la verdad sobre el comportamiento actual en documentos hoja acotados, como `docs/features/repository/overview.md`.
|
|
115
107
|
|
|
116
|
-
Los repositorios existentes suelen necesitar una pasada de limpieza después de `init`: ejecuta el flujo instalado Truth Structure cuando la ruta `repository` generada sea demasiado amplia, la propiedad abarque varios productos o servicios, o los archivos de rutas sigan apuntando a documentos de marcador de posición. Truth Structure divide rutas amplias, crea o repara documentos de verdad canónica iniciales y da a Truth Sync destinos precisos antes de que empiece el trabajo de código funcional.
|
|
108
|
+
Los repositorios existentes suelen necesitar una pasada de limpieza después de `init`: ejecuta el flujo instalado Truth Structure cuando la ruta `repository` generada sea demasiado amplia, la propiedad abarque varios productos o servicios, o los archivos de rutas sigan apuntando a documentos de marcador de posición. Truth Structure divide rutas amplias, crea o repara documentos de verdad canónica iniciales y da a Truth Sync destinos precisos antes de que empiece el trabajo de código funcional. Codex, Claude Code y los IDEs de Copilot compatibles pueden invocarlo con `/truthmark-structure`; los hosts de estilo OpenCode pueden usar `/skill truthmark-structure`.
|
|
117
109
|
|
|
118
110
|
## Cómo se ejecuta
|
|
119
111
|
|
|
@@ -129,7 +121,7 @@ se confirma o se entrega el trabajo
|
|
|
129
121
|
```
|
|
130
122
|
|
|
131
123
|
Truth Sync es code-first: el código lidera, los documentos de verdad siguen, y Truth Sync no debe reescribir código funcional. Su tarea principal es actuar como salvaguarda automática al cierre cuando cambió código funcional. La invocación directa se usa sobre todo para depurar, forzar una sincronización temprana antes de entregar el trabajo o ejecutar el flujo de forma intencional.
|
|
132
|
-
|
|
124
|
+
Codex, Claude Code y los IDEs de Copilot compatibles pueden invocarlo con `/truthmark-sync`. Los hosts de estilo OpenCode pueden usar `/skill truthmark-sync`.
|
|
133
125
|
Usa este flujo cuando una decisión de producto o arquitectura empieza en la documentación:
|
|
134
126
|
|
|
135
127
|
```text
|
|
@@ -142,7 +134,7 @@ se confirma o se entrega el trabajo
|
|
|
142
134
|
```
|
|
143
135
|
|
|
144
136
|
Truth Realize es manual y doc-first: los documentos de verdad lideran, el código sigue, y el agente no debe editar los documentos de verdad que está realizando.
|
|
145
|
-
|
|
137
|
+
Codex, Claude Code y los IDEs de Copilot compatibles pueden invocarlo con `/truthmark-realize`. Los hosts de estilo OpenCode pueden usar `/skill truthmark-realize`.
|
|
146
138
|
|
|
147
139
|
## Qué instala
|
|
148
140
|
|
|
@@ -152,8 +144,8 @@ Truthmark mantiene pequeña la superficie duradera de flujo de trabajo:
|
|
|
152
144
|
- `TRUTHMARK.md` para el contrato de flujo de trabajo local a la rama
|
|
153
145
|
- `docs/truthmark/areas.md` para el índice raíz de rutas
|
|
154
146
|
- `docs/truthmark/areas/**/*.md` para archivos de rutas secundarias delegadas
|
|
155
|
-
- bloques de instrucciones administrados para plataformas configuradas como `AGENTS.md`, `CLAUDE.md`,
|
|
156
|
-
- skills
|
|
147
|
+
- bloques de instrucciones administrados para plataformas configuradas como `AGENTS.md`, `CLAUDE.md`, instrucciones de Copilot y `GEMINI.md`
|
|
148
|
+
- skills, prompts o comandos nativos del host para Truth Structure, Truth Sync, Truth Realize y Truth Check
|
|
157
149
|
|
|
158
150
|
Las superficies de flujo de trabajo instaladas son el entorno de ejecución:
|
|
159
151
|
|
package/README.md
CHANGED
|
@@ -109,21 +109,13 @@ docs/features/repository/README.md
|
|
|
109
109
|
docs/features/repository/overview.md
|
|
110
110
|
AGENTS.md
|
|
111
111
|
CLAUDE.md
|
|
112
|
-
.codex/skills/truthmark-structure/SKILL.md
|
|
113
|
-
.codex/skills/truthmark-sync/SKILL.md
|
|
114
|
-
.codex/skills/truthmark-realize/SKILL.md
|
|
115
|
-
.codex/skills/truthmark-check/SKILL.md
|
|
116
|
-
.opencode/skills/truthmark-structure/SKILL.md
|
|
117
|
-
.opencode/skills/truthmark-sync/SKILL.md
|
|
118
|
-
.opencode/skills/truthmark-realize/SKILL.md
|
|
119
|
-
.opencode/skills/truthmark-check/SKILL.md
|
|
120
112
|
```
|
|
121
113
|
|
|
122
|
-
|
|
114
|
+
Supported platforms are `codex`, `opencode`, `claude-code`, `github-copilot`, and `gemini-cli`. The default config includes all of them; remove platforms you do not use from `.truthmark/config.yml` before rerunning `truthmark init`.
|
|
123
115
|
|
|
124
116
|
The default scaffold keeps feature `README.md` files as indexes and starts current behavior truth in bounded leaf docs such as `docs/features/repository/overview.md`.
|
|
125
117
|
|
|
126
|
-
Existing repositories usually need one cleanup pass after `init`: run the installed Truth Structure workflow when the generated `repository` route is too broad, ownership spans multiple products or services, or route files still point at placeholder docs. Truth Structure splits broad routing, creates or repairs starter canonical truth docs, and gives Truth Sync precise destinations before functional-code work begins. Codex
|
|
118
|
+
Existing repositories usually need one cleanup pass after `init`: run the installed Truth Structure workflow when the generated `repository` route is too broad, ownership spans multiple products or services, or route files still point at placeholder docs. Truth Structure splits broad routing, creates or repairs starter canonical truth docs, and gives Truth Sync precise destinations before functional-code work begins. Codex, Claude Code, and supported Copilot IDEs can invoke it with `/truthmark-structure`; OpenCode-style hosts can invoke `/skill truthmark-structure`.
|
|
127
119
|
|
|
128
120
|
## How it runs
|
|
129
121
|
|
|
@@ -143,7 +135,7 @@ commit or hand off the work
|
|
|
143
135
|
|
|
144
136
|
Truth Sync is code-first: code leads, truth docs follow, and Truth Sync must not rewrite functional code. Its main job is to act as an automatic finish-time safeguard when functional code changed. Direct invocation is mainly for troubleshooting, forcing an early sync before handoff, or running the workflow intentionally.
|
|
145
137
|
|
|
146
|
-
Codex
|
|
138
|
+
Codex, Claude Code, and supported Copilot IDEs can invoke it with `/truthmark-sync`. OpenCode-style hosts can invoke `/skill truthmark-sync`.
|
|
147
139
|
|
|
148
140
|
### Doc-first changes
|
|
149
141
|
|
|
@@ -160,7 +152,7 @@ commit or hand off the work
|
|
|
160
152
|
|
|
161
153
|
Truth Realize is manual and doc-first: truth docs lead, code follows, and the agent must not edit the truth docs it is realizing.
|
|
162
154
|
|
|
163
|
-
Codex
|
|
155
|
+
Codex, Claude Code, and supported Copilot IDEs can invoke it with `/truthmark-realize`. OpenCode-style hosts can invoke `/skill truthmark-realize`.
|
|
164
156
|
|
|
165
157
|
## What it installs
|
|
166
158
|
|
|
@@ -170,8 +162,8 @@ Truthmark keeps the durable workflow surface small:
|
|
|
170
162
|
- `TRUTHMARK.md` for the branch-local workflow contract
|
|
171
163
|
- `docs/truthmark/areas.md` for the root route index
|
|
172
164
|
- `docs/truthmark/areas/**/*.md` for delegated child route files
|
|
173
|
-
- managed instruction blocks for configured platforms such as `AGENTS.md`, `CLAUDE.md`,
|
|
174
|
-
-
|
|
165
|
+
- managed instruction blocks for configured platforms such as `AGENTS.md`, `CLAUDE.md`, Copilot instructions, and `GEMINI.md`
|
|
166
|
+
- host-native skills, prompts, or commands for Truth Structure, Truth Sync, Truth Realize, and Truth Check
|
|
175
167
|
|
|
176
168
|
The installed workflow surfaces are the runtime:
|
|
177
169
|
|
|
@@ -204,6 +196,8 @@ truthmark check --json
|
|
|
204
196
|
|
|
205
197
|
Truth Structure, Truth Sync, Truth Realize, and Truth Check are installed agent workflows, not top-level daily CLI commands.
|
|
206
198
|
|
|
199
|
+
They run through the configured agent host surfaces, for example Codex/Claude/Copilot `/truthmark-*`, OpenCode `/skill truthmark-*`, or Gemini `/truthmark:*`.
|
|
200
|
+
|
|
207
201
|
## Why it exists
|
|
208
202
|
|
|
209
203
|
Most AI coding workflows optimize for the next answer. Truthmark optimizes for the next handoff.
|
package/README.ru.md
CHANGED
|
@@ -100,20 +100,12 @@ docs/features/repository/README.md
|
|
|
100
100
|
docs/features/repository/overview.md
|
|
101
101
|
AGENTS.md
|
|
102
102
|
CLAUDE.md
|
|
103
|
-
.codex/skills/truthmark-structure/SKILL.md
|
|
104
|
-
.codex/skills/truthmark-sync/SKILL.md
|
|
105
|
-
.codex/skills/truthmark-realize/SKILL.md
|
|
106
|
-
.codex/skills/truthmark-check/SKILL.md
|
|
107
|
-
.opencode/skills/truthmark-structure/SKILL.md
|
|
108
|
-
.opencode/skills/truthmark-sync/SKILL.md
|
|
109
|
-
.opencode/skills/truthmark-realize/SKILL.md
|
|
110
|
-
.opencode/skills/truthmark-check/SKILL.md
|
|
111
103
|
```
|
|
112
104
|
|
|
113
|
-
|
|
105
|
+
Поддерживаемые платформы: `codex`, `opencode`, `claude-code`, `github-copilot` и `gemini-cli`. Конфигурация по умолчанию включает их все; удалите из `.truthmark/config.yml` платформы, которыми не пользуетесь, перед повторным запуском `truthmark init`.
|
|
114
106
|
Стандартная шаблонная структура использует `README.md` функциональных разделов как индексы и начинает описывать истину текущего поведения в ограниченных листовых документах, например `docs/features/repository/overview.md`.
|
|
115
107
|
|
|
116
|
-
Существующим репозиториям обычно нужен один этап очистки после `init`: запустите установленный рабочий процесс Truth Structure, если созданный маршрут `repository` слишком широкий, владение охватывает несколько продуктов или сервисов, либо файлы маршрутов все еще указывают на документы-заглушки. Truth Structure разделяет широкие маршруты, создает или исправляет начальные канонические документы истины и дает Truth Sync точные цели до начала работы с функциональным кодом.
|
|
108
|
+
Существующим репозиториям обычно нужен один этап очистки после `init`: запустите установленный рабочий процесс Truth Structure, если созданный маршрут `repository` слишком широкий, владение охватывает несколько продуктов или сервисов, либо файлы маршрутов все еще указывают на документы-заглушки. Truth Structure разделяет широкие маршруты, создает или исправляет начальные канонические документы истины и дает Truth Sync точные цели до начала работы с функциональным кодом. Codex, Claude Code и поддерживаемые IDE Copilot могут вызвать его через `/truthmark-structure`; хосты в стиле OpenCode могут использовать `/skill truthmark-structure`.
|
|
117
109
|
|
|
118
110
|
## Как он работает
|
|
119
111
|
|
|
@@ -129,7 +121,7 @@ Truth Sync срабатывает до завершения работы аге
|
|
|
129
121
|
```
|
|
130
122
|
|
|
131
123
|
Truth Sync работает по принципу code-first: сначала идет код, затем документы истины, и Truth Sync не должен переписывать функциональный код. Его основная задача быть автоматической финальной проверкой, когда менялся функциональный код. Прямой вызов нужен в основном для отладки, ранней синхронизации перед передачей работы или намеренного запуска рабочего процесса.
|
|
132
|
-
|
|
124
|
+
Codex, Claude Code и поддерживаемые IDE Copilot могут вызывать его через `/truthmark-sync`. Хосты в стиле OpenCode могут использовать `/skill truthmark-sync`.
|
|
133
125
|
Используйте этот путь, когда продуктовое или архитектурное решение начинается в документации:
|
|
134
126
|
|
|
135
127
|
```text
|
|
@@ -142,7 +134,7 @@ Truth Sync работает по принципу code-first: сначала и
|
|
|
142
134
|
```
|
|
143
135
|
|
|
144
136
|
Truth Realize это ручной процесс по принципу doc-first: документы истины идут первыми, код следует за ними, и агент не должен редактировать документы истины, которые он реализует.
|
|
145
|
-
|
|
137
|
+
Codex, Claude Code и поддерживаемые IDE Copilot могут вызывать его через `/truthmark-realize`. Хосты в стиле OpenCode могут использовать `/skill truthmark-realize`.
|
|
146
138
|
|
|
147
139
|
## Что он устанавливает
|
|
148
140
|
|
|
@@ -152,8 +144,8 @@ Truthmark намеренно держит постоянную рабочую п
|
|
|
152
144
|
- `TRUTHMARK.md` для контракта рабочего процесса, локального для ветки
|
|
153
145
|
- `docs/truthmark/areas.md` для корневого индекса маршрутов
|
|
154
146
|
- `docs/truthmark/areas/**/*.md` для делегированных дочерних файлов маршрутов
|
|
155
|
-
- управляемые блоки инструкций для настроенных платформ, таких как `AGENTS.md`, `CLAUDE.md`,
|
|
156
|
-
-
|
|
147
|
+
- управляемые блоки инструкций для настроенных платформ, таких как `AGENTS.md`, `CLAUDE.md`, инструкции Copilot и `GEMINI.md`
|
|
148
|
+
- нативные для хоста skills, prompts или commands для Truth Structure, Truth Sync, Truth Realize и Truth Check
|
|
157
149
|
|
|
158
150
|
Установленные рабочие поверхности и есть среда выполнения:
|
|
159
151
|
|
package/README.zh.md
CHANGED
|
@@ -100,20 +100,12 @@ docs/features/repository/README.md
|
|
|
100
100
|
docs/features/repository/overview.md
|
|
101
101
|
AGENTS.md
|
|
102
102
|
CLAUDE.md
|
|
103
|
-
.codex/skills/truthmark-structure/SKILL.md
|
|
104
|
-
.codex/skills/truthmark-sync/SKILL.md
|
|
105
|
-
.codex/skills/truthmark-realize/SKILL.md
|
|
106
|
-
.codex/skills/truthmark-check/SKILL.md
|
|
107
|
-
.opencode/skills/truthmark-structure/SKILL.md
|
|
108
|
-
.opencode/skills/truthmark-sync/SKILL.md
|
|
109
|
-
.opencode/skills/truthmark-realize/SKILL.md
|
|
110
|
-
.opencode/skills/truthmark-check/SKILL.md
|
|
111
103
|
```
|
|
112
104
|
|
|
113
|
-
|
|
105
|
+
支持的平台是 `codex`、`opencode`、`claude-code`、`github-copilot` 和 `gemini-cli`。默认配置包含全部平台;请先从 `.truthmark/config.yml` 中移除不使用的平台,再重新运行 `truthmark init`。
|
|
114
106
|
默认脚手架把功能 `README.md` 作为索引,并把当前行为事实放在有边界的叶子文档中,例如 `docs/features/repository/overview.md`。
|
|
115
107
|
|
|
116
|
-
现有仓库通常需要在 `init` 之后做一次清理:当生成的 `repository` 路由过宽、所有权跨越多个产品或服务,或路由文件仍指向占位文档时,运行已安装的 Truth Structure 工作流。Truth Structure 会拆分过宽的路由,创建或修复初始的规范事实文档,并在功能代码工作开始前为 Truth Sync 提供精确目标。Codex
|
|
108
|
+
现有仓库通常需要在 `init` 之后做一次清理:当生成的 `repository` 路由过宽、所有权跨越多个产品或服务,或路由文件仍指向占位文档时,运行已安装的 Truth Structure 工作流。Truth Structure 会拆分过宽的路由,创建或修复初始的规范事实文档,并在功能代码工作开始前为 Truth Sync 提供精确目标。Codex、Claude Code 和支持的 Copilot IDE 可以用 `/truthmark-structure` 调用它;OpenCode 风格的宿主可以用 `/skill truthmark-structure` 调用它。
|
|
117
109
|
|
|
118
110
|
## 它如何运行
|
|
119
111
|
|
|
@@ -129,7 +121,7 @@ Truthmark 不规定应该由哪个子代理运行 Truth Sync。由实际执行
|
|
|
129
121
|
```
|
|
130
122
|
|
|
131
123
|
Truth Sync 是 code-first:代码在前,事实文档跟随,且 Truth Sync 不能重写功能代码。它的主要职责是在功能代码发生变化时,作为收尾阶段的自动安全检查。直接调用主要用于排查问题、交接前提前同步,或有意运行这套工作流。
|
|
132
|
-
Codex
|
|
124
|
+
Codex、Claude Code 和支持的 Copilot IDE 可以用 `/truthmark-sync` 调用它。OpenCode 风格的宿主可以用 `/skill truthmark-sync` 调用它。
|
|
133
125
|
当产品或架构决策从文档开始时,使用这个流程:
|
|
134
126
|
|
|
135
127
|
```text
|
|
@@ -142,7 +134,7 @@ Codex 用户可以用 `/truthmark-sync` 或 `$truthmark-sync` 调用它。OpenCo
|
|
|
142
134
|
```
|
|
143
135
|
|
|
144
136
|
Truth Realize 是手动、文档优先的流程:事实文档在前,代码跟随,代理不能编辑它正在实现的事实文档。
|
|
145
|
-
Codex
|
|
137
|
+
Codex、Claude Code 和支持的 Copilot IDE 可以用 `/truthmark-realize` 调用它。OpenCode 风格的宿主可以用 `/skill truthmark-realize` 调用它。
|
|
146
138
|
|
|
147
139
|
## 它会安装什么
|
|
148
140
|
|
|
@@ -152,8 +144,8 @@ Truthmark 把持久化的工作流载体保持得很小:
|
|
|
152
144
|
- `TRUTHMARK.md`,用于分支内工作流契约
|
|
153
145
|
- `docs/truthmark/areas.md`,用于根路由索引
|
|
154
146
|
- `docs/truthmark/areas/**/*.md`,用于委托的子路由文件
|
|
155
|
-
- 面向已配置平台的受管说明块,例如 `AGENTS.md`、`CLAUDE.md`、
|
|
156
|
-
- 面向 Truth Structure、Truth Sync、Truth Realize 和 Truth Check
|
|
147
|
+
- 面向已配置平台的受管说明块,例如 `AGENTS.md`、`CLAUDE.md`、Copilot 指令和 `GEMINI.md`
|
|
148
|
+
- 面向 Truth Structure、Truth Sync、Truth Realize 和 Truth Check 的宿主原生技能、提示或命令
|
|
157
149
|
|
|
158
150
|
安装后的工作流载体就是运行时:
|
|
159
151
|
|