mirror of
https://github.com/obra/superpowers.git
synced 2026-04-22 09:29:03 +08:00
fix: use session.created hook instead of session.started
This commit is contained in:
@@ -79,7 +79,7 @@ ${content}`;
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
'session.started': async () => {
|
'session.created': async () => {
|
||||||
const usingSuperpowersPath = skillsCore.resolveSkillPath('using-superpowers', superpowersSkillsDir, personalSkillsDir);
|
const usingSuperpowersPath = skillsCore.resolveSkillPath('using-superpowers', superpowersSkillsDir, personalSkillsDir);
|
||||||
|
|
||||||
let usingSuperpowersContent = '';
|
let usingSuperpowersContent = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user