aios-core 3.4.0 → 3.6.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/.aios-core/development/agents/architect.md +4 -0
- package/.aios-core/development/agents/squad-creator.md +11 -0
- package/.aios-core/development/scripts/squad/index.js +48 -0
- package/.aios-core/development/scripts/squad/squad-downloader.js +510 -0
- package/.aios-core/development/scripts/squad/squad-migrator.js +634 -0
- package/.aios-core/development/scripts/squad/squad-publisher.js +629 -0
- package/.aios-core/development/tasks/add-mcp.md +124 -13
- package/.aios-core/development/tasks/analyze-project-structure.md +621 -0
- package/.aios-core/development/tasks/setup-mcp-docker.md +46 -6
- package/.aios-core/development/tasks/squad-creator-download.md +135 -33
- package/.aios-core/development/tasks/squad-creator-migrate.md +243 -0
- package/.aios-core/development/tasks/squad-creator-publish.md +190 -47
- package/.aios-core/development/tasks/squad-creator-sync-synkra.md +280 -48
- package/.aios-core/install-manifest.yaml +39 -19
- package/.claude/rules/mcp-usage.md +62 -2
- package/package.json +1 -1
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
# - SHA256 hashes for change detection
|
|
8
8
|
# - File types for categorization
|
|
9
9
|
#
|
|
10
|
-
version: 3.
|
|
11
|
-
generated_at: "2025-12-
|
|
10
|
+
version: 3.6.0
|
|
11
|
+
generated_at: "2025-12-23T23:55:52.310Z"
|
|
12
12
|
generator: scripts/generate-install-manifest.js
|
|
13
|
-
file_count:
|
|
13
|
+
file_count: 569
|
|
14
14
|
files:
|
|
15
15
|
- path: cli/commands/generate/index.js
|
|
16
16
|
hash: sha256:36f8e38ab767fa5478d8dabac548c66dc2c0fc521c216e954ac33fcea0ba597b
|
|
@@ -393,9 +393,9 @@ files:
|
|
|
393
393
|
type: agent
|
|
394
394
|
size: 8767
|
|
395
395
|
- path: development/agents/architect.md
|
|
396
|
-
hash: sha256:
|
|
396
|
+
hash: sha256:c259c9f7e5293f8ffe72b7a265f30e49b4900e7b7e2196dbe2eafa20c9559d1d
|
|
397
397
|
type: agent
|
|
398
|
-
size:
|
|
398
|
+
size: 16776
|
|
399
399
|
- path: development/agents/data-engineer.md
|
|
400
400
|
hash: sha256:233f83bd856e84e58064aa20a6bfde8ea5bc74a88a6d9dafb10e6c9637b7c517
|
|
401
401
|
type: agent
|
|
@@ -425,9 +425,9 @@ files:
|
|
|
425
425
|
type: agent
|
|
426
426
|
size: 9866
|
|
427
427
|
- path: development/agents/squad-creator.md
|
|
428
|
-
hash: sha256:
|
|
428
|
+
hash: sha256:b2d40ad818043acd04cb00eb2e5ff778498c65dc91bf81eb6675467fcd60c514
|
|
429
429
|
type: agent
|
|
430
|
-
size:
|
|
430
|
+
size: 10367
|
|
431
431
|
- path: development/agents/ux-design-expert.md
|
|
432
432
|
hash: sha256:ce2f28bbd7350f1ca7d1b01ae26924928e496314afb551cafb55604233117954
|
|
433
433
|
type: agent
|
|
@@ -505,9 +505,9 @@ files:
|
|
|
505
505
|
type: script
|
|
506
506
|
size: 9449
|
|
507
507
|
- path: development/scripts/squad/index.js
|
|
508
|
-
hash: sha256:
|
|
508
|
+
hash: sha256:e76b9c8be107210f33e7689bb8098e47e6970ce6816e6e9e4d0d5a948f7627f3
|
|
509
509
|
type: script
|
|
510
|
-
size:
|
|
510
|
+
size: 2649
|
|
511
511
|
- path: development/scripts/squad/README.md
|
|
512
512
|
hash: sha256:55e0226c3baffe16fd24f3d19179326c43e8dc525697c0b5c972cf15825f7c14
|
|
513
513
|
type: script
|
|
@@ -516,6 +516,10 @@ files:
|
|
|
516
516
|
hash: sha256:101cbb7d6ded0d6f991b29ac63dfee2c7bb86cbc8c4fefef728b7d12c3352829
|
|
517
517
|
type: script
|
|
518
518
|
size: 29548
|
|
519
|
+
- path: development/scripts/squad/squad-downloader.js
|
|
520
|
+
hash: sha256:a62dd5d40ef24426ffdabdcbe0a0a3a7e7e2b1757eba9749a41d3fd4c0e690f8
|
|
521
|
+
type: script
|
|
522
|
+
size: 15335
|
|
519
523
|
- path: development/scripts/squad/squad-generator.js
|
|
520
524
|
hash: sha256:6d47ee7e0c662ffd7a8c5975ceca3e71addb54f59fb771d55402d0d57ce3d7d8
|
|
521
525
|
type: script
|
|
@@ -524,6 +528,14 @@ files:
|
|
|
524
528
|
hash: sha256:7093b9457c93da6845722bf7eac660164963d5007c459afae2149340a7979f1f
|
|
525
529
|
type: script
|
|
526
530
|
size: 10549
|
|
531
|
+
- path: development/scripts/squad/squad-migrator.js
|
|
532
|
+
hash: sha256:883899cb84117b66074004fb683ba5f9cefebc57eeb9758f79784e0a92afcd90
|
|
533
|
+
type: script
|
|
534
|
+
size: 19520
|
|
535
|
+
- path: development/scripts/squad/squad-publisher.js
|
|
536
|
+
hash: sha256:329c00fb9d1085675a319e8314a5be9e1ee92c617691c47041f58d994982e029
|
|
537
|
+
type: script
|
|
538
|
+
size: 18724
|
|
527
539
|
- path: development/scripts/squad/squad-validator.js
|
|
528
540
|
hash: sha256:a19af336adf8caaa79f98e52ab78aee57a9a0a0041f3c4b6c9663a321c0a7f64
|
|
529
541
|
type: script
|
|
@@ -557,9 +569,9 @@ files:
|
|
|
557
569
|
type: script
|
|
558
570
|
size: 6348
|
|
559
571
|
- path: development/tasks/add-mcp.md
|
|
560
|
-
hash: sha256:
|
|
572
|
+
hash: sha256:8a19ae5f343b68d7aace6a8400a18349fb7b4ebc92cecdab33e2a7f4f0d88512
|
|
561
573
|
type: task
|
|
562
|
-
size:
|
|
574
|
+
size: 10205
|
|
563
575
|
- path: development/tasks/advanced-elicitation.md
|
|
564
576
|
hash: sha256:fbd55c3cbafb1336eafb8968c0f34035c2f352b22c45c150c7a327c7697438f9
|
|
565
577
|
type: task
|
|
@@ -580,6 +592,10 @@ files:
|
|
|
580
592
|
hash: sha256:f6a7ac43c7834795e334062b70063ec4e6b4577090e0f3762dad0b4e3155c37f
|
|
581
593
|
type: task
|
|
582
594
|
size: 15464
|
|
595
|
+
- path: development/tasks/analyze-project-structure.md
|
|
596
|
+
hash: sha256:3336ea3c394e4746d65f999f3901c470bf21d17e0ae8faabd8b332482c04127b
|
|
597
|
+
type: task
|
|
598
|
+
size: 14542
|
|
583
599
|
- path: development/tasks/apply-qa-fixes.md
|
|
584
600
|
hash: sha256:9a7a3d6ab17732f22bae79257a8519d4e9175dd0f862b863185e03620d2753ce
|
|
585
601
|
type: task
|
|
@@ -997,9 +1013,9 @@ files:
|
|
|
997
1013
|
type: task
|
|
998
1014
|
size: 4700
|
|
999
1015
|
- path: development/tasks/setup-mcp-docker.md
|
|
1000
|
-
hash: sha256:
|
|
1016
|
+
hash: sha256:2d81956e164d5e62f2e5be6b0c25d37b85fded3dc25a8393fb1cdc44d1dfbddc
|
|
1001
1017
|
type: task
|
|
1002
|
-
size:
|
|
1018
|
+
size: 16304
|
|
1003
1019
|
- path: development/tasks/setup-project-docs.md
|
|
1004
1020
|
hash: sha256:61ddcbba5e7836480f65ad23ea2e8eb3f5347deff1e68610a2084b2c4a38b918
|
|
1005
1021
|
type: task
|
|
@@ -1021,21 +1037,25 @@ files:
|
|
|
1021
1037
|
type: task
|
|
1022
1038
|
size: 12698
|
|
1023
1039
|
- path: development/tasks/squad-creator-download.md
|
|
1024
|
-
hash: sha256:
|
|
1040
|
+
hash: sha256:909088d7b585fbb8b465e0b0238ab49546c51876a6752a30f7bf7bf1bf22ef24
|
|
1025
1041
|
type: task
|
|
1026
|
-
size:
|
|
1042
|
+
size: 3856
|
|
1027
1043
|
- path: development/tasks/squad-creator-list.md
|
|
1028
1044
|
hash: sha256:c0b52c5a8a79b3ed757789e633f42a5458bac18bbcf1aa544fc1f5295151b446
|
|
1029
1045
|
type: task
|
|
1030
1046
|
size: 6555
|
|
1047
|
+
- path: development/tasks/squad-creator-migrate.md
|
|
1048
|
+
hash: sha256:c0f669b2d490c698d7b448408019558ff02a46c5232c8e6ce58cd7b5131d4565
|
|
1049
|
+
type: task
|
|
1050
|
+
size: 8712
|
|
1031
1051
|
- path: development/tasks/squad-creator-publish.md
|
|
1032
|
-
hash: sha256:
|
|
1052
|
+
hash: sha256:f54cd24b45796ac9d3cee8876a1edca316f5560878201e828cad43d9e951ddc6
|
|
1033
1053
|
type: task
|
|
1034
|
-
size:
|
|
1054
|
+
size: 4918
|
|
1035
1055
|
- path: development/tasks/squad-creator-sync-synkra.md
|
|
1036
|
-
hash: sha256:
|
|
1056
|
+
hash: sha256:9e3cb982b6de771daf22788eb43d06bf7a197c32f15be4860946407b824ef150
|
|
1037
1057
|
type: task
|
|
1038
|
-
size:
|
|
1058
|
+
size: 8633
|
|
1039
1059
|
- path: development/tasks/squad-creator-validate.md
|
|
1040
1060
|
hash: sha256:c07c44217e882cae387d849658e091046e32735a62f6d28e496b4eb042121b98
|
|
1041
1061
|
type: task
|
|
@@ -30,11 +30,13 @@ AIOS uses Docker MCP Toolkit as the primary MCP infrastructure:
|
|
|
30
30
|
| **playwright** | Browser automation, screenshots, web testing |
|
|
31
31
|
| **desktop-commander** | Docker container operations via docker-gateway |
|
|
32
32
|
|
|
33
|
-
### Inside Docker Desktop (via
|
|
33
|
+
### Inside Docker Desktop (via docker-gateway)
|
|
34
|
+
|
|
34
35
|
| MCP | Purpose |
|
|
35
36
|
|-----|---------|
|
|
36
37
|
| **EXA** | Web search, research, company/competitor analysis |
|
|
37
38
|
| **Context7** | Library documentation lookup |
|
|
39
|
+
| **Apify** | Web scraping, Actors, social media data extraction |
|
|
38
40
|
|
|
39
41
|
## CRITICAL: Tool Selection Priority
|
|
40
42
|
|
|
@@ -106,11 +108,69 @@ mcp__docker-gateway__resolve-library-id
|
|
|
106
108
|
mcp__docker-gateway__get-library-docs
|
|
107
109
|
```
|
|
108
110
|
|
|
111
|
+
## Apify MCP Usage (via Docker)
|
|
112
|
+
|
|
113
|
+
### Use Apify for:
|
|
114
|
+
1. Searching Actors in Apify Store (web scrapers, automation tools)
|
|
115
|
+
2. Running web scrapers for social media (Instagram, TikTok, LinkedIn, etc.)
|
|
116
|
+
3. Extracting data from e-commerce sites
|
|
117
|
+
4. Automated data collection from any website
|
|
118
|
+
5. RAG-enabled web browsing for AI context
|
|
119
|
+
|
|
120
|
+
### Access pattern (7 tools available):
|
|
121
|
+
|
|
122
|
+
```text
|
|
123
|
+
mcp__docker-gateway__apify-slash-rag-web-browser # RAG-enabled web browsing
|
|
124
|
+
mcp__docker-gateway__search-actors # Search for Actors
|
|
125
|
+
mcp__docker-gateway__call-actor # Run an Actor
|
|
126
|
+
mcp__docker-gateway__fetch-actor-details # Get Actor info/schema
|
|
127
|
+
mcp__docker-gateway__get-actor-output # Get results from Actor run
|
|
128
|
+
mcp__docker-gateway__search-apify-docs # Search Apify documentation
|
|
129
|
+
mcp__docker-gateway__fetch-apify-docs # Fetch documentation page
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
### When to use Apify vs other tools:
|
|
133
|
+
| Task | Tool |
|
|
134
|
+
|------|------|
|
|
135
|
+
| General web search | EXA (`web_search_exa`) |
|
|
136
|
+
| Scrape specific website | Apify (`call-actor`) |
|
|
137
|
+
| Social media data extraction | Apify (use specialized Actors) |
|
|
138
|
+
| Library documentation | Context7 |
|
|
139
|
+
|
|
140
|
+
---
|
|
141
|
+
|
|
109
142
|
## Rationale
|
|
110
143
|
|
|
111
144
|
- **Native tools** execute on the LOCAL system (Windows/Mac/Linux)
|
|
112
145
|
- **docker-gateway** executes inside Docker containers (Linux)
|
|
113
146
|
- Using docker-gateway for local operations causes path mismatches and failures
|
|
114
147
|
- Native tools are faster and more reliable for local file operations
|
|
115
|
-
- EXA and
|
|
148
|
+
- EXA, Context7, and Apify run inside Docker for isolation and consistent environment
|
|
116
149
|
- playwright runs directly for better browser integration with host system
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
## Known Issues
|
|
154
|
+
|
|
155
|
+
### Docker MCP Secrets Bug (Dec 2025)
|
|
156
|
+
|
|
157
|
+
**Issue:** Docker MCP Toolkit's secrets store and template interpolation do not work properly. Credentials set via `docker mcp secret set` are NOT passed to containers.
|
|
158
|
+
|
|
159
|
+
**Symptoms:**
|
|
160
|
+
- `docker mcp tools ls` shows "(N prompts)" instead of "(N tools)"
|
|
161
|
+
- MCP server starts but fails authentication
|
|
162
|
+
- Verbose output shows `-e ENV_VAR` without values
|
|
163
|
+
|
|
164
|
+
**Workaround:** Edit `~/.docker/mcp/catalogs/docker-mcp.yaml` directly with hardcoded env values:
|
|
165
|
+
```yaml
|
|
166
|
+
{mcp-name}:
|
|
167
|
+
env:
|
|
168
|
+
- name: API_TOKEN
|
|
169
|
+
value: 'actual-token-value'
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
**Affected MCPs:** Any MCP requiring authentication (Apify, Notion, Slack, etc.)
|
|
173
|
+
|
|
174
|
+
**Working MCPs:** EXA works because its key is in `~/.docker/mcp/config.yaml` under `apiKeys`
|
|
175
|
+
|
|
176
|
+
For detailed instructions, see `*add-mcp` task or ask @devops for assistance.
|