refactor: slim session-start hook from 55 to ~20 lines of injected context

Create ACTIVATION.md as minimal stub for session-start injection.
Full SKILL.md stays in place for on-demand loading when commands are invoked.
This commit is contained in:
2026-04-06 21:10:14 +02:00
parent 14d70689ce
commit 43a147676e
2 changed files with 23 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ const path = require("path");
try {
const pluginRoot = path.resolve(__dirname, "..");
const skillFile = path.join(pluginRoot, "skills", "using-archeflow", "SKILL.md");
const skillFile = path.join(pluginRoot, "skills", "using-archeflow", "ACTIVATION.md");
if (!fs.existsSync(skillFile)) {
console.log("{}");