truthmark 1.2.1 → 1.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 +80 -44
- package/README.es.md +81 -45
- package/README.md +104 -43
- package/README.ru.md +80 -44
- package/README.zh.md +80 -44
- package/dist/main.js +599 -305
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -1,31 +1,68 @@
|
|
|
1
|
-
# Truthmark
|
|
1
|
+
# Truthmark
|
|
2
|
+
|
|
3
|
+
**Truthmark automatisiert die Pflege von Repository-Wahrheit für KI-Softwareentwicklung.**
|
|
2
4
|
|
|
3
5
|
[English](README.md) | Deutsch | [中文](README.zh.md) | [Español](README.es.md) | [Русский](README.ru.md)
|
|
4
6
|
|
|
5
|
-
|
|
6
|
-
Truthmark löst das, indem es branch-lokale Repository-Wahrheit zu einer erstklassigen Laufzeitfläche für Agenten macht. Es installiert eine Git-native, branch-gebundene Wahrheitsschicht direkt im Repository, gibt Agenten explizite Routing- und Workflow-Grenzen und sorgt dafür, dass diese Wahrheit mit dem Code mitwandert, der tatsächlich ausgeliefert wird.
|
|
7
|
-
Das ist kein besseres Prompt-Engineering. Es ist eine besser steuerbare Art, KI in einer echten Codebasis einzusetzen: weniger wiederholte Entscheidungen, weniger veraltete Dokumentation, sauberere Übergaben und KI-Coding-Sitzungen, die prüfbare Engineering-Aufzeichnungen hinterlassen, statt im Prompt-Verlauf oder in undurchsichtigen Tool-Zuständen zu verschwinden.
|
|
8
|
-
Für Teams, die bereits wissen, dass Agenten Code erzeugen können, und jetzt wollen, dass das Repository selbst lesbar, prüfbar und steuerbar bleibt.
|
|
7
|
+
<img src="docs/assets/truthmark-banner.png" alt="Truthmark-Banner" width="100%" />
|
|
9
8
|
|
|
10
|
-
|
|
9
|
+
KI-Coding-Agenten schreiben bereits schnell Code. Der teure Teil ist, die Repository-Wahrheit mit den tatsächlichen Änderungen im Gleichschritt zu halten.
|
|
10
|
+
|
|
11
|
+
Truthmark fügt diesem Ablauf eine automatische Abschlusskontrolle hinzu. Der normale Pfad ist einfach:
|
|
12
|
+
|
|
13
|
+
- Agent ändert funktionalen Code
|
|
14
|
+
- relevante Tests laufen
|
|
15
|
+
- Truth Sync aktualisiert zugeordnete Wahrheitsdokumente, bevor der Agent fertig ist
|
|
16
|
+
- Truth-Doc-Diff prüfen, wenn einer erzeugt wurde
|
|
17
|
+
|
|
18
|
+
Die meisten Tools bitten Teams darum, sich eine Gewohnheit anzueignen. Truthmark automatisiert die Gewohnheit.
|
|
19
|
+
|
|
20
|
+
Truthmark macht aus einem KI-Workflow Repository-Infrastruktur statt persönlichem Tooling. Es installiert eine Git-native, branch-gebundene Wahrheitsschicht im Repository, gibt Agenten explizites Routing und begrenzte Workflow-Flächen und hält diese Wahrheit in Git prüfbar, statt sie über Prompt-Verlauf, veraltete Dokumentation oder privaten Tool-Zustand zu verstreuen.
|
|
21
|
+
|
|
22
|
+
Das ist wichtig, weil der Workflow mit dem Branch lebt. Sobald ein Repository initialisiert ist, reisen Regeln, Routing und installierte Workflow-Flächen im Repository mit, sodass Zusammenarbeit und Übergaben weniger von der Rechnerkonfiguration einer einzelnen Person abhängen.
|
|
11
23
|
|
|
12
|
-
|
|
13
|
-
Dieses Fehlermuster zeigt sich vorhersehbar: Anforderungen bleiben im Chat, Architekturentscheidungen werden wiederholt, Agenten bearbeiten die falschen Bereiche, und Branches erben Kontext, den Reviewer nicht zuverlässig prüfen können. Der Code kommt vielleicht schnell voran, aber dem Repository wird schwerer zu vertrauen.
|
|
14
|
-
Truthmark verändert das Arbeitsmodell:
|
|
24
|
+
Für Teams, die bereits wissen, dass Agenten Code erzeugen können, beantwortet Truthmark das nächste Problem: wie das Repository selbst lesbar, prüfbar und steuerbar bleibt, wenn KI-gestützte Arbeit skaliert.
|
|
15
25
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
26
|
+
## Visueller Überblick
|
|
27
|
+
|
|
28
|
+
<table>
|
|
29
|
+
<tr>
|
|
30
|
+
<td align="center" width="50%">
|
|
31
|
+
<img src="docs/assets/truthmark-features.png" alt="Truthmark-Funktionen" width="100%" />
|
|
32
|
+
<br><strong>Funktionen</strong><br>
|
|
33
|
+
Was Truthmark installiert und wie sich die Workflow-Fläche aufteilt.
|
|
34
|
+
</td>
|
|
35
|
+
<td align="center" width="50%">
|
|
36
|
+
<img src="docs/assets/truthmark-position.png" alt="Truthmark-Positionierung" width="100%" />
|
|
37
|
+
<br><strong>Positionierung</strong><br>
|
|
38
|
+
Wo Truthmark im Verhältnis zu Prompts, Memory und Spec-Workflows steht.
|
|
39
|
+
</td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr>
|
|
42
|
+
<td align="center" colspan="2">
|
|
43
|
+
<img src="docs/assets/truthmark-syncflow.png" alt="Truthmark-Sync-Ablauf" width="100%" />
|
|
44
|
+
<br><strong>Sync-Ablauf</strong><br>
|
|
45
|
+
Wie Truth Sync normale Codeänderungen vor einer Übergabe abschließt.
|
|
46
|
+
</td>
|
|
47
|
+
</tr>
|
|
48
|
+
</table>
|
|
49
|
+
|
|
50
|
+
## Warum Teams es nutzen
|
|
51
|
+
|
|
52
|
+
Truthmark versucht nicht, Agenten klüger wirken zu lassen. Es soll KI-gestützte Repository-Änderungen vertrauenswürdiger machen.
|
|
53
|
+
|
|
54
|
+
- Automatisierte Truth-Sync-Läufe nach Codeänderungen machen Dokumentationspflege zu einer Workflow-Schutzschicht statt zu einer Teamgewohnheit.
|
|
55
|
+
- Branch-gebundene Wahrheit bewegt sich mit dem Code, sodass Reviewer aktuelle Wahrheit in normalen Git-Diffs prüfen können.
|
|
56
|
+
- Repository-native Workflow-Flächen machen Rollout leichter und Übergaben robuster als reine Pro-User-Konfiguration.
|
|
57
|
+
- Explizites Routing in `docs/truthmark/areas.md` und delegierten untergeordneten Routendateien gibt Agenten Zuständigkeitsgrenzen und sicherere Schreibpfade.
|
|
58
|
+
- Local-first-Betrieb vermeidet einen Daemon, eine Datenbank, einen Remote-Dienst oder eine MCP-Abhängigkeit.
|
|
22
59
|
- Das Modell funktioniert in Codebasen mit JavaScript, TypeScript, Go, Python, C# und Java.
|
|
23
60
|
|
|
24
|
-
Für Tech Leads liegt der Wert in Governance ohne
|
|
61
|
+
Für Tech Leads liegt der Wert in Governance ohne Zusatzinfrastruktur: Tests, Code Review und Ownership leisten weiterhin die eigentliche Arbeit; Truthmark macht den Kontext des Agenten dauerhaft, prüfbar und branch-gebunden.
|
|
25
62
|
|
|
26
63
|
## Wo Truthmark hineinpasst
|
|
27
64
|
|
|
28
|
-
Truthmark
|
|
65
|
+
Truthmark ist keine allgemeine KI-Produktivitätssuite. Es besetzt eine bestimmte Schicht im Stack: branch-gebundene, prüfbare Repository-Wahrheit, die mit der Implementierung synchron bleibt.
|
|
29
66
|
|
|
30
67
|
| Wenn du brauchst | Beste Wahl |
|
|
31
68
|
| --------------------------------------------------------------------------- | ------------------------------------------- |
|
|
@@ -38,9 +75,9 @@ Der Punkt ist nicht, dass Prompts, Memory oder Specs nutzlos wären. Der Punkt i
|
|
|
38
75
|
|
|
39
76
|
## Inhalt
|
|
40
77
|
|
|
78
|
+
- [Warum Teams es nutzen](#warum-teams-es-nutzen)
|
|
41
79
|
- [Was Truthmark löst](#was-truthmark-löst)
|
|
42
80
|
- [Wo Truthmark hineinpasst](#wo-truthmark-hineinpasst)
|
|
43
|
-
- [Workflow-Fläche](#workflow-fläche)
|
|
44
81
|
- [Erste Schritte](#erste-schritte)
|
|
45
82
|
- [Wie es läuft](#wie-es-läuft)
|
|
46
83
|
- [Was es installiert](#was-es-installiert)
|
|
@@ -51,12 +88,13 @@ Der Punkt ist nicht, dass Prompts, Memory oder Specs nutzlos wären. Der Punkt i
|
|
|
51
88
|
- [Nicht-Ziele](#nicht-ziele)
|
|
52
89
|
- [Lizenz](#lizenz)
|
|
53
90
|
|
|
54
|
-
##
|
|
91
|
+
## Was Truthmark löst
|
|
55
92
|
|
|
56
93
|
Truthmark macht Repository-Wahrheit zu einer expliziten Workflow-Fläche für Agenten:
|
|
57
94
|
|
|
58
|
-
-
|
|
95
|
+
- `.truthmark/config.yml` definiert den festgeschriebenen Hierarchievertrag.
|
|
59
96
|
- `docs/truthmark/areas.md` und delegierte untergeordnete Routendateien ordnen Codebereiche den Dokumenten zu, die sie verantworten.
|
|
97
|
+
- Truth Document erstellt oder repariert kanonische Wahrheitsdokumente für bereits implementiertes Verhalten, wenn keine Codeänderung nötig ist.
|
|
60
98
|
- Truth Sync hält zugeordnete Wahrheitsdokumente bei funktionalen Änderungen synchron.
|
|
61
99
|
- Truth Realize gibt doc-first Änderungen einen begrenzten Pfad für Code-Updates.
|
|
62
100
|
- `truthmark check` validiert die daraus entstehenden Wahrheitsartefakte.
|
|
@@ -92,33 +130,29 @@ Prüfe `.truthmark/config.yml` vor `init`; es ist der in Git festgeschriebene Hi
|
|
|
92
130
|
|
|
93
131
|
```text
|
|
94
132
|
.truthmark/config.yml
|
|
95
|
-
TRUTHMARK.md
|
|
96
133
|
docs/truthmark/areas.md
|
|
97
134
|
docs/truthmark/areas/repository.md
|
|
135
|
+
docs/templates/feature-doc.md
|
|
98
136
|
docs/features/README.md
|
|
99
137
|
docs/features/repository/README.md
|
|
100
138
|
docs/features/repository/overview.md
|
|
101
139
|
AGENTS.md
|
|
102
140
|
CLAUDE.md
|
|
103
|
-
.
|
|
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
|
|
141
|
+
GEMINI.md
|
|
111
142
|
```
|
|
112
143
|
|
|
113
|
-
|
|
144
|
+
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
145
|
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
146
|
|
|
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-
|
|
147
|
+
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
148
|
|
|
118
149
|
## Wie es läuft
|
|
119
150
|
|
|
120
|
-
Truthmark
|
|
121
|
-
|
|
151
|
+
Truthmark ist am stärksten auf dem Standardpfad, nicht als Sammlung manueller Befehle. Der handelnde Agent und die Host-Umgebung entscheiden, ob delegiert oder der installierte Workflow inline ausgeführt wird.
|
|
152
|
+
|
|
153
|
+
Nutze Truth Document, wenn implementiertes Verhalten bereits existiert, aber die kanonischen Wahrheitsdokumente fehlen oder schwach sind. Der Agent liest Implementierung, Tests, Routing und vorhandene Dokumente, schreibt nur Wahrheitsdokumente und Routing und darf funktionalen Code nicht ändern. Codex, Claude Code und unterstützte Copilot-IDEs können es mit `/truthmark-document` aufrufen; Hosts im OpenCode-Stil können `/skill truthmark-document` verwenden.
|
|
154
|
+
|
|
155
|
+
Die meisten Nutzer sollten Truth Sync nicht direkt aufrufen müssen. Entscheidend ist, dass Truth Sync als automatische Abschlusskontrolle wirkt, wenn funktionaler Code geändert wurde. Der normale Ablauf ist:
|
|
122
156
|
|
|
123
157
|
```text
|
|
124
158
|
Agent ändert funktionalen Code
|
|
@@ -129,7 +163,7 @@ Arbeit committen oder übergeben
|
|
|
129
163
|
```
|
|
130
164
|
|
|
131
165
|
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-
|
|
166
|
+
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
167
|
Nutze diesen Ablauf, wenn eine Produkt- oder Architekturentscheidung in der Dokumentation beginnt:
|
|
134
168
|
|
|
135
169
|
```text
|
|
@@ -142,33 +176,35 @@ Arbeit committen oder übergeben
|
|
|
142
176
|
```
|
|
143
177
|
|
|
144
178
|
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-
|
|
179
|
+
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
180
|
|
|
147
181
|
## Was es installiert
|
|
148
182
|
|
|
149
|
-
Truthmark hält die dauerhafte Workflow-Fläche klein
|
|
183
|
+
Truthmark hält die dauerhafte Workflow-Fläche klein und repository-nativ. Nach `truthmark init` trägt das Repository selbst Routing, Regeln und installierte Workflow-Flächen, sodass Teams nicht nur auf die lokale Konfiguration einer einzelnen Person angewiesen sind.
|
|
150
184
|
|
|
151
185
|
- `.truthmark/config.yml` für maschinenlesbare Konfiguration
|
|
152
|
-
-
|
|
186
|
+
- `.truthmark/config.yml` für den festgeschriebenen Hierarchievertrag
|
|
153
187
|
- `docs/truthmark/areas.md` für den Root-Routenindex
|
|
154
188
|
- `docs/truthmark/areas/**/*.md` für delegierte untergeordnete Routendateien
|
|
155
|
-
-
|
|
156
|
-
-
|
|
189
|
+
- `docs/templates/feature-doc.md` für den editierbaren Feature-Dokument-Standard der generierten Workflows
|
|
190
|
+
- verwaltete Instruktionsblöcke für konfigurierte Plattformen wie `AGENTS.md`, `CLAUDE.md`, Copilot-Anweisungen und `GEMINI.md`
|
|
191
|
+
- host-native Skills, Prompts oder Commands für Truth Structure, Truth Document, Truth Sync, Truth Realize und Truth Check
|
|
157
192
|
|
|
158
193
|
Die installierten Workflow-Flächen sind die Runtime:
|
|
159
194
|
|
|
160
195
|
- Truth Structure erstellt oder repariert Area-Routing und erste Wahrheitsdokumente.
|
|
196
|
+
- Truth Document erstellt oder repariert Wahrheitsdokumente für bereits implementiertes Verhalten.
|
|
161
197
|
- Truth Sync hält zugeordnete Wahrheitsdokumente bei funktionalen Änderungen synchron.
|
|
162
198
|
- Truth Realize aktualisiert Code so, dass er zu den Wahrheitsdokumenten passt.
|
|
163
199
|
- Truth Check auditiert die Gesundheit der Repository-Wahrheit.
|
|
164
200
|
|
|
165
|
-
`README.md`-Dateien von Features sind Indizes. Truth Sync soll begrenzte Blattdokumente für aktuelles Verhalten lesen und aktualisieren.
|
|
201
|
+
`README.md`-Dateien von Features sind Indizes. Truth Sync soll begrenzte Blattdokumente für aktuelles Verhalten lesen und aktualisieren. Generierte Workflow-Flächen bewahren die Autorität der Repository-Regeln, während sie Implementierungscode und kanonische Wahrheitsdokumente als Belege für aktuelles Verhalten behandeln.
|
|
166
202
|
|
|
167
203
|
Generierte Flächen werden von Truthmark verwaltet, enthalten einen Versionsmarker und können mit `truthmark init` aktualisiert werden.
|
|
168
204
|
|
|
169
205
|
## Befehle
|
|
170
206
|
|
|
171
|
-
Truthmark V1 hält die CLI absichtlich klein. In nachgelagerten Repositories erzeugt `truthmark config` den in Git festgeschriebenen Hierarchievertrag, `truthmark init` installiert und aktualisiert Workflow-Flächen aus dieser geprüften Konfiguration, und `truthmark check` validiert Wahrheitsartefakte für manuelle Audits, CI oder Fehlersuche.
|
|
207
|
+
Truthmark V1 hält die CLI absichtlich klein, weil der laufende Workflow in den installierten Agenten-Flächen leben soll und nicht in einer langen Liste täglicher manueller Befehle. In nachgelagerten Repositories erzeugt `truthmark config` den in Git festgeschriebenen Hierarchievertrag, `truthmark init` installiert und aktualisiert Workflow-Flächen aus dieser geprüften Konfiguration, und `truthmark check` validiert Wahrheitsartefakte für manuelle Audits, CI oder Fehlersuche.
|
|
172
208
|
|
|
173
209
|
```bash
|
|
174
210
|
truthmark config
|
|
@@ -181,7 +217,7 @@ truthmark check --json
|
|
|
181
217
|
`config` schreibt nur `.truthmark/config.yml`, außer `--stdout` wird verwendet.
|
|
182
218
|
`init` benötigt `.truthmark/config.yml` und installiert oder aktualisiert anschließend die lokalen Workflow-Dateien.
|
|
183
219
|
`check` validiert Konfiguration, Autorität, Routing, entscheidungstragende Dokumente, Frontmatter, interne Links, Branch-Scope und Coverage-Diagnostik.
|
|
184
|
-
Truth Structure, Truth Sync, Truth Realize und Truth Check sind installierte Agenten-Workflows, keine täglichen Top-Level-CLI-Befehle.
|
|
220
|
+
Truth Structure, Truth Document, Truth Sync, Truth Realize und Truth Check sind installierte Agenten-Workflows, keine täglichen Top-Level-CLI-Befehle.
|
|
185
221
|
|
|
186
222
|
## Warum es existiert
|
|
187
223
|
|
|
@@ -199,14 +235,14 @@ Es geht davon aus, dass ernsthafte Teams Folgendes brauchen:
|
|
|
199
235
|
|
|
200
236
|
## Projektstatus
|
|
201
237
|
|
|
202
|
-
Truthmark ist kein Memory-Server und kein MCP-Server. Es ist eine Repository-Praxis, verpackt als kleiner CLI-Installer plus agent-native Workflow-Flächen.
|
|
238
|
+
Truthmark ist kein Memory-Server und kein MCP-Server. Es ist eine Repository-Praxis, verpackt als kleiner CLI-Installer plus agent-native Workflow-Flächen, die KI-Workflow-Regeln in Repository-Infrastruktur verwandeln.
|
|
203
239
|
V1 bietet derzeit:
|
|
204
240
|
|
|
205
241
|
- `truthmark config`
|
|
206
242
|
- `truthmark init`
|
|
207
243
|
- `truthmark check`
|
|
208
244
|
- verwaltete `AGENTS.md`-Workflow-Anweisungen
|
|
209
|
-
- generierte Skill-Flächen für Truth Structure, Truth Sync, Truth Realize und Truth Check für konfigurierte Agenten-Hosts
|
|
245
|
+
- generierte Skill-Flächen für Truth Structure, Truth Document, Truth Sync, Truth Realize und Truth Check für konfigurierte Agenten-Hosts
|
|
210
246
|
- Branch-Scope-Metadaten
|
|
211
247
|
- Diagnostik für Konfiguration, Autorität, Routing, Entscheidungsstruktur, Frontmatter, Links und polyglotte Abdeckung
|
|
212
248
|
|
package/README.es.md
CHANGED
|
@@ -1,31 +1,68 @@
|
|
|
1
|
-
# Truthmark
|
|
1
|
+
# Truthmark
|
|
2
|
+
|
|
3
|
+
**Truthmark automatiza el mantenimiento de la verdad para el desarrollo de software con IA.**
|
|
2
4
|
|
|
3
5
|
[English](README.md) | [Deutsch](README.de.md) | [中文](README.zh.md) | Español | [Русский](README.ru.md)
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
<img src="docs/assets/truthmark-banner.png" alt="Banner de Truthmark" width="100%" />
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
Los agentes de programación con IA ya escriben código rápido. La parte costosa es mantener alineada la verdad del repositorio con lo que realmente cambió.
|
|
10
|
+
|
|
11
|
+
Truthmark añade una salvaguarda automática al cierre de ese flujo. El camino normal es simple:
|
|
12
|
+
|
|
13
|
+
- el agente cambia código funcional
|
|
14
|
+
- se ejecutan las pruebas relevantes
|
|
15
|
+
- Truth Sync actualiza los documentos de verdad asignados antes de que el agente termine
|
|
16
|
+
- se revisa el diff de documentos de verdad si se produjo uno
|
|
17
|
+
|
|
18
|
+
La mayoría de las herramientas pide al equipo adoptar un hábito. Truthmark automatiza ese hábito.
|
|
19
|
+
|
|
20
|
+
Truthmark convierte un flujo de trabajo con IA en infraestructura del repositorio, no en tooling personal. Instala una capa de verdad nativa de Git y acotada a la rama dentro del propio repositorio, da a los agentes rutas explícitas y superficies de trabajo acotadas, y mantiene esa verdad revisable en Git en lugar de dispersarla por el historial de prompts, documentación obsoleta o estado privado de herramientas.
|
|
21
|
+
|
|
22
|
+
Eso importa porque el flujo vive con la rama. Una vez inicializado un repositorio, las reglas, el enrutamiento y las superficies instaladas viajan dentro del repo, así que la colaboración y los traspasos dependen menos de la configuración local de una sola persona.
|
|
23
|
+
|
|
24
|
+
Para equipos que ya saben que los agentes pueden generar código, Truthmark responde al siguiente problema: cómo hacer que el repositorio siga siendo legible, revisable y gobernable a medida que crece el trabajo asistido por IA.
|
|
8
25
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
26
|
+
## Resumen visual
|
|
27
|
+
|
|
28
|
+
<table>
|
|
29
|
+
<tr>
|
|
30
|
+
<td align="center" width="50%">
|
|
31
|
+
<img src="docs/assets/truthmark-features.png" alt="Características de Truthmark" width="100%" />
|
|
32
|
+
<br><strong>Características</strong><br>
|
|
33
|
+
Lo que instala Truthmark y cómo se divide la superficie de trabajo.
|
|
34
|
+
</td>
|
|
35
|
+
<td align="center" width="50%">
|
|
36
|
+
<img src="docs/assets/truthmark-position.png" alt="Posicionamiento de Truthmark" width="100%" />
|
|
37
|
+
<br><strong>Posicionamiento</strong><br>
|
|
38
|
+
Dónde encaja Truthmark frente a prompts, memoria y flujos spec-first.
|
|
39
|
+
</td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr>
|
|
42
|
+
<td align="center" colspan="2">
|
|
43
|
+
<img src="docs/assets/truthmark-syncflow.png" alt="Flujo de sync de Truthmark" width="100%" />
|
|
44
|
+
<br><strong>Flujo de sync</strong><br>
|
|
45
|
+
Cómo Truth Sync cierra cambios normales de código antes del traspaso.
|
|
46
|
+
</td>
|
|
47
|
+
</tr>
|
|
48
|
+
</table>
|
|
49
|
+
|
|
50
|
+
## Por qué los equipos lo adoptan
|
|
51
|
+
|
|
52
|
+
Truthmark no intenta hacer que los agentes suenen más inteligentes. Intenta que los cambios de repositorio asistidos por IA sean más confiables.
|
|
53
|
+
|
|
54
|
+
- La sincronización automática de la verdad tras cambios de código convierte el mantenimiento de documentación en una salvaguarda del flujo, no en un hábito del equipo.
|
|
55
|
+
- La verdad acotada a la rama viaja con el código, de modo que quienes revisan pueden inspeccionar la verdad actual en diffs normales de Git.
|
|
56
|
+
- Las superficies de flujo nativas del repositorio hacen el despliegue más ligero y los traspasos más resistentes que una simple configuración por usuario.
|
|
57
|
+
- El enrutamiento explícito en `docs/truthmark/areas.md` y en archivos de rutas secundarias delegadas da a los agentes límites de responsabilidad y rutas de escritura más seguras.
|
|
58
|
+
- La operación local-first evita depender de un demonio, una base de datos, un servicio remoto o MCP.
|
|
22
59
|
- El modelo funciona en bases de código JavaScript, TypeScript, Go, Python, C# y Java.
|
|
23
60
|
|
|
24
|
-
Para responsables técnicos, el valor es gobernanza sin
|
|
61
|
+
Para responsables técnicos, el valor es gobernanza sin infraestructura extra: las pruebas, la revisión de código y la propiedad siguen haciendo el trabajo real; Truthmark vuelve el contexto del agente duradero, inspeccionable y acotado a la rama.
|
|
25
62
|
|
|
26
63
|
## Dónde encaja Truthmark
|
|
27
64
|
|
|
28
|
-
Truthmark no
|
|
65
|
+
Truthmark no es una suite general de productividad para IA. Ocupa una capa concreta de la pila: verdad de repositorio revisable, acotada a la rama y alineada con la implementación.
|
|
29
66
|
|
|
30
67
|
| Si necesitas | Mejor opción |
|
|
31
68
|
| ------------------------------------------------------------------------------ | -------------------------------------------- |
|
|
@@ -38,9 +75,9 @@ La idea no es que los prompts, la memoria o las especificaciones no sirvan. La i
|
|
|
38
75
|
|
|
39
76
|
## Contenido
|
|
40
77
|
|
|
78
|
+
- [Por qué los equipos lo adoptan](#por-qué-los-equipos-lo-adoptan)
|
|
41
79
|
- [Qué resuelve Truthmark](#qué-resuelve-truthmark)
|
|
42
80
|
- [Dónde encaja Truthmark](#dónde-encaja-truthmark)
|
|
43
|
-
- [Superficie de flujo](#superficie-de-flujo)
|
|
44
81
|
- [Primeros pasos](#primeros-pasos)
|
|
45
82
|
- [Cómo se ejecuta](#cómo-se-ejecuta)
|
|
46
83
|
- [Qué instala](#qué-instala)
|
|
@@ -51,12 +88,13 @@ La idea no es que los prompts, la memoria o las especificaciones no sirvan. La i
|
|
|
51
88
|
- [No objetivos](#no-objetivos)
|
|
52
89
|
- [Licencia](#licencia)
|
|
53
90
|
|
|
54
|
-
##
|
|
91
|
+
## Qué resuelve Truthmark
|
|
55
92
|
|
|
56
93
|
Truthmark convierte la verdad del repositorio en una superficie explícita de flujo de trabajo para agentes:
|
|
57
94
|
|
|
58
|
-
-
|
|
95
|
+
- `.truthmark/config.yml` define el contrato de jerarquía confirmado en el repositorio.
|
|
59
96
|
- `docs/truthmark/areas.md` y los archivos de rutas secundarias delegadas asignan áreas de código a los documentos que las gobiernan.
|
|
97
|
+
- Truth Document genera o repara documentos de verdad canónica para comportamiento ya implementado cuando no hace falta cambiar código.
|
|
60
98
|
- Truth Sync mantiene alineados los documentos de verdad asignados cuando hay cambios funcionales.
|
|
61
99
|
- Truth Realize ofrece a los cambios que empiezan en documentación una ruta acotada para actualizar código.
|
|
62
100
|
- `truthmark check` valida los artefactos de verdad resultantes.
|
|
@@ -92,33 +130,29 @@ Revisa `.truthmark/config.yml` antes de `init`; es el contrato de jerarquía con
|
|
|
92
130
|
|
|
93
131
|
```text
|
|
94
132
|
.truthmark/config.yml
|
|
95
|
-
TRUTHMARK.md
|
|
96
133
|
docs/truthmark/areas.md
|
|
97
134
|
docs/truthmark/areas/repository.md
|
|
135
|
+
docs/templates/feature-doc.md
|
|
98
136
|
docs/features/README.md
|
|
99
137
|
docs/features/repository/README.md
|
|
100
138
|
docs/features/repository/overview.md
|
|
101
139
|
AGENTS.md
|
|
102
140
|
CLAUDE.md
|
|
103
|
-
.
|
|
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
|
|
141
|
+
GEMINI.md
|
|
111
142
|
```
|
|
112
143
|
|
|
113
|
-
|
|
144
|
+
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
145
|
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
146
|
|
|
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.
|
|
147
|
+
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
148
|
|
|
118
149
|
## Cómo se ejecuta
|
|
119
150
|
|
|
120
|
-
Truthmark no
|
|
121
|
-
|
|
151
|
+
Truthmark es más fuerte en el camino por defecto, no como un conjunto de comandos manuales. El agente que actúa y el entorno anfitrión deciden si delegan o ejecutan el flujo instalado en línea.
|
|
152
|
+
|
|
153
|
+
Usa Truth Document cuando el comportamiento ya está implementado pero los documentos de verdad canónica faltan o son débiles. El agente lee implementación, pruebas, rutas y documentos existentes, escribe solo documentos de verdad y rutas, y no debe cambiar código funcional. Codex, Claude Code y los IDEs de Copilot compatibles pueden invocarlo con `/truthmark-document`; los hosts de estilo OpenCode pueden usar `/skill truthmark-document`.
|
|
154
|
+
|
|
155
|
+
La mayoría de los usuarios no debería invocar Truth Sync directamente. Lo importante es que Truth Sync actúe como salvaguarda automática al cierre cuando cambió código funcional. El flujo normal es:
|
|
122
156
|
|
|
123
157
|
```text
|
|
124
158
|
el agente cambia código funcional
|
|
@@ -129,7 +163,7 @@ se confirma o se entrega el trabajo
|
|
|
129
163
|
```
|
|
130
164
|
|
|
131
165
|
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
|
-
|
|
166
|
+
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
167
|
Usa este flujo cuando una decisión de producto o arquitectura empieza en la documentación:
|
|
134
168
|
|
|
135
169
|
```text
|
|
@@ -142,33 +176,35 @@ se confirma o se entrega el trabajo
|
|
|
142
176
|
```
|
|
143
177
|
|
|
144
178
|
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
|
-
|
|
179
|
+
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
180
|
|
|
147
181
|
## Qué instala
|
|
148
182
|
|
|
149
|
-
Truthmark mantiene pequeña la superficie duradera de flujo de trabajo
|
|
183
|
+
Truthmark mantiene pequeña y nativa del repositorio la superficie duradera de flujo de trabajo. Después de `truthmark init`, el propio repositorio lleva el enrutamiento, las reglas y las superficies instaladas, así que el equipo no depende solo de la configuración local de una persona.
|
|
150
184
|
|
|
151
185
|
- `.truthmark/config.yml` para configuración legible por máquina
|
|
152
|
-
-
|
|
186
|
+
- `.truthmark/config.yml` para el contrato de jerarquía confirmado
|
|
153
187
|
- `docs/truthmark/areas.md` para el índice raíz de rutas
|
|
154
188
|
- `docs/truthmark/areas/**/*.md` para archivos de rutas secundarias delegadas
|
|
155
|
-
-
|
|
156
|
-
-
|
|
189
|
+
- `docs/templates/feature-doc.md` para el estándar editable de documentos de función usado por los flujos generados
|
|
190
|
+
- bloques de instrucciones administrados para plataformas configuradas como `AGENTS.md`, `CLAUDE.md`, instrucciones de Copilot y `GEMINI.md`
|
|
191
|
+
- skills, prompts o comandos nativos del host para Truth Structure, Truth Document, Truth Sync, Truth Realize y Truth Check
|
|
157
192
|
|
|
158
193
|
Las superficies de flujo de trabajo instaladas son el entorno de ejecución:
|
|
159
194
|
|
|
160
195
|
- Truth Structure crea o repara el enrutamiento de áreas y documentos de verdad iniciales.
|
|
196
|
+
- Truth Document crea o repara documentos de verdad para comportamiento ya implementado.
|
|
161
197
|
- Truth Sync mantiene alineados los documentos de verdad asignados con los cambios funcionales.
|
|
162
198
|
- Truth Realize actualiza el código para que coincida con los documentos de verdad.
|
|
163
199
|
- Truth Check audita la salud de la verdad del repositorio.
|
|
164
200
|
|
|
165
|
-
Los `README.md` de funciones son índices. Se espera que Truth Sync lea y actualice documentos hoja acotados para el comportamiento actual.
|
|
201
|
+
Los `README.md` de funciones son índices. Se espera que Truth Sync lea y actualice documentos hoja acotados para el comportamiento actual. Las superficies de flujo generadas preservan la autoridad de las reglas del repositorio mientras tratan el código de implementación y los documentos canónicos de verdad como evidencia del comportamiento actual.
|
|
166
202
|
|
|
167
203
|
Las superficies generadas son administradas por Truthmark, incluyen un marcador de versión y pueden refrescarse con `truthmark init`.
|
|
168
204
|
|
|
169
205
|
## Comandos
|
|
170
206
|
|
|
171
|
-
Truthmark V1 mantiene la CLI pequeña a propósito. En repositorios derivados, `truthmark config` crea el contrato de jerarquía confirmado en Git, `truthmark init` instala y refresca superficies de flujo de trabajo a partir de esa configuración revisada, y `truthmark check` valida los artefactos de verdad para auditorías manuales, CI o depuración.
|
|
207
|
+
Truthmark V1 mantiene la CLI pequeña a propósito porque el flujo continuo debe vivir en las superficies instaladas del agente, no en una lista larga de comandos manuales de uso diario. En repositorios derivados, `truthmark config` crea el contrato de jerarquía confirmado en Git, `truthmark init` instala y refresca superficies de flujo de trabajo a partir de esa configuración revisada, y `truthmark check` valida los artefactos de verdad para auditorías manuales, CI o depuración.
|
|
172
208
|
|
|
173
209
|
```bash
|
|
174
210
|
truthmark config
|
|
@@ -181,7 +217,7 @@ truthmark check --json
|
|
|
181
217
|
`config` solo escribe `.truthmark/config.yml`, salvo que se use `--stdout`.
|
|
182
218
|
`init` requiere `.truthmark/config.yml` y luego instala o refresca los archivos locales de flujo de trabajo.
|
|
183
219
|
`check` valida configuración, autoridad, enrutamiento, documentos que contienen decisiones, frontmatter, enlaces internos, alcance de rama y diagnósticos de cobertura.
|
|
184
|
-
Truth Structure, Truth Sync, Truth Realize y Truth Check son flujos de trabajo instalados para agentes, no comandos CLI principales de uso diario.
|
|
220
|
+
Truth Structure, Truth Document, Truth Sync, Truth Realize y Truth Check son flujos de trabajo instalados para agentes, no comandos CLI principales de uso diario.
|
|
185
221
|
|
|
186
222
|
## Por qué existe
|
|
187
223
|
|
|
@@ -199,14 +235,14 @@ Asume que los equipos serios necesitan:
|
|
|
199
235
|
|
|
200
236
|
## Estado del proyecto
|
|
201
237
|
|
|
202
|
-
Truthmark no es un servidor de memoria ni un servidor MCP. Es una práctica de repositorio empaquetada como un pequeño instalador CLI más superficies de flujo de trabajo nativas para agentes.
|
|
238
|
+
Truthmark no es un servidor de memoria ni un servidor MCP. Es una práctica de repositorio empaquetada como un pequeño instalador CLI más superficies de flujo de trabajo nativas para agentes que convierten las reglas del flujo de IA en infraestructura del repositorio.
|
|
203
239
|
V1 actualmente ofrece:
|
|
204
240
|
|
|
205
241
|
- `truthmark config`
|
|
206
242
|
- `truthmark init`
|
|
207
243
|
- `truthmark check`
|
|
208
244
|
- instrucciones de flujo de trabajo administradas en `AGENTS.md`
|
|
209
|
-
- superficies de skill generadas para Truth Structure, Truth Sync, Truth Realize y Truth Check en los anfitriones de agentes configurados
|
|
245
|
+
- superficies de skill generadas para Truth Structure, Truth Document, Truth Sync, Truth Realize y Truth Check en los anfitriones de agentes configurados
|
|
210
246
|
- metadatos de alcance de rama
|
|
211
247
|
- diagnósticos de configuración, autoridad, enrutamiento, estructura de decisiones, frontmatter, enlaces y cobertura políglota
|
|
212
248
|
|