Merge pull request #16 from yhangf/main\n\nrefactor skills structure\n\n* docs: update contributors\n* refactor(skills): move projectWiki and tdd skills from bundled to src/costrict/skill\n* docs: update contributors
This commit is contained in:
commit
2f3038c0ef
|
|
@ -1,5 +1,5 @@
|
|||
import { getProjectRoot } from '../../bootstrap/state.js'
|
||||
import { registerBundledSkill } from '../bundledSkills.js'
|
||||
import { registerBundledSkill } from '../../skills/bundledSkills.js'
|
||||
|
||||
// Orchestrator prompt for the /project-wiki skill.
|
||||
// Uses `Agent` tool (CSC equivalent of opencode's `task` tool) to delegate
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import { registerBundledSkill } from '../bundledSkills.js'
|
||||
import { registerBundledSkill } from '../../skills/bundledSkills.js'
|
||||
|
||||
const TDD_PROMPT = `You are executing a comprehensive testing workflow to ensure code quality.
|
||||
|
||||
|
|
@ -15,8 +15,8 @@ import { registerLoopSkill } from './loop.js'
|
|||
import { registerDreamSkill } from './dream.js'
|
||||
import { registerUpdateConfigSkill } from './updateConfig.js'
|
||||
import { registerVerifySkill } from './verify.js'
|
||||
import { registerProjectWikiSkill } from './projectWiki.js'
|
||||
import { registerTddSkill } from './tdd.js'
|
||||
import { registerProjectWikiSkill } from 'src/costrict/skill/projectWiki.js'
|
||||
import { registerTddSkill } from 'src/costrict/skill/tdd.js'
|
||||
|
||||
/**
|
||||
* Initialize all bundled skills.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user