truthmark 2.2.2 → 2.2.3
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 +2 -3
- package/README.es.md +2 -3
- package/README.md +3 -4
- package/README.ru.md +2 -3
- package/README.zh.md +2 -3
- package/dist/main.js +264 -304
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -91,7 +91,6 @@ Beispiele:
|
|
|
91
91
|
/truthmark-document
|
|
92
92
|
/truthmark-structure
|
|
93
93
|
/truthmark-realize
|
|
94
|
-
/truthmark-preview
|
|
95
94
|
/truthmark-check
|
|
96
95
|
```
|
|
97
96
|
|
|
@@ -334,7 +333,6 @@ Sie werden von Agenten oder Agenten-Hosts während der Repository-Arbeit genutzt
|
|
|
334
333
|
| Truth Structure | topology-first | Die Standardroute zu breit ist, Ownership mehrere Bereiche umfasst oder Routendateien noch auf Platzhalter zeigen. | Erstellt oder repariert Routing und Starter-Truth-Dokumente. |
|
|
335
334
|
| Truth Document | implementation-first | Verhalten bereits im Code existiert, aber kanonische Truth-Dokumente fehlen oder schwach sind. | Schreibt nur Truth-Dokumente und Routing. Funktionaler Code darf nicht geändert werden. |
|
|
336
335
|
| Truth Sync | code-first | Funktionaler Code geändert wurde und zugeordnete Truth-Dokumente vor der Übergabe aktualisiert werden müssen könnten. | Aktualisiert Truth-Dokumente. Funktionaler Code darf von Truth Sync nicht umgeschrieben werden. |
|
|
337
|
-
| Truth Preview | read-only | Der Agent vor Änderungen wahrscheinliches Routing einschätzen muss. | Liest nur. Autorisiert keine Schreibzugriffe. |
|
|
338
336
|
| Truth Realize | doc-first | Produkt- oder Architektur-Truth-Dokumente führen und Code daran angepasst werden soll. | Aktualisiert nur Code. Der Agent darf die Truth-Dokumente, die er realisiert, nicht bearbeiten. |
|
|
339
337
|
| Truth Check | audit-first | Ein Reviewer oder Agent die Gesundheit der Repository-Truth auditieren muss. | Auditiert und berichtet. |
|
|
340
338
|
| Truthmark Portal | presentation-only | Ein Mensch ausdrücklich eine durchsuchbare statische HTML-Portalansicht über Repository-Truth-Dokumente anfordert. | Schreibt generierte nicht-kanonische statische Dateien nur unter dem konfigurierten Portal-Ausgabeverzeichnis. |
|
|
@@ -408,7 +406,8 @@ Der Agent darf die Truth-Dokumente, die er realisiert, nicht bearbeiten.
|
|
|
408
406
|
Nutze Truth Preview vor einer Änderung, wenn der Agent wahrscheinliches Routing verstehen muss.
|
|
409
407
|
|
|
410
408
|
```text
|
|
411
|
-
/truthmark-preview das wahrscheinliche Truth-Routing für Änderungen an der Billing-API prüfen
|
|
409
|
+
/truthmark-preview das wahrscheinliche Truth-Routing für Änderungen an der Billing-API prüfen (GitHub Copilot)
|
|
410
|
+
/truthmark:preview das wahrscheinliche Truth-Routing für Änderungen an der Billing-API prüfen (Gemini CLI)
|
|
412
411
|
```
|
|
413
412
|
|
|
414
413
|
Truth Preview ist read-only.
|
package/README.es.md
CHANGED
|
@@ -91,7 +91,6 @@ Ejemplos:
|
|
|
91
91
|
/truthmark-document
|
|
92
92
|
/truthmark-structure
|
|
93
93
|
/truthmark-realize
|
|
94
|
-
/truthmark-preview
|
|
95
94
|
/truthmark-check
|
|
96
95
|
```
|
|
97
96
|
|
|
@@ -334,7 +333,6 @@ Los usan agentes o hosts de agentes durante el trabajo en el repositorio. No son
|
|
|
334
333
|
| Truth Structure | topology-first | La ruta predeterminada es demasiado amplia, la propiedad abarca varias áreas o los archivos de rutas siguen apuntando a placeholders. | Crea o repara rutas y documentos de verdad iniciales. |
|
|
335
334
|
| Truth Document | implementation-first | El comportamiento ya existe en código, pero faltan o son débiles los documentos de verdad canónicos. | Escribe solo documentos de verdad y rutas. No debe cambiar código funcional. |
|
|
336
335
|
| Truth Sync | code-first | Cambió código funcional y puede que los documentos de verdad asignados deban actualizarse antes de la entrega. | Actualiza documentos de verdad. Truth Sync no debe reescribir código funcional. |
|
|
337
|
-
| Truth Preview | read-only | El agente necesita previsualizar rutas probables antes de editar. | Solo lee. No autoriza escrituras. |
|
|
338
336
|
| Truth Realize | doc-first | Documentos de verdad de producto o arquitectura lideran y el código debe actualizarse para coincidir. | Actualiza solo código. El agente no debe editar los documentos de verdad que está realizando. |
|
|
339
337
|
| Truth Check | audit-first | Un revisor o agente necesita auditar la salud de la verdad del repositorio. | Audita e informa. |
|
|
340
338
|
| Truthmark Portal | presentation-only | Una persona pide explícitamente un Portal HTML estático navegable sobre los documentos de verdad del repositorio. | Escribe solo archivos estáticos generados no canónicos bajo el directorio de salida Portal configurado. |
|
|
@@ -408,7 +406,8 @@ El agente no debe editar los documentos de verdad que está realizando.
|
|
|
408
406
|
Usa Truth Preview antes de un cambio cuando el agente necesita entender la ruta probable.
|
|
409
407
|
|
|
410
408
|
```text
|
|
411
|
-
/truthmark-preview previsualiza la ruta de verdad probable para cambios en la API de billing
|
|
409
|
+
/truthmark-preview previsualiza la ruta de verdad probable para cambios en la API de billing (GitHub Copilot)
|
|
410
|
+
/truthmark:preview previsualiza la ruta de verdad probable para cambios en la API de billing (Gemini CLI)
|
|
412
411
|
```
|
|
413
412
|
|
|
414
413
|
Truth Preview es read-only.
|
package/README.md
CHANGED
|
@@ -91,7 +91,6 @@ Examples:
|
|
|
91
91
|
/truthmark-document
|
|
92
92
|
/truthmark-structure
|
|
93
93
|
/truthmark-realize
|
|
94
|
-
/truthmark-preview
|
|
95
94
|
/truthmark-check
|
|
96
95
|
```
|
|
97
96
|
|
|
@@ -198,7 +197,7 @@ When the agent changes functional code, Truth Sync acts as the finish-time guard
|
|
|
198
197
|
| Git-native truth | Keeps repository truth in committed Markdown and config. |
|
|
199
198
|
| Branch-scoped documentation | Truth moves with the branch instead of living in a private session. |
|
|
200
199
|
| Human CLI | Gives maintainers setup, refresh, validation, and inspection commands. |
|
|
201
|
-
| AI-facing workflows | Gives agents host-native workflows for sync, documentation, structure,
|
|
200
|
+
| AI-facing workflows | Gives agents host-native workflows for sync, documentation, structure, realization, and audit. |
|
|
202
201
|
| Explicit routing | Maps code areas to canonical truth docs. |
|
|
203
202
|
| Reviewable handoffs | Produces ordinary Git diffs for both code and truth docs. |
|
|
204
203
|
| Local-first operation | Requires no hosted service, daemon, database, or MCP server. |
|
|
@@ -334,7 +333,6 @@ They are used by agents or agent hosts during repository work. They are not top-
|
|
|
334
333
|
| Truth Structure | topology-first | The default route is too broad, ownership spans multiple areas, or route files still point at placeholders. | Creates or repairs routing and starter truth docs. |
|
|
335
334
|
| Truth Document | implementation-first | Behavior already exists in code, but canonical truth docs are missing or weak. | Writes truth docs and routing only. Functional code must not change. |
|
|
336
335
|
| Truth Sync | code-first | Functional code changed and mapped truth docs may need to be updated before handoff. | Updates truth docs. Functional code must not be rewritten by Truth Sync. |
|
|
337
|
-
| Truth Preview | read-only | The agent needs to preview likely routing before edits. | Reads only. Does not authorize writes. |
|
|
338
336
|
| Truth Realize | doc-first | Product or architecture truth docs lead and code should be updated to match. | Updates code only. The agent must not edit the truth docs it is realizing. |
|
|
339
337
|
| Truth Check | audit-first | A reviewer or agent needs to audit repository truth health. | Audits and reports. |
|
|
340
338
|
| Truthmark Portal | presentation-only | A human explicitly asks for a browsable static HTML Portal over repository truth docs. | Writes generated non-canonical static files only under the fixed Portal output directory. |
|
|
@@ -408,7 +406,8 @@ The agent must not edit the truth docs it is realizing.
|
|
|
408
406
|
Use Truth Preview before a change when the agent needs to understand likely routing.
|
|
409
407
|
|
|
410
408
|
```text
|
|
411
|
-
/truthmark-preview preview the likely truth routing for changes to the billing API
|
|
409
|
+
/truthmark-preview preview the likely truth routing for changes to the billing API (GitHub Copilot)
|
|
410
|
+
/truthmark:preview preview the likely truth routing for changes to the billing API (Gemini CLI)
|
|
412
411
|
```
|
|
413
412
|
|
|
414
413
|
Truth Preview is read-only.
|
package/README.ru.md
CHANGED
|
@@ -91,7 +91,6 @@ Truthmark устанавливает host-native skills, prompts, commands, уп
|
|
|
91
91
|
/truthmark-document
|
|
92
92
|
/truthmark-structure
|
|
93
93
|
/truthmark-realize
|
|
94
|
-
/truthmark-preview
|
|
95
94
|
/truthmark-check
|
|
96
95
|
```
|
|
97
96
|
|
|
@@ -334,7 +333,6 @@ truthmark init
|
|
|
334
333
|
| Truth Structure | topology-first | Стандартный маршрут слишком широкий, владение охватывает несколько областей или файлы маршрутов все еще указывают на placeholders. | Создает или исправляет маршрутизацию и стартовые документы истины. |
|
|
335
334
|
| Truth Document | implementation-first | Поведение уже есть в коде, но канонические документы истины отсутствуют или слабы. | Пишет только документы истины и маршрутизацию. Функциональный код менять нельзя. |
|
|
336
335
|
| Truth Sync | code-first | Функциональный код изменился, и сопоставленные документы истины могут потребовать обновления перед передачей. | Обновляет документы истины. Truth Sync не должен переписывать функциональный код. |
|
|
337
|
-
| Truth Preview | read-only | Агенту нужно предварительно понять вероятную маршрутизацию перед правками. | Только чтение. Не авторизует записи. |
|
|
338
336
|
| Truth Realize | doc-first | Продуктовые или архитектурные документы истины ведут, и код нужно обновить под них. | Обновляет только код. Агент не должен редактировать документы истины, которые реализует. |
|
|
339
337
|
| Truth Check | audit-first | Ревьюеру или агенту нужно проверить актуальность истины репозитория. | Аудитирует и сообщает. |
|
|
340
338
|
| Truthmark Portal | presentation-only | Человек явно просит доступный для просмотра статический HTML Portal по документам истины репозитория. | Пишет только сгенерированные неканонические статические файлы в настроенную директорию вывода Portal. |
|
|
@@ -408,7 +406,8 @@ Truth Realize работает doc-first.
|
|
|
408
406
|
Используйте Truth Preview перед изменением, когда агенту нужно понять вероятную маршрутизацию.
|
|
409
407
|
|
|
410
408
|
```text
|
|
411
|
-
/truthmark-preview покажи вероятный truth routing для изменений billing API
|
|
409
|
+
/truthmark-preview покажи вероятный truth routing для изменений billing API (GitHub Copilot)
|
|
410
|
+
/truthmark:preview покажи вероятный truth routing для изменений billing API (Gemini CLI)
|
|
412
411
|
```
|
|
413
412
|
|
|
414
413
|
Truth Preview работает read-only.
|
package/README.zh.md
CHANGED
|
@@ -91,7 +91,6 @@ Truthmark 会安装宿主原生的技能、提示、命令、受管指令块和
|
|
|
91
91
|
/truthmark-document
|
|
92
92
|
/truthmark-structure
|
|
93
93
|
/truthmark-realize
|
|
94
|
-
/truthmark-preview
|
|
95
94
|
/truthmark-check
|
|
96
95
|
```
|
|
97
96
|
|
|
@@ -334,7 +333,6 @@ truthmark init
|
|
|
334
333
|
| Truth Structure | topology-first | 默认路由过宽、所有权跨多个区域,或路由文件仍指向占位内容。 | 创建或修复路由和起始事实文档。 |
|
|
335
334
|
| Truth Document | implementation-first | 行为已经存在于代码中,但规范事实文档缺失或薄弱。 | 只写事实文档和路由。不能改变功能代码。 |
|
|
336
335
|
| Truth Sync | code-first | 功能代码已变更,已映射事实文档可能需要在交接前更新。 | 更新事实文档。Truth Sync 不能重写功能代码。 |
|
|
337
|
-
| Truth Preview | read-only | 代理需要在编辑前预览可能的路由。 | 只读。不授权写入。 |
|
|
338
336
|
| Truth Realize | doc-first | 产品或架构事实文档在前,代码应更新以匹配它们。 | 只更新代码。代理不能编辑它正在实现的事实文档。 |
|
|
339
337
|
| Truth Check | audit-first | 审查者或代理需要审计仓库事实健康状况。 | 审计并报告。 |
|
|
340
338
|
| Truthmark Portal | presentation-only | 人类明确要求为仓库事实文档生成可浏览的静态 HTML Portal。 | 只在配置的 Portal 输出目录下写入生成的非规范静态文件。 |
|
|
@@ -408,7 +406,8 @@ Truth Realize 是 doc-first。
|
|
|
408
406
|
当代理需要在变更前理解可能的路由时,使用 Truth Preview。
|
|
409
407
|
|
|
410
408
|
```text
|
|
411
|
-
/truthmark-preview 预览 billing API 变更的可能事实路由
|
|
409
|
+
/truthmark-preview 预览 billing API 变更的可能事实路由 (GitHub Copilot)
|
|
410
|
+
/truthmark:preview 预览 billing API 变更的可能事实路由 (Gemini CLI)
|
|
412
411
|
```
|
|
413
412
|
|
|
414
413
|
Truth Preview 是 read-only。
|