@hasna/assistants 1.1.63 → 1.1.64
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/dist/index.js +4 -5
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
- package/dist/.assistants/skills/calendar/SKILL.md +0 -40
- package/dist/.assistants/skills/email/SKILL.md +0 -41
- package/dist/.assistants/skills/notes/SKILL.md +0 -44
- package/dist/.assistants/skills/search/SKILL.md +0 -23
- package/dist/.assistants/skills/skill-brainstorm/SKILL.md +0 -30
- package/dist/.assistants/skills/skill-draft/SKILL.md +0 -30
- package/dist/.assistants/skills/skill-research/SKILL.md +0 -27
- package/dist/.assistants/skills/skill-summarize/SKILL.md +0 -25
package/dist/index.js
CHANGED
|
@@ -89163,7 +89163,7 @@ Not a git repository or git not available.
|
|
|
89163
89163
|
context.setProjectContext(projectContext);
|
|
89164
89164
|
}
|
|
89165
89165
|
}
|
|
89166
|
-
var VERSION2 = "1.1.
|
|
89166
|
+
var VERSION2 = "1.1.64";
|
|
89167
89167
|
var init_builtin = __esm(async () => {
|
|
89168
89168
|
init_src2();
|
|
89169
89169
|
init_context3();
|
|
@@ -94510,8 +94510,7 @@ async function writeSkillIfNeeded(dir, skillName, content) {
|
|
|
94510
94510
|
}
|
|
94511
94511
|
}
|
|
94512
94512
|
async function installHeartbeatSkills() {
|
|
94513
|
-
const
|
|
94514
|
-
const sharedSkillsDir = join26(baseDir, "shared", "skills");
|
|
94513
|
+
const sharedSkillsDir = join26(homedir16(), ".skill");
|
|
94515
94514
|
const installed = [];
|
|
94516
94515
|
const results = await Promise.all([
|
|
94517
94516
|
writeSkillIfNeeded(sharedSkillsDir, "main-loop", MAIN_LOOP_SKILL),
|
|
@@ -269212,7 +269211,7 @@ process.on("unhandledRejection", (reason) => {
|
|
|
269212
269211
|
cleanup();
|
|
269213
269212
|
process.exit(1);
|
|
269214
269213
|
});
|
|
269215
|
-
var VERSION4 = "1.1.
|
|
269214
|
+
var VERSION4 = "1.1.64";
|
|
269216
269215
|
var SYNC_START = "\x1B[?2026h";
|
|
269217
269216
|
var SYNC_END = "\x1B[?2026l";
|
|
269218
269217
|
function enableSynchronizedOutput() {
|
|
@@ -269332,4 +269331,4 @@ export {
|
|
|
269332
269331
|
main
|
|
269333
269332
|
};
|
|
269334
269333
|
|
|
269335
|
-
//# debugId=
|
|
269334
|
+
//# debugId=BD05D79673B58EAA64756E2164756E21
|