mirror of
https://github.com/obra/superpowers.git
synced 2026-04-21 00:49:06 +08:00
refactor: import shared skills core in codex
This commit is contained in:
@@ -4,6 +4,7 @@ const fs = require('fs');
|
||||
const path = require('path');
|
||||
const os = require('os');
|
||||
const { execSync } = require('child_process');
|
||||
const skillsCore = require('../lib/skills-core');
|
||||
|
||||
// Paths
|
||||
const homeDir = os.homedir();
|
||||
|
||||
Reference in New Issue
Block a user