ur-agent 1.24.0 → 1.24.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.
Files changed (115) hide show
  1. package/CHANGELOG.md +8 -3
  2. package/CONTRIBUTING.md +21 -0
  3. package/LICENSE +1 -1
  4. package/README.md +46 -11
  5. package/RELEASE.md +54 -0
  6. package/SECURITY.md +22 -0
  7. package/bin/ur.js +5 -5
  8. package/dist/cli.js +880 -1065
  9. package/docs/AGENT_FEATURES.md +2 -2
  10. package/docs/AGENT_UPGRADE_1.15.0.md +1 -1
  11. package/docs/AGENT_UPGRADE_1.16.0.md +1 -1
  12. package/docs/AGENT_UPGRADE_1.17.0.md +1 -1
  13. package/docs/AGENT_UPGRADE_1.18.0.md +1 -1
  14. package/docs/AGENT_UPGRADE_1.19.0.md +1 -1
  15. package/docs/AGENT_UPGRADE_1.20.0.md +1 -1
  16. package/docs/AGENT_UPGRADE_1.21.0.md +1 -1
  17. package/docs/AGENT_UPGRADE_1.22.0.md +1 -1
  18. package/docs/CODE_FEATURE_INVENTORY.md +3 -3
  19. package/docs/DEVELOPMENT.md +6 -3
  20. package/docs/USAGE.md +15 -0
  21. package/docs/VALIDATION.md +4 -4
  22. package/docs/plugins.md +52 -0
  23. package/documentation/README.md +2 -2
  24. package/documentation/app.js +2 -2
  25. package/documentation/assets/ur-architecture.svg +1 -1
  26. package/documentation/index.html +6 -6
  27. package/package.json +11 -7
  28. package/plugins/bunBundleDev.ts +32 -0
  29. package/plugins/community/.gitkeep +1 -0
  30. package/{marketplace-plugins → plugins/core}/README.md +3 -3
  31. package/plugins/core/code-review/.ur-plugin/plugin.json +13 -0
  32. package/{marketplace-plugins → plugins/core}/engineering-discipline/.ur-plugin/plugin.json +4 -4
  33. package/{marketplace-plugins → plugins/core}/evaluate-response/.ur-plugin/plugin.json +4 -4
  34. package/{marketplace-plugins → plugins/core}/explain-error/.ur-plugin/plugin.json +4 -4
  35. package/{marketplace-plugins → plugins/core}/git-summary/.ur-plugin/plugin.json +4 -4
  36. package/{marketplace-plugins → plugins/core}/github/.ur-plugin/plugin.json +4 -4
  37. package/{marketplace-plugins → plugins/core}/gitlab/.ur-plugin/plugin.json +4 -4
  38. package/{marketplace-plugins → plugins/core}/hello/.ur-plugin/plugin.json +4 -4
  39. package/{marketplace-plugins → plugins/core}/hello/README.md +4 -4
  40. package/{marketplace-plugins → plugins/core}/huggingface/.ur-plugin/plugin.json +4 -4
  41. package/{marketplace-plugins → plugins/core}/miro/.ur-plugin/plugin.json +4 -4
  42. package/{marketplace-plugins → plugins/core}/obsidian/.ur-plugin/plugin.json +4 -4
  43. package/{marketplace-plugins → plugins/core}/powerpoint/.ur-plugin/plugin.json +4 -4
  44. package/plugins/core/release-notes/.ur-plugin/plugin.json +13 -0
  45. package/{marketplace-plugins → plugins/core}/skill-forge/.ur-plugin/plugin.json +4 -4
  46. package/{marketplace-plugins → plugins/core}/word/.ur-plugin/plugin.json +4 -4
  47. package/plugins/examples/README.md +12 -0
  48. package/plugins/examples/command-template/.ur-plugin/plugin.json +12 -0
  49. package/plugins/examples/command-template/README.md +9 -0
  50. package/plugins/examples/command-template/commands/example.md +7 -0
  51. package/marketplace-plugins/code-review/.ur-plugin/plugin.json +0 -13
  52. package/marketplace-plugins/release-notes/.ur-plugin/plugin.json +0 -13
  53. /package/{marketplace-plugins → plugins/core}/code-review/README.md +0 -0
  54. /package/{marketplace-plugins → plugins/core}/code-review/commands/code-review.md +0 -0
  55. /package/{marketplace-plugins → plugins/core}/engineering-discipline/README.md +0 -0
  56. /package/{marketplace-plugins → plugins/core}/engineering-discipline/commands/discipline-check.md +0 -0
  57. /package/{marketplace-plugins → plugins/core}/engineering-discipline/skills/reproducible-release/SKILL.md +0 -0
  58. /package/{marketplace-plugins → plugins/core}/engineering-discipline/templates/release-verifier.md +0 -0
  59. /package/{marketplace-plugins → plugins/core}/engineering-discipline/validators/release-gate.json +0 -0
  60. /package/{marketplace-plugins → plugins/core}/evaluate-response/README.md +0 -0
  61. /package/{marketplace-plugins → plugins/core}/evaluate-response/commands/evaluate-response.md +0 -0
  62. /package/{marketplace-plugins → plugins/core}/explain-error/README.md +0 -0
  63. /package/{marketplace-plugins → plugins/core}/explain-error/commands/explain-error.md +0 -0
  64. /package/{marketplace-plugins → plugins/core}/git-summary/README.md +0 -0
  65. /package/{marketplace-plugins → plugins/core}/git-summary/commands/git-summary.md +0 -0
  66. /package/{marketplace-plugins → plugins/core}/github/README.md +0 -0
  67. /package/{marketplace-plugins → plugins/core}/github/commands/gh-issues.md +0 -0
  68. /package/{marketplace-plugins → plugins/core}/github/commands/gh-pr-create.md +0 -0
  69. /package/{marketplace-plugins → plugins/core}/github/commands/gh-pr-review.md +0 -0
  70. /package/{marketplace-plugins → plugins/core}/github/commands/gh-repo-health.md +0 -0
  71. /package/{marketplace-plugins → plugins/core}/github/skills/github-workflow/SKILL.md +0 -0
  72. /package/{marketplace-plugins → plugins/core}/gitlab/README.md +0 -0
  73. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-issues.md +0 -0
  74. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-mr-create.md +0 -0
  75. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-mr-review.md +0 -0
  76. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-pipeline.md +0 -0
  77. /package/{marketplace-plugins → plugins/core}/gitlab/skills/gitlab-workflow/SKILL.md +0 -0
  78. /package/{marketplace-plugins → plugins/core}/hello/commands/hello.md +0 -0
  79. /package/{marketplace-plugins → plugins/core}/huggingface/README.md +0 -0
  80. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-dataset-search.md +0 -0
  81. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-download.md +0 -0
  82. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-model-card.md +0 -0
  83. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-model-search.md +0 -0
  84. /package/{marketplace-plugins → plugins/core}/huggingface/skills/huggingface-workflow/SKILL.md +0 -0
  85. /package/{marketplace-plugins → plugins/core}/miro/README.md +0 -0
  86. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-board.md +0 -0
  87. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-diagram.md +0 -0
  88. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-export.md +0 -0
  89. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-stickies.md +0 -0
  90. /package/{marketplace-plugins → plugins/core}/miro/skills/miro-workflow/SKILL.md +0 -0
  91. /package/{marketplace-plugins → plugins/core}/obsidian/README.md +0 -0
  92. /package/{marketplace-plugins → plugins/core}/obsidian/commands/backlinks.md +0 -0
  93. /package/{marketplace-plugins → plugins/core}/obsidian/commands/daily-note.md +0 -0
  94. /package/{marketplace-plugins → plugins/core}/obsidian/commands/moc.md +0 -0
  95. /package/{marketplace-plugins → plugins/core}/obsidian/commands/second-brain.md +0 -0
  96. /package/{marketplace-plugins → plugins/core}/obsidian/commands/vault-search.md +0 -0
  97. /package/{marketplace-plugins → plugins/core}/obsidian/skills/second-brain/SKILL.md +0 -0
  98. /package/{marketplace-plugins → plugins/core}/powerpoint/README.md +0 -0
  99. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-from-md.md +0 -0
  100. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-new.md +0 -0
  101. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-review.md +0 -0
  102. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-theme.md +0 -0
  103. /package/{marketplace-plugins → plugins/core}/powerpoint/skills/deck-craft/SKILL.md +0 -0
  104. /package/{marketplace-plugins → plugins/core}/release-notes/README.md +0 -0
  105. /package/{marketplace-plugins → plugins/core}/release-notes/commands/release-notes.md +0 -0
  106. /package/{marketplace-plugins → plugins/core}/skill-forge/README.md +0 -0
  107. /package/{marketplace-plugins → plugins/core}/skill-forge/commands/forge-skill.md +0 -0
  108. /package/{marketplace-plugins → plugins/core}/skill-forge/commands/skill-refine.md +0 -0
  109. /package/{marketplace-plugins → plugins/core}/skill-forge/skills/skill-authoring/SKILL.md +0 -0
  110. /package/{marketplace-plugins → plugins/core}/word/README.md +0 -0
  111. /package/{marketplace-plugins → plugins/core}/word/commands/docx-edit.md +0 -0
  112. /package/{marketplace-plugins → plugins/core}/word/commands/docx-from-md.md +0 -0
  113. /package/{marketplace-plugins → plugins/core}/word/commands/docx-new.md +0 -0
  114. /package/{marketplace-plugins → plugins/core}/word/commands/docx-review.md +0 -0
  115. /package/{marketplace-plugins → plugins/core}/word/skills/document-craft/SKILL.md +0 -0
@@ -4,11 +4,11 @@
4
4
  "description": "Turn UR into an Obsidian second-brain operator: capture atomic notes, daily notes, Maps of Content, backlinks, and cited vault search — via direct vault edits or the Obsidian Local REST API MCP server.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/obsidian",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/obsidian",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["obsidian", "second-brain", "zettelkasten", "pkm", "notes", "mcp"],
13
13
  "mcpServers": {
14
14
  "obsidian": {
@@ -4,11 +4,11 @@
4
4
  "description": "Build, convert, review, and theme PowerPoint decks from UR — through the Office PowerPoint MCP server (python-pptx, ~32 tools, templates) with a python-pptx fallback.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/powerpoint",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/powerpoint",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["powerpoint", "pptx", "slides", "presentation", "office", "mcp"],
13
13
  "mcpServers": {
14
14
  "powerpoint": {
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "release-notes",
3
+ "version": "0.1.0",
4
+ "description": "Adds /release-notes — drafts release notes from git log since the last tag.",
5
+ "author": {
6
+ "name": "Maitham Al-rubaye",
7
+ "url": "https://github.com/Maitham16/UR"
8
+ },
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/release-notes",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
+ "keywords": ["release", "notes", "changelog", "git"]
13
+ }
@@ -4,10 +4,10 @@
4
4
  "description": "Have the agent author complete skills for you: describe what you want, and the active model writes a ready-to-use SKILL.md (frontmatter, steps, success criteria) and saves it to your skills directory.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/skill-forge",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/skill-forge",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["skill", "authoring", "generator", "automation", "meta"]
13
13
  }
@@ -4,11 +4,11 @@
4
4
  "description": "Create, convert, review, and edit Microsoft Word documents from UR — through the Office Word MCP server (python-docx, ~54 tools) with a pandoc / python-docx fallback.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/word",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/word",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["word", "docx", "document", "office", "mcp"],
13
13
  "mcpServers": {
14
14
  "word": {
@@ -0,0 +1,12 @@
1
+ # UR-AGENT plugin examples
2
+
3
+ This directory contains templates for local UR-AGENT plugins. Copy an example
4
+ directory, edit its `.ur-plugin/plugin.json`, and install it with:
5
+
6
+ ```bash
7
+ ur --plugin-dir ./plugins/examples/command-template
8
+ ```
9
+
10
+ Production first-party plugins live in `plugins/core/`. Community plugins can
11
+ be staged under `plugins/community/` before being promoted into the official
12
+ marketplace manifest.
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "command-template",
3
+ "displayName": "Command Template",
4
+ "version": "0.1.0",
5
+ "description": "Minimal UR-AGENT plugin template that contributes one slash command.",
6
+ "author": {
7
+ "name": "UR-AGENT"
8
+ },
9
+ "commands": {
10
+ "example": "./commands/example.md"
11
+ }
12
+ }
@@ -0,0 +1,9 @@
1
+ # Command Template
2
+
3
+ Minimal local UR-AGENT plugin template.
4
+
5
+ ```bash
6
+ ur --plugin-dir ./plugins/examples/command-template
7
+ ```
8
+
9
+ Edit `commands/example.md` to change the command behavior.
@@ -0,0 +1,7 @@
1
+ ---
2
+ description: Demonstrate a minimal UR-AGENT plugin command.
3
+ argument-hint: "[optional context]"
4
+ ---
5
+
6
+ Reply with a short, factual confirmation that the command-template plugin is
7
+ loaded. If `$ARGUMENTS` is present, include it as the user-provided context.
@@ -1,13 +0,0 @@
1
- {
2
- "name": "code-review",
3
- "version": "0.1.0",
4
- "description": "Adds /code-review — structured review of the working diff against a base ref.",
5
- "author": {
6
- "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
8
- },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/code-review",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
12
- "keywords": ["code-review", "git", "diff", "quality"]
13
- }
@@ -1,13 +0,0 @@
1
- {
2
- "name": "release-notes",
3
- "version": "0.1.0",
4
- "description": "Adds /release-notes — drafts release notes from git log since the last tag.",
5
- "author": {
6
- "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
8
- },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/release-notes",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
12
- "keywords": ["release", "notes", "changelog", "git"]
13
- }