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.
- package/CHANGELOG.md +8 -3
- package/CONTRIBUTING.md +21 -0
- package/LICENSE +1 -1
- package/README.md +46 -11
- package/RELEASE.md +54 -0
- package/SECURITY.md +22 -0
- package/bin/ur.js +5 -5
- package/dist/cli.js +880 -1065
- package/docs/AGENT_FEATURES.md +2 -2
- package/docs/AGENT_UPGRADE_1.15.0.md +1 -1
- package/docs/AGENT_UPGRADE_1.16.0.md +1 -1
- package/docs/AGENT_UPGRADE_1.17.0.md +1 -1
- package/docs/AGENT_UPGRADE_1.18.0.md +1 -1
- package/docs/AGENT_UPGRADE_1.19.0.md +1 -1
- package/docs/AGENT_UPGRADE_1.20.0.md +1 -1
- package/docs/AGENT_UPGRADE_1.21.0.md +1 -1
- package/docs/AGENT_UPGRADE_1.22.0.md +1 -1
- package/docs/CODE_FEATURE_INVENTORY.md +3 -3
- package/docs/DEVELOPMENT.md +6 -3
- package/docs/USAGE.md +15 -0
- package/docs/VALIDATION.md +4 -4
- package/docs/plugins.md +52 -0
- package/documentation/README.md +2 -2
- package/documentation/app.js +2 -2
- package/documentation/assets/ur-architecture.svg +1 -1
- package/documentation/index.html +6 -6
- package/package.json +11 -7
- package/plugins/bunBundleDev.ts +32 -0
- package/plugins/community/.gitkeep +1 -0
- package/{marketplace-plugins → plugins/core}/README.md +3 -3
- package/plugins/core/code-review/.ur-plugin/plugin.json +13 -0
- package/{marketplace-plugins → plugins/core}/engineering-discipline/.ur-plugin/plugin.json +4 -4
- package/{marketplace-plugins → plugins/core}/evaluate-response/.ur-plugin/plugin.json +4 -4
- package/{marketplace-plugins → plugins/core}/explain-error/.ur-plugin/plugin.json +4 -4
- package/{marketplace-plugins → plugins/core}/git-summary/.ur-plugin/plugin.json +4 -4
- package/{marketplace-plugins → plugins/core}/github/.ur-plugin/plugin.json +4 -4
- package/{marketplace-plugins → plugins/core}/gitlab/.ur-plugin/plugin.json +4 -4
- package/{marketplace-plugins → plugins/core}/hello/.ur-plugin/plugin.json +4 -4
- package/{marketplace-plugins → plugins/core}/hello/README.md +4 -4
- package/{marketplace-plugins → plugins/core}/huggingface/.ur-plugin/plugin.json +4 -4
- package/{marketplace-plugins → plugins/core}/miro/.ur-plugin/plugin.json +4 -4
- package/{marketplace-plugins → plugins/core}/obsidian/.ur-plugin/plugin.json +4 -4
- package/{marketplace-plugins → plugins/core}/powerpoint/.ur-plugin/plugin.json +4 -4
- package/plugins/core/release-notes/.ur-plugin/plugin.json +13 -0
- package/{marketplace-plugins → plugins/core}/skill-forge/.ur-plugin/plugin.json +4 -4
- package/{marketplace-plugins → plugins/core}/word/.ur-plugin/plugin.json +4 -4
- package/plugins/examples/README.md +12 -0
- package/plugins/examples/command-template/.ur-plugin/plugin.json +12 -0
- package/plugins/examples/command-template/README.md +9 -0
- package/plugins/examples/command-template/commands/example.md +7 -0
- package/marketplace-plugins/code-review/.ur-plugin/plugin.json +0 -13
- package/marketplace-plugins/release-notes/.ur-plugin/plugin.json +0 -13
- /package/{marketplace-plugins → plugins/core}/code-review/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/code-review/commands/code-review.md +0 -0
- /package/{marketplace-plugins → plugins/core}/engineering-discipline/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/engineering-discipline/commands/discipline-check.md +0 -0
- /package/{marketplace-plugins → plugins/core}/engineering-discipline/skills/reproducible-release/SKILL.md +0 -0
- /package/{marketplace-plugins → plugins/core}/engineering-discipline/templates/release-verifier.md +0 -0
- /package/{marketplace-plugins → plugins/core}/engineering-discipline/validators/release-gate.json +0 -0
- /package/{marketplace-plugins → plugins/core}/evaluate-response/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/evaluate-response/commands/evaluate-response.md +0 -0
- /package/{marketplace-plugins → plugins/core}/explain-error/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/explain-error/commands/explain-error.md +0 -0
- /package/{marketplace-plugins → plugins/core}/git-summary/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/git-summary/commands/git-summary.md +0 -0
- /package/{marketplace-plugins → plugins/core}/github/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/github/commands/gh-issues.md +0 -0
- /package/{marketplace-plugins → plugins/core}/github/commands/gh-pr-create.md +0 -0
- /package/{marketplace-plugins → plugins/core}/github/commands/gh-pr-review.md +0 -0
- /package/{marketplace-plugins → plugins/core}/github/commands/gh-repo-health.md +0 -0
- /package/{marketplace-plugins → plugins/core}/github/skills/github-workflow/SKILL.md +0 -0
- /package/{marketplace-plugins → plugins/core}/gitlab/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-issues.md +0 -0
- /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-mr-create.md +0 -0
- /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-mr-review.md +0 -0
- /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-pipeline.md +0 -0
- /package/{marketplace-plugins → plugins/core}/gitlab/skills/gitlab-workflow/SKILL.md +0 -0
- /package/{marketplace-plugins → plugins/core}/hello/commands/hello.md +0 -0
- /package/{marketplace-plugins → plugins/core}/huggingface/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-dataset-search.md +0 -0
- /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-download.md +0 -0
- /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-model-card.md +0 -0
- /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-model-search.md +0 -0
- /package/{marketplace-plugins → plugins/core}/huggingface/skills/huggingface-workflow/SKILL.md +0 -0
- /package/{marketplace-plugins → plugins/core}/miro/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/miro/commands/miro-board.md +0 -0
- /package/{marketplace-plugins → plugins/core}/miro/commands/miro-diagram.md +0 -0
- /package/{marketplace-plugins → plugins/core}/miro/commands/miro-export.md +0 -0
- /package/{marketplace-plugins → plugins/core}/miro/commands/miro-stickies.md +0 -0
- /package/{marketplace-plugins → plugins/core}/miro/skills/miro-workflow/SKILL.md +0 -0
- /package/{marketplace-plugins → plugins/core}/obsidian/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/obsidian/commands/backlinks.md +0 -0
- /package/{marketplace-plugins → plugins/core}/obsidian/commands/daily-note.md +0 -0
- /package/{marketplace-plugins → plugins/core}/obsidian/commands/moc.md +0 -0
- /package/{marketplace-plugins → plugins/core}/obsidian/commands/second-brain.md +0 -0
- /package/{marketplace-plugins → plugins/core}/obsidian/commands/vault-search.md +0 -0
- /package/{marketplace-plugins → plugins/core}/obsidian/skills/second-brain/SKILL.md +0 -0
- /package/{marketplace-plugins → plugins/core}/powerpoint/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-from-md.md +0 -0
- /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-new.md +0 -0
- /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-review.md +0 -0
- /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-theme.md +0 -0
- /package/{marketplace-plugins → plugins/core}/powerpoint/skills/deck-craft/SKILL.md +0 -0
- /package/{marketplace-plugins → plugins/core}/release-notes/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/release-notes/commands/release-notes.md +0 -0
- /package/{marketplace-plugins → plugins/core}/skill-forge/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/skill-forge/commands/forge-skill.md +0 -0
- /package/{marketplace-plugins → plugins/core}/skill-forge/commands/skill-refine.md +0 -0
- /package/{marketplace-plugins → plugins/core}/skill-forge/skills/skill-authoring/SKILL.md +0 -0
- /package/{marketplace-plugins → plugins/core}/word/README.md +0 -0
- /package/{marketplace-plugins → plugins/core}/word/commands/docx-edit.md +0 -0
- /package/{marketplace-plugins → plugins/core}/word/commands/docx-from-md.md +0 -0
- /package/{marketplace-plugins → plugins/core}/word/commands/docx-new.md +0 -0
- /package/{marketplace-plugins → plugins/core}/word/commands/docx-review.md +0 -0
- /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/
|
|
7
|
+
"url": "https://github.com/Maitham16/UR"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://github.com/Maitham16/
|
|
10
|
-
"repository": "https://github.com/Maitham16/
|
|
11
|
-
"license": "LicenseRef-UR-
|
|
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/
|
|
7
|
+
"url": "https://github.com/Maitham16/UR"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://github.com/Maitham16/
|
|
10
|
-
"repository": "https://github.com/Maitham16/
|
|
11
|
-
"license": "LicenseRef-UR-
|
|
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/
|
|
7
|
+
"url": "https://github.com/Maitham16/UR"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://github.com/Maitham16/
|
|
10
|
-
"repository": "https://github.com/Maitham16/
|
|
11
|
-
"license": "LicenseRef-UR-
|
|
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/
|
|
7
|
+
"url": "https://github.com/Maitham16/UR"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://github.com/Maitham16/
|
|
10
|
-
"repository": "https://github.com/Maitham16/
|
|
11
|
-
"license": "LicenseRef-UR-
|
|
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,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
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{marketplace-plugins → plugins/core}/engineering-discipline/commands/discipline-check.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/{marketplace-plugins → plugins/core}/engineering-discipline/templates/release-verifier.md
RENAMED
|
File without changes
|
/package/{marketplace-plugins → plugins/core}/engineering-discipline/validators/release-gate.json
RENAMED
|
File without changes
|
|
File without changes
|
/package/{marketplace-plugins → plugins/core}/evaluate-response/commands/evaluate-response.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{marketplace-plugins → plugins/core}/huggingface/skills/huggingface-workflow/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|