@aigne/doc-smith 0.8.3 → 0.8.5
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/.aigne/doc-smith/config.yaml +3 -3
- package/.aigne/doc-smith/preferences.yml +58 -12
- package/.aigne/doc-smith/upload-cache.yaml +600 -207
- package/CHANGELOG.md +22 -0
- package/README.md +77 -5
- package/agents/input-generator.mjs +12 -6
- package/agents/publish-docs.mjs +53 -4
- package/docs/_sidebar.md +1 -1
- package/docs/advanced-how-it-works.md +55 -60
- package/docs/advanced-how-it-works.zh.md +60 -65
- package/docs/advanced-quality-assurance.md +73 -38
- package/docs/advanced-quality-assurance.zh.md +73 -38
- package/docs/advanced.md +2 -14
- package/docs/advanced.zh.md +5 -17
- package/docs/changelog.md +41 -4
- package/docs/changelog.zh.md +77 -40
- package/docs/cli-reference.md +79 -13
- package/docs/cli-reference.zh.md +92 -26
- package/docs/configuration-interactive-setup.md +102 -49
- package/docs/configuration-interactive-setup.zh.md +102 -49
- package/docs/configuration-language-support.md +69 -39
- package/docs/configuration-language-support.zh.md +68 -38
- package/docs/configuration-llm-setup.md +25 -62
- package/docs/configuration-llm-setup.zh.md +25 -62
- package/docs/configuration-preferences.md +79 -67
- package/docs/configuration-preferences.zh.md +78 -67
- package/docs/configuration.md +122 -109
- package/docs/configuration.zh.md +130 -117
- package/docs/features-generate-documentation.md +44 -24
- package/docs/features-generate-documentation.zh.md +52 -32
- package/docs/features-publish-your-docs.md +41 -40
- package/docs/features-publish-your-docs.zh.md +50 -49
- package/docs/features-translate-documentation.md +73 -17
- package/docs/features-translate-documentation.zh.md +76 -20
- package/docs/features-update-and-refine.md +72 -21
- package/docs/features-update-and-refine.zh.md +80 -29
- package/docs/features.md +24 -28
- package/docs/features.zh.md +25 -29
- package/docs/getting-started.md +87 -38
- package/docs/getting-started.zh.md +88 -39
- package/docs/overview.md +17 -35
- package/docs/overview.zh.md +18 -36
- package/package.json +9 -8
- package/prompts/content-detail-generator.md +1 -0
- package/prompts/document/custom-code-block.md +101 -0
- package/prompts/document/d2-chart/rules.md +941 -1031
- package/prompts/document/detail-generator.md +7 -53
- package/tests/input-generator.test.mjs +2 -2
- package/tests/kroki-utils.test.mjs +88 -17
- package/utils/auth-utils.mjs +9 -2
- package/utils/blocklet.mjs +25 -6
- package/utils/constants.mjs +17 -1
- package/utils/deploy.mjs +404 -0
- package/utils/kroki-utils.mjs +22 -14
- package/utils/markdown-checker.mjs +1 -1
- package/utils/utils.mjs +3 -2
- package/prompts/document/d2-chart/diy-examples.md +0 -44
- package/prompts/document/d2-chart/shape-rules.md +0 -182
|
@@ -1,64 +1,99 @@
|
|
|
1
|
-
---
|
|
2
|
-
labels: ["Reference"]
|
|
3
|
-
---
|
|
4
|
-
|
|
5
1
|
# Quality Assurance
|
|
6
2
|
|
|
7
|
-
To ensure
|
|
3
|
+
To ensure all generated documentation is functional, clear, and professional, DocSmith incorporates an automated quality assurance process. This process executes a series of checks on the Markdown content to detect and report common issues, from broken links to malformed diagrams, before publication.
|
|
8
4
|
|
|
9
|
-
|
|
5
|
+
This automated pipeline validates content structure, links, media, and syntax to maintain a consistent standard of quality.
|
|
10
6
|
|
|
11
7
|
```d2
|
|
12
|
-
direction:
|
|
8
|
+
direction: down
|
|
9
|
+
|
|
10
|
+
Input-Markdown-Content: {
|
|
11
|
+
label: "Input: Markdown Content"
|
|
12
|
+
shape: rectangle
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
QA-Pipeline: {
|
|
16
|
+
label: "QA Pipeline"
|
|
17
|
+
shape: rectangle
|
|
18
|
+
grid-columns: 1
|
|
19
|
+
grid-gap: 50
|
|
13
20
|
|
|
14
|
-
|
|
21
|
+
Structural-Checks: {
|
|
22
|
+
label: "Structural Checks"
|
|
23
|
+
shape: rectangle
|
|
24
|
+
grid-columns: 2
|
|
25
|
+
Completeness: "Ensures content is not truncated"
|
|
26
|
+
Code-Blocks: "Validates block syntax & indentation"
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
Content-Validation: {
|
|
30
|
+
label: "Content Validation"
|
|
31
|
+
shape: rectangle
|
|
32
|
+
grid-columns: 2
|
|
33
|
+
Link-Integrity: "Verifies internal links"
|
|
34
|
+
Image-Paths: "Checks local image existence"
|
|
35
|
+
Table-Formatting: "Matches column counts"
|
|
36
|
+
}
|
|
15
37
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Checks: {
|
|
38
|
+
Syntax-Validation: {
|
|
39
|
+
label: "Syntax Validation"
|
|
40
|
+
shape: rectangle
|
|
20
41
|
grid-columns: 2
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"Markdown Linting": "Table formatting & standard rules"
|
|
42
|
+
D2-Diagrams: "Validates D2 syntax"
|
|
43
|
+
Mermaid-Diagrams: "Validates Mermaid syntax"
|
|
44
|
+
Markdown-Linting: "Enforces style rules"
|
|
25
45
|
}
|
|
26
46
|
}
|
|
27
47
|
|
|
28
|
-
Output:
|
|
48
|
+
Output-Validated-Content-or-Error-Report: {
|
|
49
|
+
label: "Output: Validated Content or Error Report"
|
|
50
|
+
shape: rectangle
|
|
51
|
+
}
|
|
29
52
|
|
|
30
|
-
Input ->
|
|
31
|
-
|
|
53
|
+
Input-Markdown-Content -> QA-Pipeline
|
|
54
|
+
QA-Pipeline -> Output-Validated-Content-or-Error-Report
|
|
32
55
|
```
|
|
33
56
|
|
|
34
|
-
###
|
|
57
|
+
### Core Validation Areas
|
|
58
|
+
|
|
59
|
+
DocSmith's quality assurance process covers several key areas to ensure document integrity.
|
|
60
|
+
|
|
61
|
+
#### Content Structure & Completeness
|
|
35
62
|
|
|
36
|
-
DocSmith
|
|
63
|
+
DocSmith performs several checks to ensure the structural integrity of the content:
|
|
37
64
|
|
|
38
|
-
- **Incomplete Code Blocks**:
|
|
39
|
-
- **
|
|
40
|
-
- **Content
|
|
65
|
+
- **Incomplete Code Blocks**: Detects code blocks that are opened with ```` ``` ```` but never closed.
|
|
66
|
+
- **Missing Line Breaks**: Identifies content that appears on a single line, which may indicate missing newlines.
|
|
67
|
+
- **Content Endings**: Verifies that the content ends with appropriate punctuation (e.g., `.`, `)`, `|`, `>`) to prevent truncated output.
|
|
41
68
|
|
|
42
|
-
|
|
69
|
+
#### Link and Media Integrity
|
|
43
70
|
|
|
44
|
-
|
|
71
|
+
- **Link Integrity**: All relative links within the documentation are validated against the project's `structurePlan` to prevent dead links. This ensures that all internal navigation works as expected. The checker ignores external links (starting with `http://` or `https://`) and `mailto:` links.
|
|
45
72
|
|
|
46
|
-
- **
|
|
47
|
-
- **Local Image Verification**: For local images (i.e., those not hosted on an external server), the system checks that the referenced image file exists at the specified relative or absolute path.
|
|
73
|
+
- **Image Validation**: To avoid broken images, the checker verifies that any local image file referenced in the documentation exists on the file system. It resolves both relative and absolute paths to confirm the file is present. External image URLs and data URLs are not checked.
|
|
48
74
|
|
|
49
|
-
|
|
75
|
+
#### Diagram Syntax Validation
|
|
50
76
|
|
|
51
|
-
|
|
77
|
+
- **D2 Diagrams**: DocSmith validates D2 diagram syntax by sending the code to a rendering service. This process confirms that the diagram can be successfully compiled into an SVG image, catching any syntax errors before they result in a broken graphic.
|
|
52
78
|
|
|
53
|
-
|
|
79
|
+
- **Mermaid Diagrams**: Mermaid diagrams undergo several checks: a primary syntax validation, and specific checks for patterns known to cause rendering issues, such as backticks or numbered lists within node labels, and unquoted special characters that require quotes.
|
|
54
80
|
|
|
55
|
-
|
|
81
|
+
#### Formatting and Style Enforcement
|
|
56
82
|
|
|
57
|
-
|
|
83
|
+
- **Table Formatting**: Tables are inspected for mismatched column counts between the header, the separator line, and the data rows. This check prevents common table rendering failures.
|
|
84
|
+
|
|
85
|
+
- **Code Block Indentation**: The checker analyzes code blocks for inconsistent indentation. If a line of code has less indentation than the opening ```` ``` ```` marker, it can cause rendering problems. This check helps maintain correct code presentation.
|
|
86
|
+
|
|
87
|
+
- **Markdown Linting**: A built-in linter enforces a consistent Markdown structure. Key rules include:
|
|
88
|
+
|
|
89
|
+
| Rule ID | Description |
|
|
58
90
|
|---|---|
|
|
59
|
-
|
|
|
60
|
-
|
|
|
61
|
-
|
|
|
62
|
-
|
|
|
91
|
+
| `no-duplicate-headings` | Prevents multiple headings with the same content in the same section. |
|
|
92
|
+
| `no-undefined-references` | Ensures all link and image references are defined. |
|
|
93
|
+
| `no-heading-content-indent` | Disallows indentation before heading content. |
|
|
94
|
+
| `no-multiple-toplevel-headings` | Allows only one top-level heading (H1) per document. |
|
|
95
|
+
| `code-block-style` | Enforces a consistent style for code blocks (e.g., using backticks). |
|
|
96
|
+
|
|
97
|
+
By automating these checks, DocSmith maintains a consistent standard for documentation, ensuring the final output is accurate and navigable.
|
|
63
98
|
|
|
64
|
-
|
|
99
|
+
To learn more about the overall architecture, see the [How It Works](./advanced-how-it-works.md) section.
|
|
@@ -1,64 +1,99 @@
|
|
|
1
|
-
---
|
|
2
|
-
labels: ["Reference"]
|
|
3
|
-
---
|
|
4
|
-
|
|
5
1
|
# 质量保证
|
|
6
2
|
|
|
7
|
-
|
|
3
|
+
为确保所有生成的文档功能正常、清晰且专业,DocSmith 引入了自动化的质量保证流程。该流程会对 Markdown 内容执行一系列检查,以便在发布前检测并报告从链接失效到图表格式错误等常见问题。
|
|
8
4
|
|
|
9
|
-
|
|
5
|
+
该自动化流程会验证内容结构、链接、媒体和语法,以保持一致的质量标准。
|
|
10
6
|
|
|
11
7
|
```d2
|
|
12
|
-
direction:
|
|
8
|
+
direction: down
|
|
9
|
+
|
|
10
|
+
Input-Markdown-Content: {
|
|
11
|
+
label: "输入:Markdown 内容"
|
|
12
|
+
shape: rectangle
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
QA-Pipeline: {
|
|
16
|
+
label: "质量保证流程"
|
|
17
|
+
shape: rectangle
|
|
18
|
+
grid-columns: 1
|
|
19
|
+
grid-gap: 50
|
|
13
20
|
|
|
14
|
-
|
|
21
|
+
Structural-Checks: {
|
|
22
|
+
label: "结构检查"
|
|
23
|
+
shape: rectangle
|
|
24
|
+
grid-columns: 2
|
|
25
|
+
Completeness: "确保内容未被截断"
|
|
26
|
+
Code-Blocks: "验证代码块语法和缩进"
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
Content-Validation: {
|
|
30
|
+
label: "内容验证"
|
|
31
|
+
shape: rectangle
|
|
32
|
+
grid-columns: 2
|
|
33
|
+
Link-Integrity: "验证内部链接"
|
|
34
|
+
Image-Paths: "检查本地图片是否存在"
|
|
35
|
+
Table-Formatting: "匹配列数"
|
|
36
|
+
}
|
|
15
37
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Checks: {
|
|
38
|
+
Syntax-Validation: {
|
|
39
|
+
label: "语法验证"
|
|
40
|
+
shape: rectangle
|
|
20
41
|
grid-columns: 2
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"Markdown 语法检查": "表格格式和标准规则"
|
|
42
|
+
D2-Diagrams: "验证 D2 语法"
|
|
43
|
+
Mermaid-Diagrams: "验证 Mermaid 语法"
|
|
44
|
+
Markdown-Linting: "强制执行样式规则"
|
|
25
45
|
}
|
|
26
46
|
}
|
|
27
47
|
|
|
28
|
-
Output:
|
|
48
|
+
Output-Validated-Content-or-Error-Report: {
|
|
49
|
+
label: "输出:验证通过的内容或错误报告"
|
|
50
|
+
shape: rectangle
|
|
51
|
+
}
|
|
29
52
|
|
|
30
|
-
Input ->
|
|
31
|
-
|
|
53
|
+
Input-Markdown-Content -> QA-Pipeline
|
|
54
|
+
QA-Pipeline -> Output-Validated-Content-or-Error-Report
|
|
32
55
|
```
|
|
33
56
|
|
|
34
|
-
###
|
|
57
|
+
### 核心验证领域
|
|
58
|
+
|
|
59
|
+
DocSmith 的质量保证流程涵盖了几个关键领域,以确保文档的完整性。
|
|
60
|
+
|
|
61
|
+
#### 内容结构与完整性
|
|
35
62
|
|
|
36
|
-
DocSmith
|
|
63
|
+
DocSmith 会执行多项检查以确保内容的结构完整性:
|
|
37
64
|
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
65
|
+
- **不完整的代码块**:检测以 ```` ``` ```` 开头但未关闭的代码块。
|
|
66
|
+
- **缺少换行符**:识别显示在单行上的内容,这可能表示缺少换行符。
|
|
67
|
+
- **内容结尾**:验证内容是否以适当的标点符号(例如 `.`、`)`、`|`、`>`)结尾,以防止输出被截断。
|
|
41
68
|
|
|
42
|
-
|
|
69
|
+
#### 链接和媒体完整性
|
|
43
70
|
|
|
44
|
-
|
|
71
|
+
- **链接完整性**:文档中的所有相对链接都会根据项目的 `structurePlan` 进行验证,以防止出现死链接。这确保了所有内部导航都能正常工作。检查程序会忽略外部链接(以 `http://` 或 `https://` 开头)和 `mailto:` 链接。
|
|
45
72
|
|
|
46
|
-
-
|
|
47
|
-
- **本地图片验证**:对于本地图片(即未托管在外部服务器上的图片),系统会检查引用的图片文件是否存在于指定的相对或绝对路径中。
|
|
73
|
+
- **图片验证**:为避免图片损坏,检查程序会验证文档中引用的任何本地图片文件是否存在于文件系统中。它会解析相对路径和绝对路径以确认文件存在。外部图片 URL 和数据 URL 不会被检查。
|
|
48
74
|
|
|
49
|
-
|
|
75
|
+
#### 图表语法验证
|
|
50
76
|
|
|
51
|
-
|
|
77
|
+
- **D2 图表**:DocSmith 通过将代码发送到渲染服务来验证 D2 图表语法。此过程会确认图表能否成功编译为 SVG 图片,从而在导致图形损坏前捕获任何语法错误。
|
|
52
78
|
|
|
53
|
-
|
|
79
|
+
- **Mermaid 图表**:Mermaid 图表会经过多项检查:一次主语法验证,以及针对已知会导致渲染问题的模式的特定检查,例如节点标签内的反引号或编号列表,以及需要加引号但未加的特殊字符。
|
|
54
80
|
|
|
55
|
-
|
|
81
|
+
#### 格式化与样式强制
|
|
56
82
|
|
|
57
|
-
|
|
83
|
+
- **表格格式化**:检查表格的表头、分隔线和数据行之间的列数是否不匹配。此检查可防止常见的表格渲染失败。
|
|
84
|
+
|
|
85
|
+
- **代码块缩进**:检查程序会分析代码块中不一致的缩进。如果某行代码的缩进小于开头的 ```` ``` ```` 标记,可能会导致渲染问题。此检查有助于保持正确的代码呈现。
|
|
86
|
+
|
|
87
|
+
- **Markdown Linting**:内置的 linter 会强制执行一致的 Markdown 结构。关键规则包括:
|
|
88
|
+
|
|
89
|
+
| 规则 ID | 描述 |
|
|
58
90
|
|---|---|
|
|
59
|
-
|
|
|
60
|
-
|
|
|
61
|
-
|
|
|
62
|
-
|
|
|
91
|
+
| `no-duplicate-headings` | 防止同一节中出现内容相同的多个标题。 |
|
|
92
|
+
| `no-undefined-references` | 确保所有链接和图片引用都已定义。 |
|
|
93
|
+
| `no-heading-content-indent` | 不允许在标题内容前缩进。 |
|
|
94
|
+
| `no-multiple-toplevel-headings` | 每个文档只允许一个顶级标题 (H1)。 |
|
|
95
|
+
| `code-block-style` | 强制代码块使用一致的样式(例如,使用反引号)。 |
|
|
96
|
+
|
|
97
|
+
通过自动化这些检查,DocSmith 保持了文档的一致标准,确保最终输出准确且易于导航。
|
|
63
98
|
|
|
64
|
-
|
|
99
|
+
要了解有关整体架构的更多信息,请参阅 [工作原理](./advanced-how-it-works.md) 部分。
|
package/docs/advanced.md
CHANGED
|
@@ -1,18 +1,6 @@
|
|
|
1
|
-
---
|
|
2
|
-
labels: ["Reference"]
|
|
3
|
-
---
|
|
4
|
-
|
|
5
1
|
# Advanced Topics
|
|
6
2
|
|
|
7
|
-
For
|
|
8
|
-
|
|
9
|
-
While a deep understanding of these topics isn't necessary for general use, it can be valuable for customizing behavior, troubleshooting issues, or contributing to the project.
|
|
10
|
-
|
|
11
|
-
## The AIGNE Ecosystem
|
|
12
|
-
|
|
13
|
-
AIGNE DocSmith is not a standalone tool; it is a key component of the [AIGNE Framework](https://www.aigne.io/en/framework), a comprehensive platform for AI application development. This integration allows DocSmith to leverage the platform's advanced AI capabilities and robust infrastructure. The following diagram illustrates how DocSmith fits into the broader ecosystem.
|
|
14
|
-
|
|
15
|
-

|
|
3
|
+
For users who wish to understand the internal mechanics, this section provides a deeper look into the architecture of AIGNE DocSmith. It explains how the tool functions behind the scenes. While this level of detail is not required for general use, it can be valuable for customizing behavior or contributing to the project.
|
|
16
4
|
|
|
17
5
|
To better understand the internal processes and quality controls, explore the following sections.
|
|
18
6
|
|
|
@@ -21,7 +9,7 @@ To better understand the internal processes and quality controls, explore the fo
|
|
|
21
9
|
An architectural overview of DocSmith, explaining the role of AI agents in the documentation generation pipeline.
|
|
22
10
|
</x-card>
|
|
23
11
|
<x-card data-title="Quality Assurance" data-href="/advanced/quality-assurance" data-icon="lucide:shield-check">
|
|
24
|
-
Understand the built-in checks DocSmith performs to ensure
|
|
12
|
+
Understand the built-in checks DocSmith performs to ensure well-formatted and error-free documentation, including link checking and diagram validation.
|
|
25
13
|
</x-card>
|
|
26
14
|
</x-cards>
|
|
27
15
|
|
package/docs/advanced.zh.md
CHANGED
|
@@ -1,28 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
labels: ["Reference"]
|
|
3
|
-
---
|
|
4
|
-
|
|
5
1
|
# 高级主题
|
|
6
2
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
虽然深入理解这些主题对于一般使用并非必要,但它对于自定义行为、排查问题或为项目做出贡献非常有价值。
|
|
10
|
-
|
|
11
|
-
## AIGNE 生态系统
|
|
12
|
-
|
|
13
|
-
AIGNE DocSmith 并非一个独立的工具,而是 [AIGNE 框架](https://www.aigne.io/en/framework) 的关键组件,该框架是一个用于 AI 应用开发的综合平台。这种集成使 DocSmith 能够利用该平台的先进 AI 功能和强大的基础设施。下图展示了 DocSmith 如何融入更广泛的生态系统。
|
|
14
|
-
|
|
15
|
-

|
|
3
|
+
对于希望了解内部机制的用户,本节将深入介绍 AIGNE DocSmith 的架构。它解释了该工具在后台如何运作。虽然一般使用不需要了解这些细节,但对于自定义行为或为项目做贡献而言,这些信息可能很有价值。
|
|
16
4
|
|
|
17
|
-
|
|
5
|
+
要更好地了解内部流程和质量控制,请浏览以下部分。
|
|
18
6
|
|
|
19
7
|
<x-cards data-columns="2">
|
|
20
8
|
<x-card data-title="工作原理" data-href="/advanced/how-it-works" data-icon="lucide:cpu">
|
|
21
|
-
DocSmith
|
|
9
|
+
DocSmith 的架构概述,解释了 AI Agent 在文档生成流程中的作用。
|
|
22
10
|
</x-card>
|
|
23
11
|
<x-card data-title="质量保证" data-href="/advanced/quality-assurance" data-icon="lucide:shield-check">
|
|
24
|
-
了解 DocSmith
|
|
12
|
+
了解 DocSmith 为确保文档格式正确、无错误而执行的内置检查,包括链接检查和图表验证。
|
|
25
13
|
</x-card>
|
|
26
14
|
</x-cards>
|
|
27
15
|
|
|
28
|
-
通过探索这些主题,你可以更全面地了解 DocSmith
|
|
16
|
+
通过探索这些主题,你可以更全面地了解 DocSmith 的功能。要详细了解所有可用命令及其选项,请继续阅读 [CLI 命令参考](./cli-reference.md)。
|
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,48 @@
|
|
|
1
|
-
---
|
|
2
|
-
labels: ["Reference"]
|
|
3
|
-
---
|
|
4
|
-
|
|
5
1
|
# Changelog
|
|
6
2
|
|
|
7
3
|
A detailed log of all notable changes, features, and bug fixes for each version of the project.
|
|
8
4
|
|
|
5
|
+
## [0.8.2](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.1...v0.8.2) (2025-09-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* release 0.8.2 ([849bc69](https://github.com/AIGNE-io/aigne-doc-smith/commit/849bc694edf167187f65cb34f1dd9a3966efd96c))
|
|
11
|
+
|
|
12
|
+
## [0.8.1](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.0...v0.8.1) (2025-09-03)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* tune d2 chart generating with comprehensive examples ([#80](https://github.com/AIGNE-io/aigne-doc-smith/issues/80)) ([3423e4c](https://github.com/AIGNE-io/aigne-doc-smith/commit/3423e4cff24335552503916694a3489e5d91bf6c))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* release 0.8.1 ([21f64d4](https://github.com/AIGNE-io/aigne-doc-smith/commit/21f64d450377b1aef00f12613ba3b87aa4ef1d31))
|
|
23
|
+
|
|
24
|
+
## [0.8.0](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.7.2...v0.8.0) (2025-09-03)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* **tests:** add comprehensive workflow test coverage ([#76](https://github.com/AIGNE-io/aigne-doc-smith/issues/76)) ([d5f6062](https://github.com/AIGNE-io/aigne-doc-smith/commit/d5f6062311f36dc5b6394ae0768583fb8f3853a4))
|
|
30
|
+
* update custom component guidelines with formatting restrictions ([#79](https://github.com/AIGNE-io/aigne-doc-smith/issues/79)) ([76158de](https://github.com/AIGNE-io/aigne-doc-smith/commit/76158de236696e68c63c057f5ea4b8458a15e787))
|
|
31
|
+
|
|
32
|
+
## [0.7.2](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.7.1...v0.7.2) (2025-09-01)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Miscellaneous Chores
|
|
36
|
+
|
|
37
|
+
* release 0.7.2 ([c3be232](https://github.com/AIGNE-io/aigne-doc-smith/commit/c3be2323e885cf5d11d654629fe30cc3720f79d3))
|
|
38
|
+
|
|
39
|
+
## [0.7.1](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.7.0...v0.7.1) (2025-08-31)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* fix tab key path selection bug ([#72](https://github.com/AIGNE-io/aigne-doc-smith/issues/72)) ([369b342](https://github.com/AIGNE-io/aigne-doc-smith/commit/369b342d8ab8ce95b61a3b72e367157d2f71cce4))
|
|
45
|
+
|
|
9
46
|
## [0.7.0](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.6.0...v0.7.0) (2025-08-30)
|
|
10
47
|
|
|
11
48
|
|