ur-agent 1.23.3 → 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 (114) hide show
  1. package/CHANGELOG.md +25 -2
  2. package/CONTRIBUTING.md +21 -0
  3. package/LICENSE +1 -1
  4. package/QUALITY.md +5 -2
  5. package/README.md +83 -16
  6. package/RELEASE.md +54 -0
  7. package/SECURITY.md +22 -0
  8. package/bin/ur.js +5 -5
  9. package/dist/cli.js +5423 -4655
  10. package/docs/AGENT_FEATURES.md +8 -0
  11. package/docs/AGENT_UPGRADE_1.15.0.md +1 -1
  12. package/docs/AGENT_UPGRADE_1.16.0.md +1 -1
  13. package/docs/AGENT_UPGRADE_1.17.0.md +1 -1
  14. package/docs/AGENT_UPGRADE_1.18.0.md +1 -1
  15. package/docs/AGENT_UPGRADE_1.19.0.md +1 -1
  16. package/docs/AGENT_UPGRADE_1.20.0.md +1 -1
  17. package/docs/AGENT_UPGRADE_1.21.0.md +1 -1
  18. package/docs/AGENT_UPGRADE_1.22.0.md +1 -1
  19. package/docs/CODE_FEATURE_INVENTORY.md +9 -3
  20. package/docs/DEVELOPMENT.md +8 -4
  21. package/docs/USAGE.md +18 -1
  22. package/docs/VALIDATION.md +4 -4
  23. package/docs/plugins.md +52 -0
  24. package/documentation/README.md +2 -2
  25. package/documentation/app.js +5 -5
  26. package/documentation/assets/ur-architecture.svg +1 -1
  27. package/documentation/index.html +15 -11
  28. package/package.json +11 -6
  29. package/plugins/bunBundleDev.ts +32 -0
  30. package/plugins/community/.gitkeep +1 -0
  31. package/plugins/core/README.md +69 -0
  32. package/plugins/core/code-review/.ur-plugin/plugin.json +13 -0
  33. package/plugins/core/code-review/README.md +37 -0
  34. package/plugins/core/code-review/commands/code-review.md +47 -0
  35. package/plugins/core/engineering-discipline/.ur-plugin/plugin.json +33 -0
  36. package/plugins/core/engineering-discipline/README.md +21 -0
  37. package/plugins/core/engineering-discipline/commands/discipline-check.md +25 -0
  38. package/plugins/core/engineering-discipline/skills/reproducible-release/SKILL.md +31 -0
  39. package/plugins/core/engineering-discipline/templates/release-verifier.md +18 -0
  40. package/plugins/core/engineering-discipline/validators/release-gate.json +7 -0
  41. package/plugins/core/evaluate-response/.ur-plugin/plugin.json +13 -0
  42. package/plugins/core/evaluate-response/README.md +42 -0
  43. package/plugins/core/evaluate-response/commands/evaluate-response.md +61 -0
  44. package/plugins/core/explain-error/.ur-plugin/plugin.json +13 -0
  45. package/plugins/core/explain-error/README.md +32 -0
  46. package/plugins/core/explain-error/commands/explain-error.md +37 -0
  47. package/plugins/core/git-summary/.ur-plugin/plugin.json +13 -0
  48. package/plugins/core/git-summary/README.md +29 -0
  49. package/plugins/core/git-summary/commands/git-summary.md +27 -0
  50. package/plugins/core/github/.ur-plugin/plugin.json +31 -0
  51. package/plugins/core/github/README.md +37 -0
  52. package/plugins/core/github/commands/gh-issues.md +19 -0
  53. package/plugins/core/github/commands/gh-pr-create.md +19 -0
  54. package/plugins/core/github/commands/gh-pr-review.md +37 -0
  55. package/plugins/core/github/commands/gh-repo-health.md +23 -0
  56. package/plugins/core/github/skills/github-workflow/SKILL.md +53 -0
  57. package/plugins/core/gitlab/.ur-plugin/plugin.json +39 -0
  58. package/plugins/core/gitlab/README.md +39 -0
  59. package/plugins/core/gitlab/commands/gl-issues.md +19 -0
  60. package/plugins/core/gitlab/commands/gl-mr-create.md +19 -0
  61. package/plugins/core/gitlab/commands/gl-mr-review.md +36 -0
  62. package/plugins/core/gitlab/commands/gl-pipeline.md +21 -0
  63. package/plugins/core/gitlab/skills/gitlab-workflow/SKILL.md +63 -0
  64. package/plugins/core/hello/.ur-plugin/plugin.json +13 -0
  65. package/plugins/core/hello/README.md +45 -0
  66. package/plugins/core/hello/commands/hello.md +16 -0
  67. package/plugins/core/huggingface/.ur-plugin/plugin.json +36 -0
  68. package/plugins/core/huggingface/README.md +36 -0
  69. package/plugins/core/huggingface/commands/hf-dataset-search.md +19 -0
  70. package/plugins/core/huggingface/commands/hf-download.md +23 -0
  71. package/plugins/core/huggingface/commands/hf-model-card.md +23 -0
  72. package/plugins/core/huggingface/commands/hf-model-search.md +20 -0
  73. package/plugins/core/huggingface/skills/huggingface-workflow/SKILL.md +70 -0
  74. package/plugins/core/miro/.ur-plugin/plugin.json +27 -0
  75. package/plugins/core/miro/README.md +39 -0
  76. package/plugins/core/miro/commands/miro-board.md +17 -0
  77. package/plugins/core/miro/commands/miro-diagram.md +20 -0
  78. package/plugins/core/miro/commands/miro-export.md +18 -0
  79. package/plugins/core/miro/commands/miro-stickies.md +19 -0
  80. package/plugins/core/miro/skills/miro-workflow/SKILL.md +54 -0
  81. package/plugins/core/obsidian/.ur-plugin/plugin.json +42 -0
  82. package/plugins/core/obsidian/README.md +42 -0
  83. package/plugins/core/obsidian/commands/backlinks.md +22 -0
  84. package/plugins/core/obsidian/commands/daily-note.md +29 -0
  85. package/plugins/core/obsidian/commands/moc.md +24 -0
  86. package/plugins/core/obsidian/commands/second-brain.md +37 -0
  87. package/plugins/core/obsidian/commands/vault-search.md +20 -0
  88. package/plugins/core/obsidian/skills/second-brain/SKILL.md +86 -0
  89. package/plugins/core/powerpoint/.ur-plugin/plugin.json +26 -0
  90. package/plugins/core/powerpoint/README.md +35 -0
  91. package/plugins/core/powerpoint/commands/pptx-from-md.md +18 -0
  92. package/plugins/core/powerpoint/commands/pptx-new.md +21 -0
  93. package/plugins/core/powerpoint/commands/pptx-review.md +32 -0
  94. package/plugins/core/powerpoint/commands/pptx-theme.md +18 -0
  95. package/plugins/core/powerpoint/skills/deck-craft/SKILL.md +60 -0
  96. package/plugins/core/release-notes/.ur-plugin/plugin.json +13 -0
  97. package/plugins/core/release-notes/README.md +28 -0
  98. package/plugins/core/release-notes/commands/release-notes.md +56 -0
  99. package/plugins/core/skill-forge/.ur-plugin/plugin.json +13 -0
  100. package/plugins/core/skill-forge/README.md +37 -0
  101. package/plugins/core/skill-forge/commands/forge-skill.md +47 -0
  102. package/plugins/core/skill-forge/commands/skill-refine.md +19 -0
  103. package/plugins/core/skill-forge/skills/skill-authoring/SKILL.md +84 -0
  104. package/plugins/core/word/.ur-plugin/plugin.json +26 -0
  105. package/plugins/core/word/README.md +37 -0
  106. package/plugins/core/word/commands/docx-edit.md +18 -0
  107. package/plugins/core/word/commands/docx-from-md.md +19 -0
  108. package/plugins/core/word/commands/docx-new.md +22 -0
  109. package/plugins/core/word/commands/docx-review.md +29 -0
  110. package/plugins/core/word/skills/document-craft/SKILL.md +61 -0
  111. package/plugins/examples/README.md +12 -0
  112. package/plugins/examples/command-template/.ur-plugin/plugin.json +12 -0
  113. package/plugins/examples/command-template/README.md +9 -0
  114. package/plugins/examples/command-template/commands/example.md +7 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.