truthmark 2.2.7 → 2.3.1
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.md +119 -166
- package/dist/main.js +2156 -1914
- package/dist/main.js.map +1 -1
- package/docs/README.md +49 -37
- package/docs/assets/truthmark-workflow-mobile.svg +118 -0
- package/docs/assets/truthmark-workflow.svg +182 -0
- package/docs/readmes/README.ar.md +125 -160
- package/docs/readmes/README.de.md +127 -162
- package/docs/readmes/README.el.md +127 -162
- package/docs/readmes/README.es.md +125 -160
- package/docs/readmes/README.fr.md +125 -160
- package/docs/readmes/README.id.md +126 -161
- package/docs/readmes/README.it.md +125 -160
- package/docs/readmes/README.ja.md +126 -161
- package/docs/readmes/README.ko.md +127 -162
- package/docs/readmes/README.pl.md +125 -160
- package/docs/readmes/README.pt.md +126 -161
- package/docs/readmes/README.ru.md +124 -159
- package/docs/readmes/README.tr.md +125 -160
- package/docs/readmes/README.vi.md +126 -161
- package/docs/readmes/README.zh.md +128 -163
- package/package.json +3 -1
|
@@ -1,229 +1,194 @@
|
|
|
1
1
|
# Truthmark
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**您的代理负责写代码。Truthmark 负责维护面向人、可在 Git 中审查的文档。**
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-

|
|
8
|
-
|
|
9
|
-
## 🚀 快速开始:五分钟本地运行
|
|
10
|
-
|
|
11
|
-
在你希望由 Truthmark 管理的 Git 仓库中运行:
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
cd /path/to/your-repo
|
|
15
|
-
npm install -g truthmark
|
|
16
|
-
truthmark config
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
启用你实际使用的 AI 宿主。新配置默认与宿主无关,因此在初始化前,先把顶层 `platforms` 列表添加到 `.truthmark/config.yml`:
|
|
20
|
-
|
|
21
|
-
```yaml
|
|
22
|
-
version: 2
|
|
23
|
-
platforms:
|
|
24
|
-
- codex # or: claude-code, github-copilot, opencode, antigravity, cursor
|
|
25
|
-
truthmark:
|
|
26
|
-
workspace: docs/truthmark
|
|
27
|
-
generated:
|
|
28
|
-
portal:
|
|
29
|
-
enabled: false
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
然后安装仓库本地的事实文档、路由和 AI 宿主指令:
|
|
33
|
-
|
|
34
|
-
```bash
|
|
35
|
-
truthmark init
|
|
36
|
-
truthmark check
|
|
37
|
-
git diff
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
现在尝试最常见的采用路径:根据代码和测试记录一个已有行为。在你的 AI 编码宿主中,请求已安装的工作流:
|
|
41
|
-
|
|
42
|
-
```text
|
|
43
|
-
/truthmark-document document the implemented session timeout behavior across src/auth/session.ts and tests/auth/session.test.ts
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
之后,用户通常不应直接调用 Truth Sync。继续通过你的 AI 宿主编写代码;已安装的仓库指令会告诉代理:当功能代码发生变化时,在交接前运行相关测试并执行 Truth Sync 审查。你审查最终的代码 diff 和事实文档 diff。
|
|
5
|
+
Truthmark 安装 Git 原生工作流,让 AI 编码代理能够根据现有代码和测试创建新的产品与工程文档,在每次代码变更后持续保持文档最新,并将普通的 Markdown diff 交给您审查。
|
|
47
6
|
|
|
48
|
-
|
|
7
|
+
[](https://www.npmjs.com/package/truthmark)
|
|
8
|
+
[](https://github.com/merlinhu1/truthmark/actions/workflows/ci.yml)
|
|
9
|
+
[](../../LICENSE)
|
|
10
|
+
[](../../package.json)
|
|
49
11
|
|
|
50
|
-
|
|
12
|
+
[立即开始](#快速开始创建您的第一份事实文档) · [网站](https://merlinhu1.github.io/truthmark/) · [用户指南](https://github.com/merlinhu1/truthmark/blob/main/docs/user-guide.md) · [GitHub](https://github.com/merlinhu1/truthmark)
|
|
51
13
|
|
|
52
|
-
|
|
14
|
+
<details>
|
|
15
|
+
<summary>阅读其他 15 种语言版本</summary>
|
|
53
16
|
|
|
54
|
-
|
|
55
|
-
* 架构文档很快落后。
|
|
56
|
-
* 产品决策在交接后消失。
|
|
57
|
-
* 代码审查者只能查看原始代码 diff,却不了解“为什么”。
|
|
58
|
-
* 每个新的 AI 会话都被迫从头重新发现仓库事实。
|
|
17
|
+
[🇺🇸 English](../../README.md) | [🇨🇳 简体中文](README.zh.md) | [🇯🇵 日本語](README.ja.md) | [🇰🇷 한국어](README.ko.md) | [🇩🇪 Deutsch](README.de.md) | [🇫🇷 Français](README.fr.md) | [🇪🇸 Español](README.es.md) | [🇧🇷 Português](README.pt.md) | [🇷🇺 Русский](README.ru.md) | [🇸🇦 العربية](README.ar.md) | [🇮🇹 Italiano](README.it.md) | [🇵🇱 Polski](README.pl.md) | [🇹🇷 Türkçe](README.tr.md) | [🇻🇳 Tiếng Việt](README.vi.md) | [🇮🇩 Bahasa Indonesia](README.id.md) | [🇬🇷 Ελληνικά](README.el.md)
|
|
59
18
|
|
|
60
|
-
|
|
19
|
+
</details>
|
|
61
20
|
|
|
62
|
-
|
|
21
|
+
## 创建首批文档,并让它们始终真实
|
|
63
22
|
|
|
64
|
-
Truthmark
|
|
23
|
+
大多数文档工具生成文档后便止步于此。Truthmark 在您的仓库中为代理提供完整的文档生命周期:
|
|
65
24
|
|
|
66
|
-
|
|
25
|
+
- **从可运行的软件创建新文档。** Truth Document 读取代码和测试,然后创建边界清晰的产品或工程文档。
|
|
26
|
+
- **自动保持文档一致。** 功能代码变更后,Truth Sync 会在代理交接时运行,并在工作完成前更新仓库事实。
|
|
27
|
+
- **将文档变回代码。** Truth Realize 实现已获批准的事实文档,同时保持清晰的文档优先工作流。
|
|
28
|
+
- **随着代码库增长修复所有权。** Truth Structure 为新区域或负载过重的区域创建边界清晰的路由和起始文档。
|
|
29
|
+
- **在 Git 中审查一切。** 代码、决策、契约、架构、运维和行为与分支始终同行。
|
|
67
30
|
|
|
68
|
-
|
|
31
|
+
无需托管知识库。无需私有代理记忆。文档不会被困在聊天记录中。
|
|
69
32
|
|
|
70
|
-
|
|
71
|
-
* **🌳 100% Git 原生:** 一切都存在于你的仓库中。事实随分支一起移动。
|
|
72
|
-
* **🤝 人类拥有、代理遵循的契约:**维护者拥有仓库契约;代理在编码时遵循已安装的指令。
|
|
73
|
-
* **✅ 通过验证建立信任:** 因为改变行为的工作会包含可由人类审查的事实文档决策或 diff,AI 工作更容易被信任。
|
|
33
|
+
## 快速开始:创建您的第一份事实文档
|
|
74
34
|
|
|
75
|
-
|
|
35
|
+
**要求:** Node.js 24 或更高版本、一个 Git 仓库,以及支持代理工作流的 AI 编码宿主。
|
|
76
36
|
|
|
77
|
-
|
|
37
|
+
在您希望由 Truthmark 管理的仓库中运行:
|
|
78
38
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
39
|
+
```bash
|
|
40
|
+
cd /path/to/your-repo
|
|
41
|
+
npm install -g truthmark
|
|
42
|
+
truthmark init
|
|
43
|
+
```
|
|
84
44
|
|
|
85
|
-
|
|
45
|
+
`truthmark init` 可让您选择 Codex、Claude Code、GitHub Copilot、OpenCode、Antigravity、Cursor,或与宿主无关的命令行界面设置。
|
|
86
46
|
|
|
87
|
-
|
|
47
|
+
现在,让已配置的代理记录一个真实行为:
|
|
88
48
|
|
|
89
|
-
|
|
49
|
+
```text
|
|
50
|
+
/truthmark-document document the implemented session timeout behavior across src/auth/session.ts and tests/auth/session.test.ts
|
|
51
|
+
```
|
|
90
52
|
|
|
91
|
-
|
|
53
|
+
如果尚不存在对应文档,Truth Document 会创建一份边界清晰的新事实文档;如果已有所有者文档,则更新该文档;需要时还会更新路由。它不会更改功能代码。
|
|
92
54
|
|
|
93
|
-
|
|
94
|
-
* `truthmark init` - 安装或刷新路由、事实文档脚手架和 AI 宿主指令。
|
|
95
|
-
* `truthmark check` - 从终端验证仓库事实。
|
|
55
|
+
审查结果:
|
|
96
56
|
|
|
97
|
-
|
|
57
|
+
```bash
|
|
58
|
+
truthmark check
|
|
59
|
+
git status --short --untracked-files=all
|
|
60
|
+
git diff
|
|
61
|
+
```
|
|
98
62
|
|
|
99
|
-
|
|
63
|
+
此时您应该会看到:
|
|
100
64
|
|
|
101
|
-
|
|
65
|
+
```text
|
|
66
|
+
docs/truthmark/engineering/behaviors/session-timeout.md
|
|
67
|
+
docs/truthmark/routes/areas/authentication.md
|
|
68
|
+
```
|
|
102
69
|
|
|
103
|
-
|
|
104
|
-
2. 已安装的指令会告诉代理何时测试、何时更新事实文档、何时停下来交给人类审查。
|
|
105
|
-
3. 你审查普通的 Git diff:代码,以及任何事实文档变更。
|
|
70
|
+
确切路径取决于仓库的所有权结构。新文件会出现在 `git status` 中;对已跟踪文件的更改会出现在 `git diff` 中。
|
|
106
71
|
|
|
107
|
-
|
|
72
|
+
不同宿主的调用方式有所不同。OpenCode 使用 `/skill truthmark-document`,Antigravity 使用 `@truthmark-document`,其他受支持宿主则使用各自原生的技能或斜杠命令界面。有关准确命令,请参阅[平台表](https://github.com/merlinhu1/truthmark/blob/main/docs/user-guide.md#supported-agent-platforms)。
|
|
108
73
|
|
|
109
|
-
|
|
110
|
-
* `/truthmark-realize` - 根据已有事实文档实现代码。
|
|
111
|
-
* `/truthmark-check` - 审计仓库事实。
|
|
74
|
+
对于脚本和持续集成,请显式传入所选平台:
|
|
112
75
|
|
|
113
|
-
|
|
114
|
-
|
|
76
|
+
```bash
|
|
77
|
+
truthmark init --platform codex --platform cursor
|
|
78
|
+
truthmark init --json
|
|
79
|
+
```
|
|
115
80
|
|
|
116
|
-
|
|
81
|
+
在交互模式中选择 `none`,或运行 `truthmark init --clear-platforms`,即可获得与宿主无关的仓库。之后可重新运行 `truthmark init` 添加代理平台。
|
|
117
82
|
|
|
118
|
-
|
|
119
|
-
| --- | --- |
|
|
120
|
-
| Git 原生事实 | 将仓库事实保存在已提交的 Markdown 和配置中。 |
|
|
121
|
-
| 按分支生效的文档 | 事实随分支移动,而不是存在于私有会话中。 |
|
|
122
|
-
| 人类 CLI | 为维护者提供设置、刷新、验证和检查命令。 |
|
|
123
|
-
| 已安装的代理指引 | 告诉编码代理何时记录文档、测试、同步事实、审计或停下来等待审查。 |
|
|
124
|
-
| 显式路由 | 将代码区域映射到规范事实文档。 |
|
|
125
|
-
| 可审查交接 | 为代码和事实文档都产生普通 Git diff。 |
|
|
126
|
-
| 本地优先运行 | 不需要托管服务、守护进程、数据库或 MCP 服务器。 |
|
|
127
|
-
| 更安全的写入边界 | 区分代码优先、文档优先、只读和仅文档工作流。 |
|
|
128
|
-
| 验证 | 报告路由、权限、frontmatter、链接、生成界面、分支范围、新鲜度和覆盖率问题。 |
|
|
129
|
-
| 可选 Portal | 在明确启用并请求时,从 Markdown 事实文档生成已提交的静态 HTML 展示站点。 |
|
|
83
|
+
如需相对于分支的时效性诊断,请传入 Git 基准:
|
|
130
84
|
|
|
131
|
-
|
|
85
|
+
```bash
|
|
86
|
+
truthmark check --base <base-ref>
|
|
87
|
+
```
|
|
132
88
|
|
|
133
|
-
|
|
89
|
+
## Truthmark 的工作原理
|
|
134
90
|
|
|
135
|
-
|
|
91
|
+
<picture>
|
|
92
|
+
<source media="(max-width: 700px)" srcset="../assets/truthmark-workflow-mobile.svg">
|
|
93
|
+
<img src="../assets/truthmark-workflow.svg" alt="Truthmark 的工作原理" width="1440">
|
|
94
|
+
</picture>
|
|
136
95
|
|
|
137
|
-
|
|
96
|
+
Truthmark 命令行界面负责安装并验证仓库契约。您的编码代理通过已安装的宿主原生工作流完成证据审查和文档工作。
|
|
138
97
|
|
|
139
|
-
|
|
98
|
+
一次常规代码变更遵循一个简单循环:
|
|
140
99
|
|
|
141
|
-
|
|
100
|
+
1. 代理更改功能代码。
|
|
101
|
+
2. 运行相关测试。
|
|
102
|
+
3. Truth Sync 检查已映射的文档。
|
|
103
|
+
4. 当仓库事实发生变化时,代理创建或更新文档和路由。
|
|
104
|
+
5. 您同时审查代码 diff 和事实 diff。
|
|
142
105
|
|
|
143
|
-
|
|
106
|
+
## 工作流
|
|
144
107
|
|
|
145
|
-
|
|
108
|
+
| 工作流 | 使用时机 | 结果 |
|
|
109
|
+
| -------------------- | ---------------------------------------- | -------------------------------------------------------- |
|
|
110
|
+
| **Truth Document** | 现有代码需要文档 | 创建或更新以证据为基础的产品与工程文档 |
|
|
111
|
+
| **Truth Sync** | 功能代码发生变化 | 在交接前保持已映射的文档和路由一致 |
|
|
112
|
+
| **Truth Structure** | 新区域需要明确所有权,或现有文档范围过大 | 创建边界清晰的路由和骨架式起始文档 |
|
|
113
|
+
| **Truth Realize** | 已获批准的事实文档应转化为可运行软件 | 根据文档更新功能代码 |
|
|
114
|
+
| **Truth Check** | 需要审计仓库事实 | 报告路由、所有权、证据和文档问题 |
|
|
115
|
+
| **Truthmark Portal** | 团队需要可浏览的文档站点 | 根据 Markdown 事实文档生成提交到仓库的静态 HTML 展示站点 |
|
|
146
116
|
|
|
147
|
-
Truthmark
|
|
117
|
+
Truthmark 将这些工作流安装为 Codex、Claude Code、GitHub Copilot、OpenCode、Antigravity 和 Cursor 的原生仓库界面。
|
|
148
118
|
|
|
149
|
-
|
|
119
|
+
## 您将获得什么
|
|
150
120
|
|
|
151
|
-
|
|
121
|
+
### 从现实出发的文档
|
|
152
122
|
|
|
153
|
-
|
|
123
|
+
Truthmark 可以为产品能力、实现行为、应用程序编程接口、架构、工作流、运维和测试创建文档。代码和测试提供证据;边界清晰的 Markdown 文档保存成果。
|
|
154
124
|
|
|
155
|
-
|
|
125
|
+
### 经得起下一次变更的文档
|
|
156
126
|
|
|
157
|
-
|
|
127
|
+
路由将代码区域连接到规范文档。当代理改变行为时,Truth Sync 知道对应事实应归属何处,并让交接始终可审查。
|
|
158
128
|
|
|
159
|
-
|
|
160
|
-
- 更好的交接
|
|
161
|
-
- 按分支生效的产品事实
|
|
162
|
-
- 持久的架构和 API 文档
|
|
163
|
-
- 文档和代码之间的明确所有权
|
|
164
|
-
- 更安全的代理写入边界
|
|
165
|
-
- 可审查的文档,而不是隐藏记忆
|
|
166
|
-
- 仍然能从已提交仓库文件运行的 AI 工作流
|
|
129
|
+
### 分道管理的产品事实与工程事实
|
|
167
130
|
|
|
168
|
-
|
|
131
|
+
产品事实记录面向用户的承诺、边界、决策和验收标准。工程事实记录当前行为、契约、架构、工作流、运维和测试行为。
|
|
169
132
|
|
|
170
|
-
|
|
133
|
+
### Git 原生协作
|
|
171
134
|
|
|
172
|
-
|
|
135
|
+
一切重要内容都存在于提交到仓库的文件中。事实跟随分支,适用于普通的拉取请求,并对每位维护者和编码代理保持可见。
|
|
173
136
|
|
|
174
|
-
|
|
175
|
-
| --- | --- |
|
|
176
|
-
| 从单次代理会话获得更好输出 | 更好的提示 |
|
|
177
|
-
| 个人或会话级连续性 | 记忆工具 |
|
|
178
|
-
| 先计划后实现的功能工作 | 规格工作流 |
|
|
179
|
-
| 随代码一起移动的按分支事实 | Truthmark |
|
|
180
|
-
| 验证行为正确性 | 测试和审查 |
|
|
181
|
-
| 审查 AI 辅助的文档变更 | Truthmark 加 Git 审查 |
|
|
137
|
+
### 本地优先运行
|
|
182
138
|
|
|
183
|
-
Truthmark
|
|
139
|
+
Truthmark 不需要托管服务、守护进程、数据库、向量存储或 Model Context Protocol 服务器。仓库自身就携带完整的文档工作流。
|
|
184
140
|
|
|
185
|
-
|
|
186
|
-
make repository truth explicit
|
|
187
|
-
route it to code
|
|
188
|
-
围绕它安装代理指引
|
|
189
|
-
keep the result reviewable in Git
|
|
190
|
-
```
|
|
141
|
+
## Truthmark 的定位
|
|
191
142
|
|
|
192
|
-
|
|
143
|
+
| 需求 | 最佳选择 |
|
|
144
|
+
| ---------------------- | ------------------------ |
|
|
145
|
+
| 提升单次代理会话的输出 | 更好的提示词 |
|
|
146
|
+
| 个人或会话级连续性 | 记忆工具 |
|
|
147
|
+
| 计划优先的功能开发 | 规格工作流 |
|
|
148
|
+
| 随代码同行的分支级文档 | **Truthmark** |
|
|
149
|
+
| 行为正确性 | 测试和代码审查 |
|
|
150
|
+
| 可审查的 AI 辅助文档 | **Truthmark + Git 审查** |
|
|
193
151
|
|
|
194
|
-
|
|
152
|
+
Truthmark 专为已经使用 AI 编码代理,并希望仓库事实与代码同速更新的维护者和工程团队打造。
|
|
195
153
|
|
|
196
|
-
|
|
154
|
+
## 支持的宿主和命令行
|
|
197
155
|
|
|
198
|
-
|
|
156
|
+
支持的代理宿主:
|
|
199
157
|
|
|
200
|
-
|
|
158
|
+
- Codex
|
|
159
|
+
- Claude Code
|
|
160
|
+
- GitHub Copilot
|
|
161
|
+
- OpenCode
|
|
162
|
+
- Antigravity
|
|
163
|
+
- Cursor
|
|
201
164
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
- 路由、权限、frontmatter、链接、新鲜度、生成界面、分支范围和覆盖率诊断
|
|
205
|
-
- 按分支生效的事实文档和派生的仓库智能产物
|
|
165
|
+
<details>
|
|
166
|
+
<summary>命令行参考</summary>
|
|
206
167
|
|
|
207
|
-
|
|
168
|
+
| 命令 | 用途 |
|
|
169
|
+
| ----------------------------------------------------------------- | -------------------------------------------------- |
|
|
170
|
+
| `truthmark init` | 创建或刷新配置、路由、模板和所选宿主的工作流 |
|
|
171
|
+
| `truthmark check [--base <ref>]` | 验证仓库事实,并可选择运行分支时效性诊断 |
|
|
172
|
+
| `truthmark index --json` | 检查派生的仓库和路由元数据 |
|
|
173
|
+
| `truthmark impact --base <ref> --json` | 将变更文件映射到文档、所有者和附近的测试 |
|
|
174
|
+
| `truthmark workflow status --workflow <id> [--base <ref>] --json` | 检查工作流适用性和目标 |
|
|
175
|
+
| `truthmark validate ...` | 验证工作流报告和写入租约 |
|
|
176
|
+
| `truthmark uninstall --dry-run` / `truthmark uninstall --apply` | 预览或移除生成的宿主界面,同时保留已编写的事实内容 |
|
|
208
177
|
|
|
209
|
-
|
|
210
|
-
- [文档索引](../README.md)
|
|
211
|
-
- [架构概览](../truthmark/engineering/architecture/overview.md)
|
|
212
|
-
- [API 和 CLI 契约](../truthmark/engineering/contracts/config-route-and-check-contracts.md)
|
|
213
|
-
- [仓库事实维护指南](../standards/maintaining-repository-truth.md)
|
|
178
|
+
整个命令行界面都提供结构化 JSON 输出,便于脚本和持续集成使用。
|
|
214
179
|
|
|
215
|
-
|
|
180
|
+
</details>
|
|
216
181
|
|
|
217
|
-
##
|
|
182
|
+
## 了解更多
|
|
218
183
|
|
|
219
|
-
Truthmark
|
|
184
|
+
- [Truthmark 用户指南](https://github.com/merlinhu1/truthmark/blob/main/docs/user-guide.md)
|
|
185
|
+
- [文档索引](https://github.com/merlinhu1/truthmark/blob/main/docs/README.md)
|
|
186
|
+
- [架构概览](https://github.com/merlinhu1/truthmark/blob/main/docs/truthmark/engineering/architecture/overview.md)
|
|
187
|
+
- [配置、路由和命令契约](https://github.com/merlinhu1/truthmark/blob/main/docs/truthmark/engineering/contracts/config-route-and-check-contracts.md)
|
|
188
|
+
- [参与贡献](https://github.com/merlinhu1/truthmark/blob/main/CONTRIBUTING.md)
|
|
220
189
|
|
|
221
|
-
|
|
190
|
+
**立即安装 Truthmark,选择您的编码宿主,今天就把一个真实行为转化为文档。**
|
|
222
191
|
|
|
223
192
|
## 许可证
|
|
224
193
|
|
|
225
|
-
MIT
|
|
226
|
-
|
|
227
|
-
## 安全移除
|
|
228
|
-
|
|
229
|
-
使用 `truthmark uninstall --dry-run` 查看精确生成的主机表面(host surfaces),然后使用 `truthmark uninstall --apply` 将其移除。已创建的 truth、配置、模板、Portal 输出、Gemini 文件以及不相关的用户文件将被保留;请使用包管理器单独移除全局 npm 安装。
|
|
194
|
+
MIT。请参阅 [LICENSE](../../LICENSE)。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "truthmark",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "Git-native, branch-scoped truth workflow installer for local AI coding agents.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -26,6 +26,8 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist",
|
|
28
28
|
"README.md",
|
|
29
|
+
"docs/assets/truthmark-workflow-mobile.svg",
|
|
30
|
+
"docs/assets/truthmark-workflow.svg",
|
|
29
31
|
"docs/readmes/README.ar.md",
|
|
30
32
|
"docs/readmes/README.de.md",
|
|
31
33
|
"docs/readmes/README.el.md",
|