@sowonai/crewx-cli 0.4.0-dev.43 → 0.4.0-dev.44
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sowonai/crewx-cli",
|
|
3
|
-
"version": "0.4.0-dev.
|
|
3
|
+
"version": "0.4.0-dev.44",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "SowonAI CrewX CLI - Bring Your Own AI(BYOA) team in Slack/IDE(MCP) with your existing subscriptions",
|
|
6
6
|
"private": false,
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@sowonai/crewx-sdk": "^0.1.0-dev.
|
|
39
|
+
"@sowonai/crewx-sdk": "^0.1.0-dev.29",
|
|
40
40
|
"@sowonai/nestjs-mcp-adapter": "^0.1.3",
|
|
41
41
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
42
42
|
"@nestjs/common": "^11.0.0",
|
|
@@ -89,7 +89,9 @@ layouts:
|
|
|
89
89
|
|
|
90
90
|
<documents>
|
|
91
91
|
<document name="CrewX User Manual">
|
|
92
|
+
{{{{raw}}}}
|
|
92
93
|
{{{documents.crewx_manual.content}}}
|
|
94
|
+
{{{{/raw}}}}
|
|
93
95
|
</document>
|
|
94
96
|
<document name="CrewX Project Playbook">
|
|
95
97
|
CREWX.md describes the CrewX architecture, package responsibilities, and release workflow. Review it alongside the manual.
|
|
@@ -456,9 +458,7 @@ documents:
|
|
|
456
458
|
```
|
|
457
459
|
|
|
458
460
|
### Document Levels
|
|
459
|
-
|
|
460
|
-
2. `agents.yaml` documents: - Project documents
|
|
461
|
-
3. `agent.inline.documents` - Agent-specific
|
|
461
|
+
`crewx.yaml` documents: - Project documents
|
|
462
462
|
|
|
463
463
|
### Template Variables
|
|
464
464
|
- `{{{documents.name.content}}}` - Full content
|