收口 Makelore 客户端变更
This commit is contained in:
@@ -2,7 +2,7 @@ import { readdirSync } from 'node:fs';
|
||||
import { readFile } from 'node:fs/promises';
|
||||
import path from 'node:path';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { BUNDLED_COURSE_SKILL_IDS } from '@electron/opencode/superpowers';
|
||||
import { BUNDLED_COURSE_SKILL_IDS } from '@electron/opencode/course-skills';
|
||||
|
||||
const projectRoot = process.cwd();
|
||||
const skillPath = path.join(projectRoot, '.opencode', 'skills', 'youth-plain-language', 'SKILL.md');
|
||||
|
||||
Reference in New Issue
Block a user