aidevops 2.62.1 → 2.64.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 +8 -2
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup.sh +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ The result: AI agents that work *with* your development process, not around it.
|
|
|
57
57
|
[](https://github.com/marcusquinn/aidevops/commits/main)
|
|
58
58
|
|
|
59
59
|
<!-- Repository Stats -->
|
|
60
|
-
[](https://github.com/marcusquinn/aidevops/releases)
|
|
61
61
|
[](https://github.com/marcusquinn/aidevops)
|
|
62
62
|
[](https://github.com/marcusquinn/aidevops)
|
|
63
63
|
[](https://github.com/marcusquinn/aidevops)
|
|
@@ -896,7 +896,7 @@ Ordered as they appear in OpenCode Tab selector and other AI assistants (14 tota
|
|
|
896
896
|
| Build-MCP | `build-mcp.md` | Build MCP servers with TS+Bun+ElysiaJS | context7, augment, repomix |
|
|
897
897
|
| Accounts | `accounts.md` | Financial operations | quickfile, augment |
|
|
898
898
|
| AI-DevOps | `aidevops.md` | Framework operations, meta-agents, setup | context7, augment, repomix |
|
|
899
|
-
| Content | `content.md` | Content creation
|
|
899
|
+
| Content | `content.md` | Content creation, humanise AI text | augment |
|
|
900
900
|
| Health | `health.md` | Health and wellness guidance | augment |
|
|
901
901
|
| Legal | `legal.md` | Legal compliance and documentation | augment |
|
|
902
902
|
| Marketing | `marketing.md` | Marketing strategy and automation | augment |
|
|
@@ -1049,6 +1049,12 @@ Plans are tracked in `TODO.md` (all tasks) and `todo/PLANS.md` (complex executio
|
|
|
1049
1049
|
| `/list-keys` | List all configured API keys and their storage locations |
|
|
1050
1050
|
| `/pr` | Unified PR workflow (orchestrates all checks) |
|
|
1051
1051
|
|
|
1052
|
+
**Content Workflow**:
|
|
1053
|
+
|
|
1054
|
+
| Command | Purpose |
|
|
1055
|
+
|---------|---------|
|
|
1056
|
+
| `/humanise` | Remove AI writing patterns, make text sound human |
|
|
1057
|
+
|
|
1052
1058
|
**SEO Workflow**:
|
|
1053
1059
|
|
|
1054
1060
|
| Command | Purpose |
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.64.0
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
package/setup.sh
CHANGED