Commit 6f17c99
authored
* fix(ci): remove generated artifacts from repo, fix MCPB 404 race condition
- Remove docs/TOOLS.md from git tracking (generated at build time)
- Remove TOOLS.md generation from semantic-release exec/git plugins
- Replace release:published trigger with workflow_run in docs.yml
- Add build + generate steps before docs:build (TOOLS.md + inject-tool-refs)
- Add inject-tool-refs.ts script for auto-syncing curated docs action tables
- Add @Autogen:tool markers to curated docs (ci-cd, code-review, project-management, repository)
- Fix TOOLS.md link in docs/tools/index.md (local /TOOLS instead of GitHub URL)
- Add "Full API Reference" link to VitePress sidebar
Closes #181
* feat(docs): enable sitemap.xml generation in VitePress
* feat(docs): SEO metadata with OG/Twitter tags, frontmatter, robots.txt
- titleTemplate and transformHead() in VitePress config for per-page OG/Twitter meta
- robots.txt with sitemap reference
- title/description frontmatter on all 72 documentation pages
* test(cli): inject-tool-refs unit tests with 98% line hit
- Export extractActions, generateActionsTable, findMarkers, processFile
- 45 tests covering oneOf/enum schemas, markers, file processing, main()
* fix(cli): inject-tool-refs robustness improvements
- Remove depth limit on project root discovery (traverse to FS root)
- Simplify NODE_ENV guard (remove redundant undefined check)
- Accept optional content param in processFile to avoid double reads
- Escape pipe chars in action descriptions for valid markdown tables
* fix(cli): escape backslash in markdown tables, use URL constructor for OG urls
- Escape backslash before pipe in generateActionsTable (CodeQL alert)
- Use new URL() for robust og:url construction in transformHead
* refactor(docs): use hostname constant in sitemap config
1 parent 37f9c29 commit 6f17c99
File tree
80 files changed
+1791
-2969
lines changed- .github/workflows
- docs
- .vitepress
- advanced
- clients
- cli
- deployment
- guides
- guide
- installation
- prompts
- by-role
- ci-cd
- code-review
- project-management
- quick-start
- public
- security
- tools
- troubleshooting
- src/cli
- tests/unit/cli
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
80 files changed
+1791
-2969
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
42 | 55 | | |
43 | 56 | | |
44 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
10 | 29 | | |
11 | 30 | | |
12 | 31 | | |
13 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
14 | 37 | | |
15 | 38 | | |
16 | 39 | | |
| |||
130 | 153 | | |
131 | 154 | | |
132 | 155 | | |
133 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
134 | 160 | | |
135 | 161 | | |
136 | 162 | | |
| |||
0 commit comments