@microsoft/agentrc 2.0.1-8 → 2.0.1-9
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/README.md +1 -0
- package/dist/index.js +280 -239
- package/dist/index.js.map +1 -1
- package/dist/skills/area-instructions/SKILL.md +37 -0
- package/dist/skills/nested-detail/SKILL.md +22 -0
- package/dist/skills/nested-hub/SKILL.md +44 -0
- package/dist/skills/root-instructions/SKILL.md +29 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,6 +83,7 @@ Works with **GitHub** and **Azure DevOps**. Supports monorepos, multi-root VS Co
|
|
|
83
83
|
| **[At Scale](docs/at-scale.md)** | Batch processing across orgs |
|
|
84
84
|
| **[CI Integration](docs/ci-integration.md)** | GitHub Actions & Azure Pipelines |
|
|
85
85
|
| **[VS Code Extension](docs/extension.md)** | Sidebar views, commands, settings |
|
|
86
|
+
| **[Agent Plugin](plugin/README.md)** | Install as a Copilot agent plugin with built-in skills |
|
|
86
87
|
| **[Examples](examples/)** | Configs, evals, and policies |
|
|
87
88
|
|
|
88
89
|
[Customize AI in VS Code](https://code.visualstudio.com/docs/copilot/customization/overview) · [Custom instructions](https://code.visualstudio.com/docs/copilot/customization/custom-instructions) · [CONTRIBUTING.md](CONTRIBUTING.md)
|