@garethdaine/agentops 0.9.1 → 0.9.3
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 +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="assets/banner.png" alt="AgentOps Banner" width="100%"/>
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# AgentOps — Enterprise Guardrails & Delivery Lifecycle for Claude Code
|
|
2
6
|
|
|
3
7
|
A plugin for [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) that wraps every session in 7 security layers, structures work with the STAR methodology, auto-pilots workflows, delegates to 12 specialist agents, learns from failures via self-evolution, and orchestrates full project builds from vision to merged PR.
|
|
4
8
|
|
|
5
9
|
37 slash commands | 44 hooks | 12 specialist agents | 49 templates | 32+ feature flags
|
|
6
10
|
|
|
7
|
-
|
|
11
|
+
[](https://github.com/garethdaine/agentops/actions/workflows/tests.yml)
|
|
12
|
+
[](https://github.com/garethdaine/agentops/actions/workflows/lint.yml)
|
|
13
|
+
[](https://github.com/garethdaine/agentops/actions/workflows/security.yml)
|
|
14
|
+
[](https://www.npmjs.com/package/@garethdaine/agentops)
|
|
15
|
+
[](LICENSE)
|
|
8
16
|
|
|
9
17
|
---
|
|
10
18
|
|