feat: update Makelore modules and conversations
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
||||
type SpawnOptionsWithoutStdio,
|
||||
} from 'node:child_process';
|
||||
import {
|
||||
ensureBundledCourseAgents,
|
||||
ensureBundledCourseSkills,
|
||||
ensureBundledSuperpowersPlugin,
|
||||
getManagedOpencodeConfigDir,
|
||||
@@ -163,7 +162,6 @@ export interface OpencodeManagerOptions {
|
||||
binPath: string;
|
||||
userDataDir?: string;
|
||||
bundledSuperpowersDir?: string;
|
||||
bundledCourseAgentsDir?: string;
|
||||
bundledCourseSkillsDir?: string;
|
||||
pythonRuntime?: PythonRuntime;
|
||||
spawn?: SpawnFn;
|
||||
@@ -582,10 +580,6 @@ export class OpencodeManager extends EventEmitter {
|
||||
managedConfigDir,
|
||||
sourceDir: this.options.bundledCourseSkillsDir,
|
||||
});
|
||||
ensureBundledCourseAgents({
|
||||
managedConfigDir,
|
||||
sourceDir: this.options.bundledCourseAgentsDir,
|
||||
});
|
||||
const environment = {
|
||||
...runtimeEnv,
|
||||
OPENCODE_CONFIG_DIR: managedConfigDir,
|
||||
|
||||
Reference in New Issue
Block a user