aiframe-agent-cli 1.0.0 → 1.0.1
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.
|
@@ -11,7 +11,7 @@ async function initCommand() {
|
|
|
11
11
|
}
|
|
12
12
|
try {
|
|
13
13
|
console.log(picocolors.blue("\u{1F680} Bootstrapping .aiframe project structure..."));
|
|
14
|
-
const dirs = ["agents", "tools", "workflows", "instructions", "skills", "state", "output"];
|
|
14
|
+
const dirs = ["agents", "tools", "workflows", "instructions", "skills", "state", "output", "workspaces"];
|
|
15
15
|
for (const dir of dirs) {
|
|
16
16
|
await fs.ensureDir(path.join(aiframeDir, dir));
|
|
17
17
|
}
|
|
@@ -112,6 +112,7 @@ D\u01B0\u1EDBi \u0111\xE2y l\xE0 c\u1EA5u tr\xFAc th\u01B0 m\u1EE5c \`.aiframe\`
|
|
|
112
112
|
- \`.aiframe/tools/\`: \u0110\u1ECBnh ngh\u0129a mapping c\xF4ng c\u1EE5 CLI \u0111\u1EC3 Agent c\xF3 th\u1EC3 g\u1ECDi an to\xE0n.
|
|
113
113
|
- \`.aiframe/skills/\`: N\u01A1i ch\u1EE9a t\xE0i li\u1EC7u k\u1EF9 n\u0103ng (.md) \u0111\u1EC3 chia s\u1EBB ki\u1EBFn th\u1EE9c cho Agent.
|
|
114
114
|
- \`.aiframe/output/\`: Th\u01B0 m\u1EE5c ch\u1EE9a c\xE1c file sinh ra t\u1EEB AI (\u0111\u01B0\u1EE3c ph\xE2n c\xE1ch theo m\xE3 Execution ID c\u1EE7a m\u1ED7i lu\u1ED3ng ch\u1EA1y).
|
|
115
|
+
- \`.aiframe/workspaces/\`: N\u01A1i ch\u1EE9a Git Worktree c\xF4 l\u1EADp c\u1EE7a t\u1EEBng Agent (sinh ra t\u1EF1 \u0111\u1ED9ng khi b\u1EADt \`isolate_workspace: true\`).
|
|
115
116
|
- \`.aiframe/state/\`: (N\u1ED9i b\u1ED9) Ch\u1EE9a l\u1ECBch s\u1EED ch\u1EA1y v\xE0 checkpoint.
|
|
116
117
|
|
|
117
118
|
## C\xE1ch s\u1EED d\u1EE5ng c\u01A1 b\u1EA3n
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED