Fix build.

This commit is contained in:
Christian Gunderman
2026-03-26 21:38:50 -07:00
parent a46ba1496b
commit c69969a8d3
2 changed files with 3 additions and 4 deletions
+1 -3
View File
@@ -242,9 +242,7 @@ Use the following guidelines to optimize your search and read patterns.
}
- **Do Not revert changes:** Do not revert changes to the codebase unless asked to do so by the user. Only revert changes made by you if they have resulted in an error or if the user has explicitly asked you to revert the changes.${mandateSkillGuidance(options.hasSkills)}${mandateContinueWork(options.interactive)}
${mandateConfirm(options.interactive)}${
options.topicUpdateNarration ? mandateTopicUpdateModel() : ''
}
${options.topicUpdateNarration ? mandateTopicUpdateModel() : ''}
`.trim();
}
@@ -89,6 +89,7 @@ import {
ASK_USER_OPTION_PARAM_LABEL,
ASK_USER_OPTION_PARAM_DESCRIPTION,
PLAN_MODE_PARAM_REASON,
EXIT_PLAN_PARAM_PLAN_FILENAME,
SKILL_PARAM_NAME,
UPDATE_TOPIC_TOOL_NAME as UPDATE_TOPIC_TOOL_NAME_BASE,
TOPIC_PARAM_TITLE,
@@ -166,7 +167,7 @@ export {
ASK_USER_OPTION_PARAM_LABEL,
ASK_USER_OPTION_PARAM_DESCRIPTION,
PLAN_MODE_PARAM_REASON,
EXIT_PLAN_PARAM_PLAN_PATH,
EXIT_PLAN_PARAM_PLAN_FILENAME,
SKILL_PARAM_NAME,
TOPIC_PARAM_TITLE,
TOPIC_PARAM_SUMMARY,