aidevops 2.68.0 → 2.69.0
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 +25 -10
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup.sh +1 -1
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ The result: AI agents that work *with* your development process, not around it.
|
|
|
42
42
|
|
|
43
43
|
<!-- License & Legal -->
|
|
44
44
|
[](https://opensource.org/licenses/MIT)
|
|
45
|
-
[](https://github.com/marcusquinn)
|
|
45
|
+
[](https://github.com/marcusquinn)
|
|
46
46
|
|
|
47
47
|
<!-- GitHub Stats -->
|
|
48
48
|
[](https://github.com/marcusquinn/aidevops/stargazers)
|
|
@@ -92,8 +92,8 @@ The result: AI agents that work *with* your development process, not around it.
|
|
|
92
92
|
### Agent Structure
|
|
93
93
|
|
|
94
94
|
- ~15 main agents (Plan+, Build+, SEO, WordPress, etc.)
|
|
95
|
-
-
|
|
96
|
-
-
|
|
95
|
+
- 230+ subagent markdown files organized by domain
|
|
96
|
+
- 130+ helper scripts in `.agent/scripts/`
|
|
97
97
|
|
|
98
98
|
<!-- AI-CONTEXT-END -->
|
|
99
99
|
|
|
@@ -449,7 +449,7 @@ aidevops implements proven agent design patterns identified by [Lance Martin (La
|
|
|
449
449
|
|
|
450
450
|
| Pattern | Description | aidevops Implementation |
|
|
451
451
|
|---------|-------------|------------------------|
|
|
452
|
-
| **Give Agents a Computer** | Filesystem + shell for persistent context | `~/.aidevops/.agent-workspace/`,
|
|
452
|
+
| **Give Agents a Computer** | Filesystem + shell for persistent context | `~/.aidevops/.agent-workspace/`, 130+ helper scripts |
|
|
453
453
|
| **Multi-Layer Action Space** | Few tools, push actions to computer | Per-agent MCP filtering (~12-20 tools each) |
|
|
454
454
|
| **Progressive Disclosure** | Load context on-demand | Subagent tables, YAML frontmatter, read-on-demand |
|
|
455
455
|
| **Offload Context** | Write results to filesystem | `.agent-workspace/work/[project]/` for persistence |
|
|
@@ -528,6 +528,10 @@ The setup script offers to install these tools automatically.
|
|
|
528
528
|
- **[CrewAI](https://crewai.com/)**: Multi-agent teams with role-based orchestration (MIT, localhost:8501)
|
|
529
529
|
- **[AutoGen](https://microsoft.github.io/autogen/)**: Microsoft's agentic AI framework with MCP support (MIT, localhost:8081)
|
|
530
530
|
|
|
531
|
+
### **Video Creation**
|
|
532
|
+
|
|
533
|
+
- **[Remotion](https://remotion.dev/)**: Programmatic video creation with React - animations, compositions, media handling, captions
|
|
534
|
+
|
|
531
535
|
### **WordPress Development**
|
|
532
536
|
|
|
533
537
|
- **[LocalWP](https://localwp.com)**: WordPress development environment with MCP database access
|
|
@@ -563,6 +567,11 @@ The setup script offers to install these tools automatically.
|
|
|
563
567
|
- **[Twilio](https://www.twilio.com/)**: SMS, voice calls, WhatsApp, phone verification (Verify API), call recording & transcription
|
|
564
568
|
- **[Telfon](https://mytelfon.com/)**: Twilio-powered cloud phone system with iOS/Android/Chrome apps for end-user calling interface
|
|
565
569
|
|
|
570
|
+
### **Animation & Video**
|
|
571
|
+
|
|
572
|
+
- **[Anime.js](https://animejs.com/)**: Lightweight JavaScript animation library for CSS, SVG, DOM attributes, and JS objects
|
|
573
|
+
- **[Remotion](https://remotion.dev/)**: Programmatic video creation with React - create videos using code with 29 specialized rule files
|
|
574
|
+
|
|
566
575
|
### **Performance & Monitoring**
|
|
567
576
|
|
|
568
577
|
- **[PageSpeed Insights](https://pagespeed.web.dev/)**: Website performance auditing
|
|
@@ -889,7 +898,7 @@ aidevops is registered as a **Claude Code plugin marketplace**. Install with two
|
|
|
889
898
|
/plugin install aidevops@aidevops
|
|
890
899
|
```
|
|
891
900
|
|
|
892
|
-
This installs the complete framework:
|
|
901
|
+
This installs the complete framework: 13 domain agents, 225+ subagents, and 130+ helper scripts.
|
|
893
902
|
|
|
894
903
|
### Importing External Skills
|
|
895
904
|
|
|
@@ -955,7 +964,7 @@ Ordered as they appear in OpenCode Tab selector and other AI assistants (14 tota
|
|
|
955
964
|
|
|
956
965
|
### **Example Subagents with MCP Integration**
|
|
957
966
|
|
|
958
|
-
These are examples of subagents that have supporting MCPs enabled. See `.agent/` for the full list of
|
|
967
|
+
These are examples of subagents that have supporting MCPs enabled. See `.agent/` for the full list of 225+ subagents organized by domain.
|
|
959
968
|
|
|
960
969
|
| Agent | Purpose | MCPs Enabled |
|
|
961
970
|
|-------|---------|--------------|
|
|
@@ -1122,6 +1131,12 @@ Plans are tracked in `TODO.md` (all tasks) and `todo/PLANS.md` (complex executio
|
|
|
1122
1131
|
| `/release` | Full release workflow (bump, tag, GitHub release, auto-changelog) |
|
|
1123
1132
|
| `/postflight` | Verify release health after deployment |
|
|
1124
1133
|
|
|
1134
|
+
**Documentation**:
|
|
1135
|
+
|
|
1136
|
+
| Command | Purpose |
|
|
1137
|
+
|---------|---------|
|
|
1138
|
+
| `/readme` | Create or update README.md (supports `--sections` for partial updates) |
|
|
1139
|
+
|
|
1125
1140
|
**Meta/Improvement**:
|
|
1126
1141
|
|
|
1127
1142
|
| Command | Purpose |
|
|
@@ -1490,9 +1505,9 @@ aidevops/
|
|
|
1490
1505
|
├── AGENTS.md # AI agent guidance (dev)
|
|
1491
1506
|
├── .agent/ # Agents and documentation
|
|
1492
1507
|
│ ├── AGENTS.md # User guide (deployed to ~/.aidevops/agents/)
|
|
1493
|
-
│ ├── *.md #
|
|
1494
|
-
│ ├── scripts/ #
|
|
1495
|
-
│ ├── tools/ # Cross-domain utilities
|
|
1508
|
+
│ ├── *.md # 13 main agents
|
|
1509
|
+
│ ├── scripts/ # 130+ helper scripts
|
|
1510
|
+
│ ├── tools/ # Cross-domain utilities (video, browser, git, etc.)
|
|
1496
1511
|
│ ├── services/ # External service integrations
|
|
1497
1512
|
│ └── workflows/ # Development process guides
|
|
1498
1513
|
├── configs/ # Configuration templates
|
|
@@ -1540,7 +1555,7 @@ bash .agent/scripts/setup-mcp-integrations.sh all
|
|
|
1540
1555
|
5. Submit pull request
|
|
1541
1556
|
|
|
1542
1557
|
**License:** MIT License - see [LICENSE](LICENSE) file for details
|
|
1543
|
-
**Created by Marcus Quinn** - Copyright © 2025
|
|
1558
|
+
**Created by Marcus Quinn** - Copyright © 2025-2026
|
|
1544
1559
|
|
|
1545
1560
|
---
|
|
1546
1561
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.69.0
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
package/setup.sh
CHANGED