mirror of
https://github.com/obra/superpowers.git
synced 2026-04-21 00:49:06 +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);
|
||||
|
||||
let usingSuperpowersContent = '';
|
||||
|
||||
Reference in New Issue
Block a user