ur-agent 1.23.2 → 1.24.0

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.
Files changed (91) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/QUALITY.md +5 -2
  3. package/README.md +41 -9
  4. package/dist/cli.js +5608 -4634
  5. package/docs/AGENT_FEATURES.md +8 -0
  6. package/docs/CODE_FEATURE_INVENTORY.md +6 -0
  7. package/docs/DEVELOPMENT.md +3 -2
  8. package/docs/USAGE.md +3 -1
  9. package/documentation/app.js +3 -3
  10. package/documentation/index.html +9 -5
  11. package/marketplace-plugins/README.md +69 -0
  12. package/marketplace-plugins/code-review/.ur-plugin/plugin.json +13 -0
  13. package/marketplace-plugins/code-review/README.md +37 -0
  14. package/marketplace-plugins/code-review/commands/code-review.md +47 -0
  15. package/marketplace-plugins/engineering-discipline/.ur-plugin/plugin.json +33 -0
  16. package/marketplace-plugins/engineering-discipline/README.md +21 -0
  17. package/marketplace-plugins/engineering-discipline/commands/discipline-check.md +25 -0
  18. package/marketplace-plugins/engineering-discipline/skills/reproducible-release/SKILL.md +31 -0
  19. package/marketplace-plugins/engineering-discipline/templates/release-verifier.md +18 -0
  20. package/marketplace-plugins/engineering-discipline/validators/release-gate.json +7 -0
  21. package/marketplace-plugins/evaluate-response/.ur-plugin/plugin.json +13 -0
  22. package/marketplace-plugins/evaluate-response/README.md +42 -0
  23. package/marketplace-plugins/evaluate-response/commands/evaluate-response.md +61 -0
  24. package/marketplace-plugins/explain-error/.ur-plugin/plugin.json +13 -0
  25. package/marketplace-plugins/explain-error/README.md +32 -0
  26. package/marketplace-plugins/explain-error/commands/explain-error.md +37 -0
  27. package/marketplace-plugins/git-summary/.ur-plugin/plugin.json +13 -0
  28. package/marketplace-plugins/git-summary/README.md +29 -0
  29. package/marketplace-plugins/git-summary/commands/git-summary.md +27 -0
  30. package/marketplace-plugins/github/.ur-plugin/plugin.json +31 -0
  31. package/marketplace-plugins/github/README.md +37 -0
  32. package/marketplace-plugins/github/commands/gh-issues.md +19 -0
  33. package/marketplace-plugins/github/commands/gh-pr-create.md +19 -0
  34. package/marketplace-plugins/github/commands/gh-pr-review.md +37 -0
  35. package/marketplace-plugins/github/commands/gh-repo-health.md +23 -0
  36. package/marketplace-plugins/github/skills/github-workflow/SKILL.md +53 -0
  37. package/marketplace-plugins/gitlab/.ur-plugin/plugin.json +39 -0
  38. package/marketplace-plugins/gitlab/README.md +39 -0
  39. package/marketplace-plugins/gitlab/commands/gl-issues.md +19 -0
  40. package/marketplace-plugins/gitlab/commands/gl-mr-create.md +19 -0
  41. package/marketplace-plugins/gitlab/commands/gl-mr-review.md +36 -0
  42. package/marketplace-plugins/gitlab/commands/gl-pipeline.md +21 -0
  43. package/marketplace-plugins/gitlab/skills/gitlab-workflow/SKILL.md +63 -0
  44. package/marketplace-plugins/hello/.ur-plugin/plugin.json +13 -0
  45. package/marketplace-plugins/hello/README.md +45 -0
  46. package/marketplace-plugins/hello/commands/hello.md +16 -0
  47. package/marketplace-plugins/huggingface/.ur-plugin/plugin.json +36 -0
  48. package/marketplace-plugins/huggingface/README.md +36 -0
  49. package/marketplace-plugins/huggingface/commands/hf-dataset-search.md +19 -0
  50. package/marketplace-plugins/huggingface/commands/hf-download.md +23 -0
  51. package/marketplace-plugins/huggingface/commands/hf-model-card.md +23 -0
  52. package/marketplace-plugins/huggingface/commands/hf-model-search.md +20 -0
  53. package/marketplace-plugins/huggingface/skills/huggingface-workflow/SKILL.md +70 -0
  54. package/marketplace-plugins/miro/.ur-plugin/plugin.json +27 -0
  55. package/marketplace-plugins/miro/README.md +39 -0
  56. package/marketplace-plugins/miro/commands/miro-board.md +17 -0
  57. package/marketplace-plugins/miro/commands/miro-diagram.md +20 -0
  58. package/marketplace-plugins/miro/commands/miro-export.md +18 -0
  59. package/marketplace-plugins/miro/commands/miro-stickies.md +19 -0
  60. package/marketplace-plugins/miro/skills/miro-workflow/SKILL.md +54 -0
  61. package/marketplace-plugins/obsidian/.ur-plugin/plugin.json +42 -0
  62. package/marketplace-plugins/obsidian/README.md +42 -0
  63. package/marketplace-plugins/obsidian/commands/backlinks.md +22 -0
  64. package/marketplace-plugins/obsidian/commands/daily-note.md +29 -0
  65. package/marketplace-plugins/obsidian/commands/moc.md +24 -0
  66. package/marketplace-plugins/obsidian/commands/second-brain.md +37 -0
  67. package/marketplace-plugins/obsidian/commands/vault-search.md +20 -0
  68. package/marketplace-plugins/obsidian/skills/second-brain/SKILL.md +86 -0
  69. package/marketplace-plugins/powerpoint/.ur-plugin/plugin.json +26 -0
  70. package/marketplace-plugins/powerpoint/README.md +35 -0
  71. package/marketplace-plugins/powerpoint/commands/pptx-from-md.md +18 -0
  72. package/marketplace-plugins/powerpoint/commands/pptx-new.md +21 -0
  73. package/marketplace-plugins/powerpoint/commands/pptx-review.md +32 -0
  74. package/marketplace-plugins/powerpoint/commands/pptx-theme.md +18 -0
  75. package/marketplace-plugins/powerpoint/skills/deck-craft/SKILL.md +60 -0
  76. package/marketplace-plugins/release-notes/.ur-plugin/plugin.json +13 -0
  77. package/marketplace-plugins/release-notes/README.md +28 -0
  78. package/marketplace-plugins/release-notes/commands/release-notes.md +56 -0
  79. package/marketplace-plugins/skill-forge/.ur-plugin/plugin.json +13 -0
  80. package/marketplace-plugins/skill-forge/README.md +37 -0
  81. package/marketplace-plugins/skill-forge/commands/forge-skill.md +47 -0
  82. package/marketplace-plugins/skill-forge/commands/skill-refine.md +19 -0
  83. package/marketplace-plugins/skill-forge/skills/skill-authoring/SKILL.md +84 -0
  84. package/marketplace-plugins/word/.ur-plugin/plugin.json +26 -0
  85. package/marketplace-plugins/word/README.md +37 -0
  86. package/marketplace-plugins/word/commands/docx-edit.md +18 -0
  87. package/marketplace-plugins/word/commands/docx-from-md.md +19 -0
  88. package/marketplace-plugins/word/commands/docx-new.md +22 -0
  89. package/marketplace-plugins/word/commands/docx-review.md +29 -0
  90. package/marketplace-plugins/word/skills/document-craft/SKILL.md +61 -0
  91. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.24.0
4
+
5
+ ### Added
6
+ - Plugin marketplace capability metadata for MCP tools, executable skills,
7
+ templates, validators, language adapters, LSP servers, hooks, agents, and
8
+ commands.
9
+ - Bundled `engineering-discipline` reference plugin with `/discipline-check`,
10
+ `reproducible-release`, release-verifier template, release-gate validator,
11
+ and Markdown language-adapter metadata.
12
+ - Release readiness test that keeps production bundle, release, package, and
13
+ global-install GitHub checks behind successful Bun tests.
14
+
15
+ ### Changed
16
+ - npm package now includes `marketplace-plugins/` and documents the
17
+ marketplace surfaces in the npm README.
18
+ - UR product positioning is documented as an autonomous engineering workflow
19
+ engine for plan, execute, test, verify, document, benchmark, and reproduce.
20
+
21
+ ## 1.23.3
22
+
23
+ ### Fixed
24
+ - `repoIndex` tests failing in CI because `listIndexableFiles` silently returned `[]` when ripgrep (`rg`) was unavailable. Added a Node.js recursive file walker fallback that applies the same extension and skip-segment filters.
25
+
3
26
  ## 1.23.2
4
27
 
5
28
  ### Added
package/QUALITY.md CHANGED
@@ -16,7 +16,8 @@ bun run bundle
16
16
  bun run smoke
17
17
  bun run secrets:scan
18
18
  bun run release:check
19
- npm pack --dry-run
19
+ bun run package:check
20
+ npm publish --dry-run
20
21
  ```
21
22
 
22
23
  For project-specific feature work, `ur test-first detect` shows the detected
@@ -30,7 +31,9 @@ the repo architecture and manifest-derived command set; `ur context-pack
30
31
  compress` preserves task decisions, constraints, commands, and diffs.
31
32
 
32
33
  `bun run release:check` is also wired into `prepack`, so stale bundles and
33
- version drift fail before packaging.
34
+ version drift fail before packaging. The GitHub workflow must keep production
35
+ bundle, release, package, and global-install checks after the Bun test step;
36
+ do not tag or publish until that workflow is green.
34
37
 
35
38
  ## Documentation Gate
36
39
 
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # UR Agent
2
2
 
3
3
  <p align="center">
4
- <strong>Local-first terminal coding agent for real engineering workflows.</strong>
4
+ <strong>Autonomous engineering workflow engine for reproducible software work.</strong>
5
5
  </p>
6
6
 
7
7
  <p align="center">
@@ -10,10 +10,13 @@
10
10
  <a href="./QUALITY.md"><img alt="quality gate" src="https://img.shields.io/badge/quality-release%20gated-brightgreen.svg"></a>
11
11
  </p>
12
12
 
13
- UR Agent is a Bun and TypeScript command-line coding agent: a reproducible
14
- autonomous software engineering agent. It opens a stateful interactive terminal
15
- session by default, can run one-shot prompts for scripts, and includes workflow
16
- commands for specification-driven development,
13
+ UR Agent is a Bun and TypeScript autonomous engineering workflow engine: a
14
+ reproducible autonomous software engineering agent built for disciplined local
15
+ and CI-driven work. It is not only chat, autocomplete, or code edits: UR is
16
+ built to plan, execute, test, verify, document, benchmark, and reproduce
17
+ software work. It opens a stateful interactive terminal session by default, can
18
+ run one-shot prompts for scripts, and includes workflow commands for
19
+ specification-driven development,
17
20
  multi-agent execution, test-first quality loops, CI repair loops, background
18
21
  agents, MCP servers, plugins, skills, memory, permission safety policy,
19
22
  project context packing, verification, and local model routing.
@@ -52,8 +55,10 @@ handing work off to other tools or agents when needed.
52
55
  - **Verification and provenance.** Use `ur test-first`, the built-in verifier,
53
56
  `/verify`, `.ur/verify.json`, `ur artifacts`, `ur claim-ledger`, and `/trace`
54
57
  to make results easier to inspect.
55
- - **Extensible tool surface.** Add MCP servers, plugins, skills, role modes,
56
- custom agents, IDE diff bundles, A2A endpoints, and local knowledge indexes.
58
+ - **Extensible tool surface.** Add MCP tools, plugin marketplace entries,
59
+ executable skills, reusable templates, deterministic validators, language
60
+ adapters, LSP servers, role modes, custom agents, IDE diff bundles, A2A
61
+ endpoints, and local knowledge indexes.
57
62
 
58
63
  ## Quick Start
59
64
 
@@ -163,7 +168,7 @@ as first-class subcommands in the shipped CLI.
163
168
  | `ur model-doctor` | Inspect Ollama models and report likely agent capabilities. |
164
169
  | `ur model-route` | Recommend a local model for a task by capability fit. |
165
170
  | `ur mcp` | Configure and manage Model Context Protocol servers. |
166
- | `ur plugin` | Install, update, enable, disable, and validate UR plugins. |
171
+ | `ur plugin` | Install, update, enable, disable, and validate UR plugins that can add MCP tools, skills, templates, validators, language adapters, LSP servers, agents, hooks, output styles, and commands. |
167
172
  | `ur role-mode` | Install built-in Architect, Code, Debug, and Ask role modes. |
168
173
  | `ur acp` | Start/stop/status the Agent Communication Protocol server for IDE extensions. |
169
174
  | `ur exec` | Run one or more prompts in non-interactive mode with optional concurrency. |
@@ -178,6 +183,28 @@ Install matching agent templates with `ur agent-templates install`.
178
183
 
179
184
  New built-in tools (exposed through MCP and the ACP server): GitHub, API, Browser, Docker, TestRunner, Database. File-system and terminal tools are already built in (FileRead, FileEdit, FileWrite, Glob, Grep, Bash, PowerShell).
180
185
 
186
+ ### Plugin Marketplace
187
+
188
+ UR plugins are trusted local extension bundles. A marketplace entry can install
189
+ commands, MCP tools, executable skills, reusable templates, deterministic
190
+ validators, language adapters, LSP server metadata, agents, hooks, and output
191
+ styles. The bundled `engineering-discipline` reference plugin demonstrates the
192
+ full extension contract with a `/discipline-check` command, a
193
+ `reproducible-release` skill, a release-verifier template, a release-gate
194
+ validator, and Markdown language-adapter metadata.
195
+
196
+ ```sh
197
+ ur plugin list
198
+ ur plugin install engineering-discipline@ur-plugins-official
199
+ ur plugin install hello@ur-plugins-official
200
+ ur plugin update <plugin>
201
+ ur plugin disable <plugin>
202
+ ```
203
+
204
+ The npm package includes `README.md`, `QUALITY.md`, `docs/`, `documentation/`,
205
+ and `marketplace-plugins/`, so the npm package page and installed artifact both
206
+ carry the marketplace documentation.
207
+
181
208
  UR also documents the core Cursor-style agent primitives as first-class,
182
209
  project-backed features: Agent surfaces (`ur`, `ur agents`, `ur crew`, `ur bg`),
183
210
  Rules (`AGENTS.md`, `UR.md`, `.cursor/rules/*.mdc`, `.cursorrules`, safety and
@@ -328,12 +355,17 @@ bun run bundle
328
355
  bun run smoke
329
356
  bun run secrets:scan
330
357
  bun run release:check
331
- npm pack --dry-run
358
+ bun run package:check
359
+ npm publish --dry-run
332
360
  ```
333
361
 
334
362
  `dist/cli.js` is intentionally tracked because GitHub installs use the bundled
335
363
  CLI. Rebuild it after source, version, or macro changes.
336
364
 
365
+ The GitHub workflow runs production bundle, smoke, release, package, and global
366
+ install checks only after the Bun test step succeeds. Do not publish or tag a
367
+ release until that GitHub run is green.
368
+
337
369
  ## Documentation
338
370
 
339
371
  - [Usage Guide](docs/USAGE.md)