@docyrus/docyrus 0.0.42 → 0.0.43
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/agent-loader.js +11 -2
- package/agent-loader.js.map +2 -2
- package/main.js +1 -1
- package/main.js.map +1 -1
- package/package.json +1 -1
- package/resources/pi-agent/extensions/architect.ts +2 -2
- package/resources/pi-agent/extensions/pi-mcp-adapter/package.json +22 -22
- package/resources/pi-agent/extensions/plan.ts +183 -41
- package/resources/pi-agent/prompts/agent-system.md +12 -0
- package/resources/pi-agent/prompts/coder-system.md +18 -0
- package/resources/pi-agent/skills/docyrus-app-dev-react/SKILL.md +17 -13
- package/server-loader.js +45 -5
- package/server-loader.js.map +3 -3
package/main.js
CHANGED
|
@@ -138273,7 +138273,7 @@ function buildInputSchema(args2, env2, options2) {
|
|
|
138273
138273
|
// package.json
|
|
138274
138274
|
var package_default = {
|
|
138275
138275
|
name: "@docyrus/docyrus",
|
|
138276
|
-
version: "0.0.
|
|
138276
|
+
version: "0.0.43",
|
|
138277
138277
|
private: false,
|
|
138278
138278
|
description: "Docyrus API CLI",
|
|
138279
138279
|
main: "./main.js",
|