@liangjie559567/ultrapower 5.6.6 → 5.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1312) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/LICENSE +21 -21
  4. package/README.es.md +81 -40
  5. package/README.ja.md +82 -41
  6. package/README.ko.md +81 -40
  7. package/README.md +98 -56
  8. package/README.pt.md +74 -39
  9. package/README.vi.md +74 -39
  10. package/README.zh.md +82 -41
  11. package/agents/AGENTS.md +24 -12
  12. package/agents/analyst.md +15 -7
  13. package/agents/architect.md +37 -18
  14. package/agents/axiom-context-manager.md +1 -1
  15. package/agents/axiom-critic.md +27 -13
  16. package/agents/axiom-domain-expert.md +25 -12
  17. package/agents/axiom-evolution-engine.md +2 -2
  18. package/agents/axiom-product-director.md +31 -15
  19. package/agents/axiom-sub-prd-writer.md +37 -16
  20. package/agents/axiom-tech-lead.md +35 -17
  21. package/agents/axiom-ux-director.md +27 -13
  22. package/agents/code-reviewer.md +5 -5
  23. package/agents/critic.md +17 -8
  24. package/agents/dependency-expert.md +2 -2
  25. package/agents/document-specialist.md +1 -1
  26. package/agents/information-architect.md +129 -60
  27. package/agents/planner.md +1 -1
  28. package/agents/product-analyst.md +137 -66
  29. package/agents/product-manager.md +180 -80
  30. package/agents/quality-strategist.md +123 -56
  31. package/agents/ux-researcher.md +151 -66
  32. package/agents/writer.md +10 -2
  33. package/bridge/AGENTS.md +26 -13
  34. package/bridge/codex-server.cjs +2 -2
  35. package/bridge/gemini-server.cjs +1 -1
  36. package/bridge/gyoshu_bridge.py +846 -846
  37. package/commands/AGENTS.md +16 -8
  38. package/commands/ccg-workflow.md +8 -4
  39. package/dist/mcp/adapters/memory-adapter.d.ts +1 -1
  40. package/dist/mcp/adapters/state-adapter.d.ts +6 -6
  41. package/dist/mcp/adapters/trace-adapter.d.ts +2 -2
  42. package/dist/mcp/config/schema.d.ts +3 -3
  43. package/dist/mcp/config-schema.d.ts +3 -3
  44. package/docs/AGENTS.md +19 -10
  45. package/docs/ANALYTICS-SYSTEM.md +57 -26
  46. package/docs/ARCHITECTURE.md +42 -29
  47. package/docs/AXIOM.md +117 -32
  48. package/docs/CJK-IME-KNOWN-ISSUES.md +67 -32
  49. package/docs/CLAUDE.md +288 -144
  50. package/docs/COMPATIBILITY.md +142 -81
  51. package/docs/DELEGATION-ENFORCER.md +27 -16
  52. package/docs/DOCUMENTATION_UPDATE_SUMMARY.md +25 -16
  53. package/docs/EVOLUTION.md +132 -62
  54. package/docs/FAQ.md +104 -45
  55. package/docs/FEATURES.md +122 -71
  56. package/docs/INSTALL.md +105 -35
  57. package/docs/INSTALL_FIX_SUMMARY.md +45 -23
  58. package/docs/INSTALL_FIX_VERIFICATION.md +7 -1
  59. package/docs/INSTALL_VERIFICATION_REPORT.md +31 -16
  60. package/docs/KNOWN_ISSUES.md +24 -7
  61. package/docs/LOCAL_INSTALL_VERIFICATION.md +44 -15
  62. package/docs/LOCAL_PLUGIN_INSTALL.md +27 -6
  63. package/docs/LOCAL_TEST_INSTALL_REPORT.md +10 -4
  64. package/docs/MAIN_DOCS_UPDATE_REPORT.md +26 -13
  65. package/docs/MIGRATION.md +340 -168
  66. package/docs/MIGRATION_GUIDE_v5.5.18.md +26 -10
  67. package/docs/NEXUS.md +79 -43
  68. package/docs/OMC-CLAUDE.md +274 -137
  69. package/docs/PERFORMANCE-MONITORING.md +73 -35
  70. package/docs/PLUGIN_MARKETPLACE_VERIFICATION.md +23 -8
  71. package/docs/QUICKSTART.md +10 -7
  72. package/docs/README.codex.md +17 -12
  73. package/docs/README.md +63 -29
  74. package/docs/README.opencode.md +66 -24
  75. package/docs/REFERENCE.md +182 -104
  76. package/docs/RELEASE.md +21 -11
  77. package/docs/RELEASE_GUIDE.md +71 -23
  78. package/docs/RELEASE_NOTES_v5.5.14.md +47 -24
  79. package/docs/RELEASE_RECOVERY.md +24 -8
  80. package/docs/RELEASE_SUMMARY_v5.5.18.md +44 -24
  81. package/docs/SYNC-SYSTEM.md +74 -35
  82. package/docs/TIERED_AGENTS_V2.md +203 -106
  83. package/docs/TUTORIAL.md +49 -18
  84. package/docs/UPGRADE_VERIFICATION.md +73 -17
  85. package/docs/UPGRADE_VERIFICATION_REPORT.md +25 -9
  86. package/docs/USER_GUIDE.md +337 -107
  87. package/docs/VALIDATION_REPORT.md +138 -68
  88. package/docs/VERIFICATION_SUMMARY.md +46 -25
  89. package/docs/adr/001-worker-state-adapter.md +96 -50
  90. package/docs/adr/002-caching-strategy.md +46 -25
  91. package/docs/adr/003-gradual-migration.md +113 -56
  92. package/docs/adr/template.md +47 -23
  93. package/docs/agent-templates/AGENTS.md +10 -5
  94. package/docs/agent-templates/README.md +54 -29
  95. package/docs/agent-templates/base-agent.md +49 -23
  96. package/docs/agent-templates/tier-instructions.md +51 -25
  97. package/docs/api/assets/highlight.css +85 -85
  98. package/docs/api/assets/style.css +1633 -1633
  99. package/docs/api/classes/ContextCollector.html +21 -21
  100. package/docs/api/functions/activateUltrawork.html +2 -2
  101. package/docs/api/functions/addCustomNote.html +5 -5
  102. package/docs/api/functions/addDirective.html +2 -2
  103. package/docs/api/functions/addManualEntry.html +2 -2
  104. package/docs/api/functions/addPattern.html +3 -3
  105. package/docs/api/functions/addWorker.html +2 -2
  106. package/docs/api/functions/addWorkingMemoryEntry.html +2 -2
  107. package/docs/api/functions/analyzeContextUsage.html +2 -2
  108. package/docs/api/functions/appendProgress.html +2 -2
  109. package/docs/api/functions/appendSessionId.html +2 -2
  110. package/docs/api/functions/applyCommentFilters.html +3 -3
  111. package/docs/api/functions/assignFileToWorker.html +2 -2
  112. package/docs/api/functions/backgroundUpdateCheck.html +2 -2
  113. package/docs/api/functions/buildAxiomBootContext.html +1 -1
  114. package/docs/api/functions/buildBoulderContinuation.html +2 -2
  115. package/docs/api/functions/buildDelegationTable.html +2 -2
  116. package/docs/api/functions/buildKeyTriggersSection.html +2 -2
  117. package/docs/api/functions/buildOrchestratorReminder.html +2 -2
  118. package/docs/api/functions/buildUseAvoidSection.html +2 -2
  119. package/docs/api/functions/buildVerificationReminder.html +2 -2
  120. package/docs/api/functions/canResumeAutopilot.html +10 -10
  121. package/docs/api/functions/canStartMode.html +5 -5
  122. package/docs/api/functions/cancelAutopilot.html +3 -3
  123. package/docs/api/functions/cancelUltraQA.html +2 -2
  124. package/docs/api/functions/checkBackgroundNotifications.html +2 -2
  125. package/docs/api/functions/checkBoulderContinuation.html +2 -2
  126. package/docs/api/functions/checkDuplicateTriggers.html +2 -2
  127. package/docs/api/functions/checkExpertGate.html +1 -1
  128. package/docs/api/functions/checkForComments.html +2 -2
  129. package/docs/api/functions/checkForUpdates.html +2 -2
  130. package/docs/api/functions/checkIncompleteTodos.html +13 -13
  131. package/docs/api/functions/checkPersistentModes.html +3 -3
  132. package/docs/api/functions/cleanupOrphanedState.html +2 -2
  133. package/docs/api/functions/cleanupStaleAgents.html +2 -2
  134. package/docs/api/functions/cleanupTransientState.html +2 -2
  135. package/docs/api/functions/clearAgentUsageState.html +1 -1
  136. package/docs/api/functions/clearAllModeStates.html +2 -2
  137. package/docs/api/functions/clearAutopilot.html +2 -2
  138. package/docs/api/functions/clearAutopilotState.html +2 -2
  139. package/docs/api/functions/clearBeadsContext.html +2 -2
  140. package/docs/api/functions/clearBoulderState.html +2 -2
  141. package/docs/api/functions/clearDetectionState.html +2 -2
  142. package/docs/api/functions/clearInjectedPaths.html +2 -2
  143. package/docs/api/functions/clearInjectedRules.html +2 -2
  144. package/docs/api/functions/clearLinkedUltraworkState.html +2 -2
  145. package/docs/api/functions/clearModeState.html +10 -10
  146. package/docs/api/functions/clearProjectMemorySession.html +4 -4
  147. package/docs/api/functions/clearRalphState.html +2 -2
  148. package/docs/api/functions/clearRapidFireDebounce.html +2 -2
  149. package/docs/api/functions/clearSkillSession.html +2 -2
  150. package/docs/api/functions/clearThinkModeState.html +2 -2
  151. package/docs/api/functions/clearTrackingState.html +2 -2
  152. package/docs/api/functions/clearUltraQAState.html +2 -2
  153. package/docs/api/functions/clearVerificationState.html +3 -3
  154. package/docs/api/functions/commandExists.html +2 -2
  155. package/docs/api/functions/compareVersions.html +3 -3
  156. package/docs/api/functions/completeUltraQA.html +2 -2
  157. package/docs/api/functions/completeUltrapilot.html +2 -2
  158. package/docs/api/functions/completeWorker.html +2 -2
  159. package/docs/api/functions/containsTokenLimitError.html +2 -2
  160. package/docs/api/functions/createAgentToolRestrictions.html +3 -3
  161. package/docs/api/functions/createAgentUsageReminderHook.html +1 -1
  162. package/docs/api/functions/createAutoSlashCommandHook.html +7 -7
  163. package/docs/api/functions/createBackgroundNotificationHook.html +7 -7
  164. package/docs/api/functions/createBackgroundTaskManager.html +2 -2
  165. package/docs/api/functions/createBoulderState.html +2 -2
  166. package/docs/api/functions/createCommentCheckerHook.html +6 -6
  167. package/docs/api/functions/createCompactCheckpoint.html +2 -2
  168. package/docs/api/functions/createContentHash.html +2 -2
  169. package/docs/api/functions/createContextInjectorHook.html +7 -7
  170. package/docs/api/functions/createDirectoryReadmeInjectorHook.html +9 -9
  171. package/docs/api/functions/createEmptyMessageSanitizerHook.html +6 -6
  172. package/docs/api/functions/createEnvContext.html +2 -2
  173. package/docs/api/functions/createHookOutput.html +4 -4
  174. package/docs/api/functions/createLearnedSkillsHook.html +6 -6
  175. package/docs/api/functions/createMagicKeywordProcessor.html +2 -2
  176. package/docs/api/functions/createModeMarker.html +6 -6
  177. package/docs/api/functions/createPrd.html +2 -2
  178. package/docs/api/functions/createPreemptiveCompactionHook.html +6 -6
  179. package/docs/api/functions/createRalphLoopHook.html +2 -2
  180. package/docs/api/functions/createRecoveryHook.html +7 -7
  181. package/docs/api/functions/createRulesInjectorHook.html +8 -8
  182. package/docs/api/functions/createSimplePrd.html +2 -2
  183. package/docs/api/functions/createSisyphusOrchestratorHook.html +7 -7
  184. package/docs/api/functions/createSisyphusSession.html +7 -7
  185. package/docs/api/functions/createThinkModeHook.html +7 -7
  186. package/docs/api/functions/createThinkingBlockValidatorHook.html +1 -1
  187. package/docs/api/functions/createTodoContinuationHook.html +2 -2
  188. package/docs/api/functions/createUltraworkStateHook.html +2 -2
  189. package/docs/api/functions/deactivateUltrawork.html +8 -8
  190. package/docs/api/functions/decayHotPaths.html +2 -2
  191. package/docs/api/functions/decomposeTask.html +11 -11
  192. package/docs/api/functions/deepMerge.html +2 -2
  193. package/docs/api/functions/detectArchitectApproval.html +2 -2
  194. package/docs/api/functions/detectArchitectRejection.html +2 -2
  195. package/docs/api/functions/detectContextLimitError.html +2 -2
  196. package/docs/api/functions/detectContextLimitErrorInText.html +2 -2
  197. package/docs/api/functions/detectDirectivesFromMessage.html +2 -2
  198. package/docs/api/functions/detectEditError.html +2 -2
  199. package/docs/api/functions/detectEditErrorInOutput.html +2 -2
  200. package/docs/api/functions/detectEditErrorInText.html +2 -2
  201. package/docs/api/functions/detectExtractableMoment.html +2 -2
  202. package/docs/api/functions/detectKeywordsWithType.html +11 -11
  203. package/docs/api/functions/detectMagicKeywords.html +2 -2
  204. package/docs/api/functions/detectProjectEnvironment.html +2 -2
  205. package/docs/api/functions/detectRecoverableError.html +3 -3
  206. package/docs/api/functions/detectSessionErrorType.html +2 -2
  207. package/docs/api/functions/detectSlashCommand.html +3 -3
  208. package/docs/api/functions/detectThinkKeyword.html +2 -2
  209. package/docs/api/functions/detectUltrathinkKeyword.html +2 -2
  210. package/docs/api/functions/discoverAllCommands.html +2 -2
  211. package/docs/api/functions/enablePrdMode.html +2 -2
  212. package/docs/api/functions/enhancePrompt.html +2 -2
  213. package/docs/api/functions/ensureAutopilotDir.html +2 -2
  214. package/docs/api/functions/ensureDirectoryStructure.html +2 -2
  215. package/docs/api/functions/ensureModeStateDir.html +2 -2
  216. package/docs/api/functions/ensureSkillsDir.html +2 -2
  217. package/docs/api/functions/estimateTokens.html +2 -2
  218. package/docs/api/functions/executeSlashCommand.html +2 -2
  219. package/docs/api/functions/expandCommand.html +8 -8
  220. package/docs/api/functions/expandCommandPrompt.html +6 -6
  221. package/docs/api/functions/expandCommands.html +2 -2
  222. package/docs/api/functions/exportSessionSummary.html +2 -2
  223. package/docs/api/functions/exportWisdomToNotepad.html +2 -2
  224. package/docs/api/functions/extractPromptText.html +11 -11
  225. package/docs/api/functions/extractSlashPromptText.html +2 -2
  226. package/docs/api/functions/extractThinkPromptText.html +2 -2
  227. package/docs/api/functions/failWorker.html +2 -2
  228. package/docs/api/functions/findCommand.html +2 -2
  229. package/docs/api/functions/findMatchingSkills.html +2 -2
  230. package/docs/api/functions/findPlannerPlans.html +3 -3
  231. package/docs/api/functions/findPrdPath.html +2 -2
  232. package/docs/api/functions/findPreviousThinkingContent.html +1 -1
  233. package/docs/api/functions/findProgressPath.html +2 -2
  234. package/docs/api/functions/findProjectRoot.html +3 -3
  235. package/docs/api/functions/findRecoveryEmptyMessages.html +2 -2
  236. package/docs/api/functions/findRecoveryOrphanThinking.html +2 -2
  237. package/docs/api/functions/findRecoveryThinkingBlocks.html +2 -2
  238. package/docs/api/functions/findRuleFiles.html +4 -4
  239. package/docs/api/functions/findSkillFiles.html +3 -3
  240. package/docs/api/functions/formatCancelMessage.html +2 -2
  241. package/docs/api/functions/formatCompactSummary.html +2 -2
  242. package/docs/api/functions/formatContextSummary.html +3 -3
  243. package/docs/api/functions/formatDirectivesForContext.html +2 -2
  244. package/docs/api/functions/formatFailureSummary.html +2 -2
  245. package/docs/api/functions/formatFile.html +2 -2
  246. package/docs/api/functions/formatFileChanges.html +2 -2
  247. package/docs/api/functions/formatFileList.html +2 -2
  248. package/docs/api/functions/formatFullContext.html +2 -2
  249. package/docs/api/functions/formatFullNotepad.html +2 -2
  250. package/docs/api/functions/formatLearningsForContext.html +2 -2
  251. package/docs/api/functions/formatNextStoryPrompt.html +2 -2
  252. package/docs/api/functions/formatNotepadContext.html +2 -2
  253. package/docs/api/functions/formatPatternsForContext.html +2 -2
  254. package/docs/api/functions/formatPrd.html +2 -2
  255. package/docs/api/functions/formatPrdStatus.html +2 -2
  256. package/docs/api/functions/formatPreCompactSummary.html +2 -2
  257. package/docs/api/functions/formatProgressForContext.html +2 -2
  258. package/docs/api/functions/formatProgressMessage.html +2 -2
  259. package/docs/api/functions/formatStory.html +2 -2
  260. package/docs/api/functions/formatSummary.html +2 -2
  261. package/docs/api/functions/formatUpdateNotification.html +2 -2
  262. package/docs/api/functions/formatValidationResults.html +2 -2
  263. package/docs/api/functions/generateExtractionPrompt.html +2 -2
  264. package/docs/api/functions/generateSkillFrontmatter.html +2 -2
  265. package/docs/api/functions/generateSummary.html +2 -2
  266. package/docs/api/functions/getActiveAgentCount.html +2 -2
  267. package/docs/api/functions/getActiveExclusiveMode.html +4 -4
  268. package/docs/api/functions/getActiveModes.html +2 -2
  269. package/docs/api/functions/getActivePlanPath.html +2 -2
  270. package/docs/api/functions/getAgentDefinitions.html +2 -2
  271. package/docs/api/functions/getAgentsByType.html +2 -2
  272. package/docs/api/functions/getAllCommands.html +2 -2
  273. package/docs/api/functions/getAllModeStatuses.html +5 -5
  274. package/docs/api/functions/getAllSkills.html +2 -2
  275. package/docs/api/functions/getArchitectRejectionContinuationPrompt.html +2 -2
  276. package/docs/api/functions/getArchitectVerificationPrompt.html +2 -2
  277. package/docs/api/functions/getAutoFormatMessage.html +2 -2
  278. package/docs/api/functions/getAutopilotStateAge.html +3 -3
  279. package/docs/api/functions/getAvailableAgents.html +2 -2
  280. package/docs/api/functions/getAxiomDir.html +1 -1
  281. package/docs/api/functions/getBackgroundTaskGuidance.html +4 -4
  282. package/docs/api/functions/getBeadsContextConfig.html +2 -2
  283. package/docs/api/functions/getBeadsInstructions.html +2 -2
  284. package/docs/api/functions/getBoulderFilePath.html +2 -2
  285. package/docs/api/functions/getCheckpointPath.html +2 -2
  286. package/docs/api/functions/getClaudeThinkingConfig.html +3 -3
  287. package/docs/api/functions/getCommand.html +2 -2
  288. package/docs/api/functions/getCommandsDir.html +2 -2
  289. package/docs/api/functions/getCompactionQueueDepth.html +3 -3
  290. package/docs/api/functions/getCompletedWorkers.html +2 -2
  291. package/docs/api/functions/getDefaultMcpServers.html +1 -1
  292. package/docs/api/functions/getDefaultModelForCategory.html +2 -2
  293. package/docs/api/functions/getDetectionStats.html +2 -2
  294. package/docs/api/functions/getDirectPlanningPrompt.html +3 -3
  295. package/docs/api/functions/getExecutionPrompt.html +2 -2
  296. package/docs/api/functions/getExpansionPrompt.html +3 -3
  297. package/docs/api/functions/getExpertGateMessage.html +1 -1
  298. package/docs/api/functions/getFailedWorkers.html +2 -2
  299. package/docs/api/functions/getFormatter.html +2 -2
  300. package/docs/api/functions/getGitDiffStats.html +2 -2
  301. package/docs/api/functions/getGlobalStateFilePath.html +4 -4
  302. package/docs/api/functions/getGoalCommand.html +2 -2
  303. package/docs/api/functions/getHighVariant.html +3 -3
  304. package/docs/api/functions/getInstallInfo.html +2 -2
  305. package/docs/api/functions/getInstalledVersion.html +2 -2
  306. package/docs/api/functions/getIssuesToFix.html +2 -2
  307. package/docs/api/functions/getLastDetection.html +2 -2
  308. package/docs/api/functions/getLearnerConfigValue.html +2 -2
  309. package/docs/api/functions/getLinter.html +2 -2
  310. package/docs/api/functions/getManualSection.html +2 -2
  311. package/docs/api/functions/getMemoryFilePaths.html +1 -1
  312. package/docs/api/functions/getModeMarkerFilePath.html +2 -2
  313. package/docs/api/functions/getModeStateFilePath.html +2 -2
  314. package/docs/api/functions/getNextStory.html +2 -2
  315. package/docs/api/functions/getNotepadPath.html +2 -2
  316. package/docs/api/functions/getNotepadStats.html +2 -2
  317. package/docs/api/functions/getOmcPrdPath.html +2 -2
  318. package/docs/api/functions/getOmcProgressPath.html +2 -2
  319. package/docs/api/functions/getOmcSystemPrompt.html +2 -2
  320. package/docs/api/functions/getOmcToolNames.html +3 -3
  321. package/docs/api/functions/getPatterns.html +2 -2
  322. package/docs/api/functions/getPhasePrompt.html +2 -2
  323. package/docs/api/functions/getPlanName.html +2 -2
  324. package/docs/api/functions/getPlanPath.html +2 -2
  325. package/docs/api/functions/getPlanProgress.html +2 -2
  326. package/docs/api/functions/getPlanSummaries.html +2 -2
  327. package/docs/api/functions/getPrdCompletionStatus.html +2 -2
  328. package/docs/api/functions/getPrdPath.html +2 -2
  329. package/docs/api/functions/getPrdStatus.html +2 -2
  330. package/docs/api/functions/getPreCommitReminderMessage.html +2 -2
  331. package/docs/api/functions/getPriorityContext.html +2 -2
  332. package/docs/api/functions/getProgressContext.html +2 -2
  333. package/docs/api/functions/getProgressPath.html +2 -2
  334. package/docs/api/functions/getPromotionCandidates.html +2 -2
  335. package/docs/api/functions/getQAPrompt.html +2 -2
  336. package/docs/api/functions/getRalphContext.html +3 -3
  337. package/docs/api/functions/getReadmesForPath.html +2 -2
  338. package/docs/api/functions/getRecentLearnings.html +2 -2
  339. package/docs/api/functions/getRulesForPath.html +2 -2
  340. package/docs/api/functions/getRunningAgents.html +2 -2
  341. package/docs/api/functions/getRunningWorkers.html +2 -2
  342. package/docs/api/functions/getSessionTokenEstimate.html +2 -2
  343. package/docs/api/functions/getSkillsDir.html +2 -2
  344. package/docs/api/functions/getSpecPath.html +2 -2
  345. package/docs/api/functions/getStaleAgents.html +2 -2
  346. package/docs/api/functions/getStateDir.html +2 -2
  347. package/docs/api/functions/getStory.html +2 -2
  348. package/docs/api/functions/getSubagentStateFilePath.html +2 -2
  349. package/docs/api/functions/getThinkModeState.html +2 -2
  350. package/docs/api/functions/getThinkingConfig.html +3 -3
  351. package/docs/api/functions/getTopHotPaths.html +2 -2
  352. package/docs/api/functions/getTrackingStats.html +2 -2
  353. package/docs/api/functions/getTransitionPrompt.html +2 -2
  354. package/docs/api/functions/getUltraworkPersistenceMessage.html +2 -2
  355. package/docs/api/functions/getValidationPrompt.html +2 -2
  356. package/docs/api/functions/getValidationSpawnPrompt.html +2 -2
  357. package/docs/api/functions/getValidationStats.html +1 -1
  358. package/docs/api/functions/getValidationStatus.html +2 -2
  359. package/docs/api/functions/getWorkingMemory.html +2 -2
  360. package/docs/api/functions/handleBackgroundEvent.html +3 -3
  361. package/docs/api/functions/handleContextWindowRecovery.html +2 -2
  362. package/docs/api/functions/handleEditErrorRecovery.html +2 -2
  363. package/docs/api/functions/handlePermissionRequest.html +2 -2
  364. package/docs/api/functions/handleRecovery.html +10 -10
  365. package/docs/api/functions/handleSessionEnd.html +2 -2
  366. package/docs/api/functions/handleSessionRecovery.html +2 -2
  367. package/docs/api/functions/handleSharedFiles.html +7 -7
  368. package/docs/api/functions/handleSubagentStart.html +2 -2
  369. package/docs/api/functions/handleSubagentStop.html +2 -2
  370. package/docs/api/functions/hasBoulder.html +2 -2
  371. package/docs/api/functions/hasContentParts.html +1 -1
  372. package/docs/api/functions/hasModeState.html +3 -3
  373. package/docs/api/functions/hasPrd.html +2 -2
  374. package/docs/api/functions/hasTextContent.html +2 -2
  375. package/docs/api/functions/hasValidContent.html +3 -3
  376. package/docs/api/functions/incrementAgentCount.html +2 -2
  377. package/docs/api/functions/incrementRalphIteration.html +2 -2
  378. package/docs/api/functions/incrementReinforcement.html +2 -2
  379. package/docs/api/functions/initAutopilot.html +2 -2
  380. package/docs/api/functions/initNotepad.html +2 -2
  381. package/docs/api/functions/initPrd.html +2 -2
  382. package/docs/api/functions/initProgress.html +2 -2
  383. package/docs/api/functions/initUltrapilot.html +2 -2
  384. package/docs/api/functions/injectContextIntoText.html +2 -2
  385. package/docs/api/functions/injectPendingContext.html +3 -3
  386. package/docs/api/functions/injectRecoveryTextPart.html +2 -2
  387. package/docs/api/functions/install.html +2 -2
  388. package/docs/api/functions/integrateResults.html +5 -5
  389. package/docs/api/functions/isActiveModeRunning.html +2 -2
  390. package/docs/api/functions/isAllowedPath.html +2 -2
  391. package/docs/api/functions/isAlreadyHighVariant.html +2 -2
  392. package/docs/api/functions/isAutopilotActive.html +2 -2
  393. package/docs/api/functions/isAxiomEnabled.html +1 -1
  394. package/docs/api/functions/isClaudeInstalled.html +3 -3
  395. package/docs/api/functions/isClaudeModel.html +2 -2
  396. package/docs/api/functions/isCompactionInProgress.html +3 -3
  397. package/docs/api/functions/isDuplicateByContentHash.html +2 -2
  398. package/docs/api/functions/isDuplicateByRealPath.html +2 -2
  399. package/docs/api/functions/isExcludedCommand.html +2 -2
  400. package/docs/api/functions/isExtendedThinkingModel.html +1 -1
  401. package/docs/api/functions/isFileOwnedByWorker.html +2 -2
  402. package/docs/api/functions/isFormatterAvailable.html +2 -2
  403. package/docs/api/functions/isGptModel.html +2 -2
  404. package/docs/api/functions/isInstalled.html +2 -2
  405. package/docs/api/functions/isLearnerEnabled.html +2 -2
  406. package/docs/api/functions/isModeActive.html +6 -6
  407. package/docs/api/functions/isNonInteractive.html +1 -1
  408. package/docs/api/functions/isRecoverableError.html +2 -2
  409. package/docs/api/functions/isSafeCommand.html +2 -2
  410. package/docs/api/functions/isSessionRecoverable.html +2 -2
  411. package/docs/api/functions/isSharedFile.html +2 -2
  412. package/docs/api/functions/isThinkModeActive.html +2 -2
  413. package/docs/api/functions/isToolPart.html +2 -2
  414. package/docs/api/functions/isUltraQAActive.html +1 -1
  415. package/docs/api/functions/isWriteEditTool.html +2 -2
  416. package/docs/api/functions/learnFromToolOutput.html +7 -7
  417. package/docs/api/functions/lintFile.html +2 -2
  418. package/docs/api/functions/listAvailableCommands.html +2 -2
  419. package/docs/api/functions/listCommands.html +2 -2
  420. package/docs/api/functions/listPromotableLearnings.html +2 -2
  421. package/docs/api/functions/loadAgentPrompt.html +7 -7
  422. package/docs/api/functions/loadAgentUsageState.html +1 -1
  423. package/docs/api/functions/loadAllSkills.html +3 -3
  424. package/docs/api/functions/loadConfig.html +2 -2
  425. package/docs/api/functions/loadInjectedPaths.html +2 -2
  426. package/docs/api/functions/loadInjectedRules.html +2 -2
  427. package/docs/api/functions/loadLearnerConfig.html +2 -2
  428. package/docs/api/functions/loadProjectMemory.html +3 -3
  429. package/docs/api/functions/loadSkillById.html +2 -2
  430. package/docs/api/functions/mapDirectoryStructure.html +2 -2
  431. package/docs/api/functions/markStoryComplete.html +2 -2
  432. package/docs/api/functions/markStoryIncomplete.html +2 -2
  433. package/docs/api/functions/mergeAgentConfig.html +2 -2
  434. package/docs/api/functions/parseAxiomState.html +1 -1
  435. package/docs/api/functions/parseContextLimitError.html +2 -2
  436. package/docs/api/functions/parseProgress.html +2 -2
  437. package/docs/api/functions/parseRuleFrontmatter.html +10 -10
  438. package/docs/api/functions/parseSkillFile.html +2 -2
  439. package/docs/api/functions/parseSlashCommand.html +2 -2
  440. package/docs/api/functions/parseTokenLimitError.html +2 -2
  441. package/docs/api/functions/performUpdate.html +2 -2
  442. package/docs/api/functions/prependRecoveryThinkingPart.html +2 -2
  443. package/docs/api/functions/prependThinkingBlock.html +1 -1
  444. package/docs/api/functions/processAxiomBoot.html +1 -1
  445. package/docs/api/functions/processAxiomGuards.html +1 -1
  446. package/docs/api/functions/processBackgroundNotification.html +2 -2
  447. package/docs/api/functions/processBackgroundNotificationHook.html +2 -2
  448. package/docs/api/functions/processEditOutput.html +2 -2
  449. package/docs/api/functions/processHook.html +3 -3
  450. package/docs/api/functions/processMessageForSkills.html +2 -2
  451. package/docs/api/functions/processOrchestratorPostTool.html +3 -3
  452. package/docs/api/functions/processOrchestratorPreTool.html +3 -3
  453. package/docs/api/functions/processPermissionRequest.html +2 -2
  454. package/docs/api/functions/processPreCompact.html +6 -6
  455. package/docs/api/functions/processProjectMemoryPreCompact.html +3 -3
  456. package/docs/api/functions/processResponseForDetection.html +3 -3
  457. package/docs/api/functions/processSessionEnd.html +2 -2
  458. package/docs/api/functions/processSetup.html +2 -2
  459. package/docs/api/functions/processSetupInit.html +2 -2
  460. package/docs/api/functions/processSetupMaintenance.html +2 -2
  461. package/docs/api/functions/processSlashCommand.html +2 -2
  462. package/docs/api/functions/processSubagentStart.html +2 -2
  463. package/docs/api/functions/processSubagentStop.html +2 -2
  464. package/docs/api/functions/processThinkMode.html +3 -3
  465. package/docs/api/functions/promoteLearning.html +2 -2
  466. package/docs/api/functions/pruneOldEntries.html +2 -2
  467. package/docs/api/functions/pruneOldStateFiles.html +2 -2
  468. package/docs/api/functions/readActiveContext.html +1 -1
  469. package/docs/api/functions/readAutopilotState.html +2 -2
  470. package/docs/api/functions/readBoulderState.html +2 -2
  471. package/docs/api/functions/readModeMarker.html +4 -4
  472. package/docs/api/functions/readNotepad.html +2 -2
  473. package/docs/api/functions/readPrd.html +2 -2
  474. package/docs/api/functions/readProgress.html +2 -2
  475. package/docs/api/functions/readProgressRaw.html +2 -2
  476. package/docs/api/functions/readProjectDecisions.html +1 -1
  477. package/docs/api/functions/readRalphState.html +2 -2
  478. package/docs/api/functions/readRecoveryMessages.html +2 -2
  479. package/docs/api/functions/readRecoveryParts.html +2 -2
  480. package/docs/api/functions/readTrackingState.html +3 -3
  481. package/docs/api/functions/readUltraQAState.html +2 -2
  482. package/docs/api/functions/readUltrapilotState.html +2 -2
  483. package/docs/api/functions/readUltraworkState.html +4 -4
  484. package/docs/api/functions/readUserPreferences.html +1 -1
  485. package/docs/api/functions/readVerificationState.html +3 -3
  486. package/docs/api/functions/recordArchitectFeedback.html +2 -2
  487. package/docs/api/functions/recordConflict.html +2 -2
  488. package/docs/api/functions/recordFailure.html +2 -2
  489. package/docs/api/functions/recordHookFire.html +2 -2
  490. package/docs/api/functions/recordHookResult.html +2 -2
  491. package/docs/api/functions/recordKeywordDetected.html +2 -2
  492. package/docs/api/functions/recordModeChange.html +2 -2
  493. package/docs/api/functions/recordPattern.html +2 -2
  494. package/docs/api/functions/recordSessionMetrics.html +2 -2
  495. package/docs/api/functions/recordSkillActivated.html +2 -2
  496. package/docs/api/functions/recordSkillInvoked.html +2 -2
  497. package/docs/api/functions/recordStoryProgress.html +2 -2
  498. package/docs/api/functions/recordValidationVerdict.html +2 -2
  499. package/docs/api/functions/registerBeadsContext.html +3 -3
  500. package/docs/api/functions/registerProjectMemoryContext.html +6 -6
  501. package/docs/api/functions/removeCodeBlocks.html +12 -12
  502. package/docs/api/functions/removeModeMarker.html +5 -5
  503. package/docs/api/functions/removeSlashCodeBlocks.html +2 -2
  504. package/docs/api/functions/removeThinkCodeBlocks.html +2 -2
  505. package/docs/api/functions/replaceRecoveryEmptyTextParts.html +2 -2
  506. package/docs/api/functions/rescanProjectEnvironment.html +4 -4
  507. package/docs/api/functions/resetSessionTokenEstimate.html +2 -2
  508. package/docs/api/functions/resumeAutopilot.html +2 -2
  509. package/docs/api/functions/runPreCommitChecks.html +2 -2
  510. package/docs/api/functions/runTests.html +2 -2
  511. package/docs/api/functions/runTypeCheck.html +2 -2
  512. package/docs/api/functions/sanitizeMessage.html +2 -2
  513. package/docs/api/functions/sanitizeMessages.html +2 -2
  514. package/docs/api/functions/saveAgentUsageState.html +1 -1
  515. package/docs/api/functions/saveInjectedPaths.html +2 -2
  516. package/docs/api/functions/saveInjectedRules.html +2 -2
  517. package/docs/api/functions/saveLearnerConfig.html +2 -2
  518. package/docs/api/functions/saveModeSummary.html +2 -2
  519. package/docs/api/functions/saveProjectMemory.html +3 -3
  520. package/docs/api/functions/saveVersionMetadata.html +2 -2
  521. package/docs/api/functions/setCurrentStory.html +2 -2
  522. package/docs/api/functions/setEnvironmentVariables.html +2 -2
  523. package/docs/api/functions/setLearnerConfigValue.html +2 -2
  524. package/docs/api/functions/setPriorityContext.html +2 -2
  525. package/docs/api/functions/shouldActivateThinkMode.html +3 -3
  526. package/docs/api/functions/shouldActivateUltrathink.html +2 -2
  527. package/docs/api/functions/shouldApplyRule.html +2 -2
  528. package/docs/api/functions/shouldCheckForUpdates.html +2 -2
  529. package/docs/api/functions/shouldCompleteByPrd.html +2 -2
  530. package/docs/api/functions/shouldPromptExtraction.html +2 -2
  531. package/docs/api/functions/shouldReinforceUltrawork.html +2 -2
  532. package/docs/api/functions/shouldRetryValidation.html +2 -2
  533. package/docs/api/functions/shouldRunInBackground.html +8 -8
  534. package/docs/api/functions/spawnWorkers.html +7 -7
  535. package/docs/api/functions/startUltraQA.html +3 -3
  536. package/docs/api/functions/startUltrapilot.html +7 -7
  537. package/docs/api/functions/startValidationRound.html +2 -2
  538. package/docs/api/functions/startVerification.html +2 -2
  539. package/docs/api/functions/startsWithThinkingBlock.html +1 -1
  540. package/docs/api/functions/stopUltraQA.html +2 -2
  541. package/docs/api/functions/stripRecoveryThinkingParts.html +2 -2
  542. package/docs/api/functions/toSdkMcpFormat.html +2 -2
  543. package/docs/api/functions/trackAccess.html +2 -2
  544. package/docs/api/functions/trackProgress.html +5 -5
  545. package/docs/api/functions/transitionPhase.html +2 -2
  546. package/docs/api/functions/transitionRalphToUltraQA.html +9 -9
  547. package/docs/api/functions/transitionToComplete.html +2 -2
  548. package/docs/api/functions/transitionToFailed.html +2 -2
  549. package/docs/api/functions/transitionUltraQAToValidation.html +2 -2
  550. package/docs/api/functions/updateDirectoryAccess.html +2 -2
  551. package/docs/api/functions/updateExecution.html +2 -2
  552. package/docs/api/functions/updateExpansion.html +2 -2
  553. package/docs/api/functions/updatePlanning.html +2 -2
  554. package/docs/api/functions/updateQA.html +2 -2
  555. package/docs/api/functions/updateValidation.html +2 -2
  556. package/docs/api/functions/updateWorkerState.html +2 -2
  557. package/docs/api/functions/validateAgentConfig.html +2 -2
  558. package/docs/api/functions/validateCommitMessage.html +2 -2
  559. package/docs/api/functions/validateConfigFiles.html +2 -2
  560. package/docs/api/functions/validateExtractionRequest.html +2 -2
  561. package/docs/api/functions/validateMessage.html +1 -1
  562. package/docs/api/functions/validateMessages.html +1 -1
  563. package/docs/api/functions/validateSkillMetadata.html +2 -2
  564. package/docs/api/functions/writeAutopilotState.html +2 -2
  565. package/docs/api/functions/writeBoulderState.html +2 -2
  566. package/docs/api/functions/writePrd.html +2 -2
  567. package/docs/api/functions/writeRalphState.html +2 -2
  568. package/docs/api/functions/writeSkill.html +2 -2
  569. package/docs/api/functions/writeTrackingState.html +5 -5
  570. package/docs/api/functions/writeUltraQAState.html +2 -2
  571. package/docs/api/functions/writeUltrapilotState.html +2 -2
  572. package/docs/api/functions/writeUltraworkState.html +2 -2
  573. package/docs/api/functions/writeVerificationState.html +2 -2
  574. package/docs/api/hierarchy.html +1 -1
  575. package/docs/api/index.html +843 -843
  576. package/docs/api/interfaces/AgentConfig.html +18 -18
  577. package/docs/api/interfaces/AgentOverrideConfig.html +10 -10
  578. package/docs/api/interfaces/AgentPromptMetadata.html +19 -19
  579. package/docs/api/interfaces/AgentState.html +5 -5
  580. package/docs/api/interfaces/AgentUsageState.html +8 -8
  581. package/docs/api/interfaces/AutoSlashCommandHookInput.html +5 -5
  582. package/docs/api/interfaces/AutoSlashCommandHookOutput.html +3 -3
  583. package/docs/api/interfaces/AutoSlashCommandResult.html +5 -5
  584. package/docs/api/interfaces/AutopilotConfig.html +26 -26
  585. package/docs/api/interfaces/AutopilotExecution.html +16 -16
  586. package/docs/api/interfaces/AutopilotExpansion.html +12 -12
  587. package/docs/api/interfaces/AutopilotPlanning.html +8 -8
  588. package/docs/api/interfaces/AutopilotQA.html +12 -12
  589. package/docs/api/interfaces/AutopilotResult.html +10 -10
  590. package/docs/api/interfaces/AutopilotState.html +36 -36
  591. package/docs/api/interfaces/AutopilotSummary.html +16 -16
  592. package/docs/api/interfaces/AutopilotValidation.html +10 -10
  593. package/docs/api/interfaces/AutopilotValidationResult.html +8 -8
  594. package/docs/api/interfaces/AvailableAgent.html +5 -5
  595. package/docs/api/interfaces/AxiomBootInput.html +3 -3
  596. package/docs/api/interfaces/AxiomBootOutput.html +4 -4
  597. package/docs/api/interfaces/AxiomGuardsInput.html +4 -4
  598. package/docs/api/interfaces/AxiomGuardsOutput.html +4 -4
  599. package/docs/api/interfaces/AxiomMemoryFiles.html +5 -5
  600. package/docs/api/interfaces/AxiomState.html +8 -8
  601. package/docs/api/interfaces/BackgroundNotificationHookConfig.html +11 -11
  602. package/docs/api/interfaces/BackgroundNotificationHookInput.html +8 -8
  603. package/docs/api/interfaces/BackgroundNotificationHookOutput.html +8 -8
  604. package/docs/api/interfaces/BackgroundTask.html +7 -7
  605. package/docs/api/interfaces/BackgroundTaskManager.html +26 -26
  606. package/docs/api/interfaces/BeadsContextConfig.html +4 -4
  607. package/docs/api/interfaces/BoulderState.html +12 -12
  608. package/docs/api/interfaces/BuildInfo.html +6 -6
  609. package/docs/api/interfaces/CanStartResult.html +4 -4
  610. package/docs/api/interfaces/CancelResult.html +4 -4
  611. package/docs/api/interfaces/ClaudeThinkingConfig.html +4 -4
  612. package/docs/api/interfaces/CodeConventions.html +5 -5
  613. package/docs/api/interfaces/CodebasePattern.html +5 -5
  614. package/docs/api/interfaces/CommandInfo.html +5 -5
  615. package/docs/api/interfaces/CommandMetadata.html +7 -7
  616. package/docs/api/interfaces/CommentCheckResult.html +10 -10
  617. package/docs/api/interfaces/CommentCheckerConfig.html +6 -6
  618. package/docs/api/interfaces/CommentInfo.html +14 -14
  619. package/docs/api/interfaces/CommentPendingCall.html +18 -18
  620. package/docs/api/interfaces/CommitConfig.html +9 -9
  621. package/docs/api/interfaces/CompactCheckpoint.html +7 -7
  622. package/docs/api/interfaces/ContextEntry.html +14 -14
  623. package/docs/api/interfaces/ContextUsageResult.html +12 -12
  624. package/docs/api/interfaces/CustomNote.html +5 -5
  625. package/docs/api/interfaces/DelegationDecision.html +7 -7
  626. package/docs/api/interfaces/DelegationRoute.html +7 -7
  627. package/docs/api/interfaces/DelegationRoutingConfig.html +5 -5
  628. package/docs/api/interfaces/DelegationTrigger.html +6 -6
  629. package/docs/api/interfaces/DetectedKeyword.html +13 -13
  630. package/docs/api/interfaces/DetectionConfig.html +8 -8
  631. package/docs/api/interfaces/DetectionResult.html +13 -13
  632. package/docs/api/interfaces/DirectoryInfo.html +7 -7
  633. package/docs/api/interfaces/EmptyMessageSanitizerConfig.html +6 -6
  634. package/docs/api/interfaces/EmptyMessageSanitizerInput.html +6 -6
  635. package/docs/api/interfaces/EmptyMessageSanitizerOutput.html +8 -8
  636. package/docs/api/interfaces/ExecuteResult.html +5 -5
  637. package/docs/api/interfaces/ExpandedCommand.html +4 -4
  638. package/docs/api/interfaces/ExternalModelPreference.html +4 -4
  639. package/docs/api/interfaces/ExternalModelsConfig.html +6 -6
  640. package/docs/api/interfaces/ExternalModelsDefaults.html +5 -5
  641. package/docs/api/interfaces/ExternalModelsFallbackPolicy.html +5 -5
  642. package/docs/api/interfaces/FileOwnership.html +8 -8
  643. package/docs/api/interfaces/FormatConfig.html +7 -7
  644. package/docs/api/interfaces/FrameworkDetection.html +4 -4
  645. package/docs/api/interfaces/FullAgentConfig.html +26 -26
  646. package/docs/api/interfaces/GateCheckResult.html +5 -5
  647. package/docs/api/interfaces/GitBranchPattern.html +3 -3
  648. package/docs/api/interfaces/HookContext.html +5 -5
  649. package/docs/api/interfaces/HookDefinition.html +5 -5
  650. package/docs/api/interfaces/HookInput.html +18 -18
  651. package/docs/api/interfaces/HookOutput.html +10 -10
  652. package/docs/api/interfaces/HookResult.html +4 -4
  653. package/docs/api/interfaces/HotPath.html +6 -6
  654. package/docs/api/interfaces/InjectedPathsData.html +9 -9
  655. package/docs/api/interfaces/InjectedRulesData.html +10 -10
  656. package/docs/api/interfaces/InjectedSkillsData.html +8 -8
  657. package/docs/api/interfaces/InjectionResult.html +8 -8
  658. package/docs/api/interfaces/InstallOptions.html +9 -9
  659. package/docs/api/interfaces/InstallResult.html +10 -10
  660. package/docs/api/interfaces/IntegrationResult.html +14 -14
  661. package/docs/api/interfaces/LanguageDetection.html +5 -5
  662. package/docs/api/interfaces/LearnedSkill.html +16 -16
  663. package/docs/api/interfaces/LearnerConfig.html +18 -18
  664. package/docs/api/interfaces/LintConfig.html +7 -7
  665. package/docs/api/interfaces/MagicKeyword.html +4 -4
  666. package/docs/api/interfaces/MatchResult.html +6 -6
  667. package/docs/api/interfaces/MessageContext.html +8 -8
  668. package/docs/api/interfaces/MessageInfo.html +9 -9
  669. package/docs/api/interfaces/MessagePart.html +15 -15
  670. package/docs/api/interfaces/MessageWithModel.html +3 -3
  671. package/docs/api/interfaces/MessageWithParts.html +6 -6
  672. package/docs/api/interfaces/MessagesTransformHook.html +3 -3
  673. package/docs/api/interfaces/MessagesTransformInput.html +3 -3
  674. package/docs/api/interfaces/MessagesTransformOutput.html +3 -3
  675. package/docs/api/interfaces/ModeConfig.html +13 -13
  676. package/docs/api/interfaces/ModeStatus.html +4 -4
  677. package/docs/api/interfaces/ModelRef.html +4 -4
  678. package/docs/api/interfaces/NonInteractiveEnvConfig.html +2 -2
  679. package/docs/api/interfaces/NotepadConfig.html +7 -7
  680. package/docs/api/interfaces/NotepadStats.html +11 -11
  681. package/docs/api/interfaces/NotificationCheckResult.html +8 -8
  682. package/docs/api/interfaces/OrchestratorToolInput.html +6 -6
  683. package/docs/api/interfaces/OrchestratorToolOutput.html +6 -6
  684. package/docs/api/interfaces/OutputPart.html +4 -4
  685. package/docs/api/interfaces/PRD.html +9 -9
  686. package/docs/api/interfaces/PRDStatus.html +13 -13
  687. package/docs/api/interfaces/ParsedSlashCommand.html +8 -8
  688. package/docs/api/interfaces/ParsedTokenLimitError.html +16 -16
  689. package/docs/api/interfaces/PendingContext.html +8 -8
  690. package/docs/api/interfaces/PermissionHookOutput.html +4 -4
  691. package/docs/api/interfaces/PermissionRequestInput.html +9 -9
  692. package/docs/api/interfaces/PersistentModeResult.html +9 -9
  693. package/docs/api/interfaces/PlanProgress.html +8 -8
  694. package/docs/api/interfaces/PlanSummary.html +10 -10
  695. package/docs/api/interfaces/PluginConfig.html +17 -17
  696. package/docs/api/interfaces/PreCommitResult.html +3 -3
  697. package/docs/api/interfaces/PreCompactHookOutput.html +4 -4
  698. package/docs/api/interfaces/PreCompactInput.html +8 -8
  699. package/docs/api/interfaces/PreemptiveCompactionConfig.html +14 -14
  700. package/docs/api/interfaces/PriorityContextResult.html +5 -5
  701. package/docs/api/interfaces/ProgressEntry.html +11 -11
  702. package/docs/api/interfaces/ProgressLog.html +7 -7
  703. package/docs/api/interfaces/ProjectMemory.html +14 -14
  704. package/docs/api/interfaces/ProjectStructure.html +5 -5
  705. package/docs/api/interfaces/PromotionCandidate.html +9 -9
  706. package/docs/api/interfaces/PruneResult.html +5 -5
  707. package/docs/api/interfaces/QualityValidation.html +10 -10
  708. package/docs/api/interfaces/RalphLoopHook.html +4 -4
  709. package/docs/api/interfaces/RalphLoopOptions.html +5 -5
  710. package/docs/api/interfaces/RalphLoopState.html +21 -21
  711. package/docs/api/interfaces/RecoveryConfig.html +16 -16
  712. package/docs/api/interfaces/RecoveryMessageData.html +4 -4
  713. package/docs/api/interfaces/RecoveryResult.html +10 -10
  714. package/docs/api/interfaces/RecoveryStoredMessageMeta.html +8 -8
  715. package/docs/api/interfaces/RecoveryStoredReasoningPart.html +7 -7
  716. package/docs/api/interfaces/RecoveryStoredTextPart.html +9 -9
  717. package/docs/api/interfaces/RecoveryStoredToolPart.html +9 -9
  718. package/docs/api/interfaces/RegisterContextOptions.html +12 -12
  719. package/docs/api/interfaces/ReleaseInfo.html +9 -9
  720. package/docs/api/interfaces/ResolveDelegationOptions.html +7 -7
  721. package/docs/api/interfaces/ResolveOptions.html +6 -6
  722. package/docs/api/interfaces/ResolvedModel.html +5 -5
  723. package/docs/api/interfaces/RetryState.html +6 -6
  724. package/docs/api/interfaces/RuleFileCandidate.html +12 -12
  725. package/docs/api/interfaces/RuleFrontmatterResult.html +6 -6
  726. package/docs/api/interfaces/RuleInfo.html +18 -18
  727. package/docs/api/interfaces/RuleMetadata.html +9 -9
  728. package/docs/api/interfaces/RuleToInject.html +10 -10
  729. package/docs/api/interfaces/SessionEndHookOutput.html +2 -2
  730. package/docs/api/interfaces/SessionEndInput.html +9 -9
  731. package/docs/api/interfaces/SessionMetrics.html +9 -9
  732. package/docs/api/interfaces/SessionState.html +5 -5
  733. package/docs/api/interfaces/SetupHookOutput.html +3 -3
  734. package/docs/api/interfaces/SetupInput.html +7 -7
  735. package/docs/api/interfaces/SetupResult.html +5 -5
  736. package/docs/api/interfaces/ShellHook.html +4 -4
  737. package/docs/api/interfaces/SisyphusOptions.html +14 -14
  738. package/docs/api/interfaces/SisyphusSession.html +16 -16
  739. package/docs/api/interfaces/SkillExtractionRequest.html +12 -12
  740. package/docs/api/interfaces/SkillFileCandidate.html +10 -10
  741. package/docs/api/interfaces/SkillHookContext.html +5 -5
  742. package/docs/api/interfaces/SkillMetadata.html +22 -22
  743. package/docs/api/interfaces/SkillParseResult.html +5 -5
  744. package/docs/api/interfaces/SubagentHookOutput.html +3 -3
  745. package/docs/api/interfaces/SubagentInfo.html +14 -14
  746. package/docs/api/interfaces/SubagentStartInput.html +10 -10
  747. package/docs/api/interfaces/SubagentStopInput.html +11 -11
  748. package/docs/api/interfaces/SubagentTrackingState.html +6 -6
  749. package/docs/api/interfaces/TaskExecutionDecision.html +10 -10
  750. package/docs/api/interfaces/TechStack.html +5 -5
  751. package/docs/api/interfaces/ThinkModeInput.html +4 -4
  752. package/docs/api/interfaces/ThinkModeState.html +12 -12
  753. package/docs/api/interfaces/ThinkingValidatorMessageInfo.html +6 -6
  754. package/docs/api/interfaces/ThinkingValidatorMessagePart.html +9 -9
  755. package/docs/api/interfaces/ThinkingValidatorMessageWithParts.html +4 -4
  756. package/docs/api/interfaces/TodoContinuationHook.html +2 -2
  757. package/docs/api/interfaces/TransitionResult.html +4 -4
  758. package/docs/api/interfaces/TruncateState.html +6 -6
  759. package/docs/api/interfaces/UltraQAOptions.html +5 -5
  760. package/docs/api/interfaces/UltraQAResult.html +9 -9
  761. package/docs/api/interfaces/UltraQAState.html +19 -19
  762. package/docs/api/interfaces/UltrapilotConfig.html +14 -14
  763. package/docs/api/interfaces/UltrapilotState.html +26 -26
  764. package/docs/api/interfaces/UltraworkState.html +17 -17
  765. package/docs/api/interfaces/UpdateCheckResult.html +7 -7
  766. package/docs/api/interfaces/UpdateResult.html +7 -7
  767. package/docs/api/interfaces/UserDirective.html +7 -7
  768. package/docs/api/interfaces/UserStory.html +15 -15
  769. package/docs/api/interfaces/ValidationCoordinatorResult.html +6 -6
  770. package/docs/api/interfaces/ValidationResult.html +10 -10
  771. package/docs/api/interfaces/VerificationState.html +17 -17
  772. package/docs/api/interfaces/VersionMetadata.html +12 -12
  773. package/docs/api/interfaces/WorkerState.html +24 -24
  774. package/docs/api/interfaces/WriteSkillResult.html +6 -6
  775. package/docs/api/media/EVOLUTION.md +132 -62
  776. package/docs/api/media/INSTALL.md +105 -35
  777. package/docs/api/media/MIGRATION.md +340 -168
  778. package/docs/api/media/NEXUS.md +79 -43
  779. package/docs/api/media/REFERENCE.md +182 -104
  780. package/docs/api/media/mcp-server-usage.md +24 -11
  781. package/docs/api/modules.html +1 -1
  782. package/docs/api/types/AgentCategory.html +2 -2
  783. package/docs/api/types/AgentCost.html +3 -3
  784. package/docs/api/types/AgentFactory.html +2 -2
  785. package/docs/api/types/AgentOverrides.html +2 -2
  786. package/docs/api/types/AutopilotPhase.html +2 -2
  787. package/docs/api/types/AutopilotSignal.html +2 -2
  788. package/docs/api/types/CommandScope.html +2 -2
  789. package/docs/api/types/ContextPriority.html +3 -3
  790. package/docs/api/types/ContextSourceType.html +3 -3
  791. package/docs/api/types/DelegationProvider.html +2 -2
  792. package/docs/api/types/DelegationTool.html +2 -2
  793. package/docs/api/types/ExecutionMode.html +3 -3
  794. package/docs/api/types/ExternalModelProvider.html +2 -2
  795. package/docs/api/types/GateType.html +3 -3
  796. package/docs/api/types/InjectionStrategy.html +2 -2
  797. package/docs/api/types/KeywordType.html +10 -10
  798. package/docs/api/types/ModelType.html +2 -2
  799. package/docs/api/types/QAStatus.html +2 -2
  800. package/docs/api/types/RecoveryErrorType.html +2 -2
  801. package/docs/api/types/RecoveryStoredPart.html +2 -2
  802. package/docs/api/types/TaskTool.html +1 -1
  803. package/docs/api/types/ThinkingConfig.html +2 -2
  804. package/docs/api/types/UltraQAGoalType.html +1 -1
  805. package/docs/api/types/UserStoryInput.html +2 -2
  806. package/docs/api/types/ValidationVerdict.html +2 -2
  807. package/docs/api/types/ValidationVerdictType.html +2 -2
  808. package/docs/api/variables/AGENTS_DIR.html +1 -1
  809. package/docs/api/variables/AGENTS_FILENAME.html +2 -2
  810. package/docs/api/variables/AGENT_TOOLS.html +2 -2
  811. package/docs/api/variables/ALLOWED_PATH_PREFIX.html +2 -2
  812. package/docs/api/variables/ANALYST_PROMPT_METADATA.html +1 -1
  813. package/docs/api/variables/ARCHITECT_PROMPT_METADATA.html +1 -1
  814. package/docs/api/variables/AUTO_SLASH_COMMAND_HOOK_NAME.html +4 -4
  815. package/docs/api/variables/AUTO_SLASH_COMMAND_TAG_CLOSE.html +1 -1
  816. package/docs/api/variables/AUTO_SLASH_COMMAND_TAG_OPEN.html +2 -2
  817. package/docs/api/variables/BACKGROUND_NOTIFICATION_HOOK_NAME.html +2 -2
  818. package/docs/api/variables/BDD_KEYWORDS.html +2 -2
  819. package/docs/api/variables/BEADS_INSTRUCTIONS.html +1 -1
  820. package/docs/api/variables/BEADS_RUST_INSTRUCTIONS.html +1 -1
  821. package/docs/api/variables/BLOCKING_PATTERNS.html +3 -3
  822. package/docs/api/variables/BOULDER_CONTINUATION_PROMPT.html +2 -2
  823. package/docs/api/variables/BOULDER_DIR.html +2 -2
  824. package/docs/api/variables/BOULDER_FILE.html +2 -2
  825. package/docs/api/variables/BOULDER_STATE_PATH.html +2 -2
  826. package/docs/api/variables/CHARS_PER_TOKEN.html +2 -2
  827. package/docs/api/variables/CI_COMMANDS.html +2 -2
  828. package/docs/api/variables/CI_GATE_MESSAGE.html +1 -1
  829. package/docs/api/variables/CLAUDE_CONFIG_DIR.html +2 -2
  830. package/docs/api/variables/CLAUDE_DEFAULT_CONTEXT_LIMIT.html +2 -2
  831. package/docs/api/variables/COMMANDS_DIR.html +1 -1
  832. package/docs/api/variables/COMMENT_CHECKER_MESSAGE_HEADER.html +2 -2
  833. package/docs/api/variables/COMPACTION_COOLDOWN_MS.html +2 -2
  834. package/docs/api/variables/CONTENT_PART_TYPES.html +2 -2
  835. package/docs/api/variables/CONTEXT_CRITICAL_MESSAGE.html +2 -2
  836. package/docs/api/variables/CONTEXT_FILENAMES.html +2 -2
  837. package/docs/api/variables/CONTEXT_LIMIT_RECOVERY_MESSAGE.html +2 -2
  838. package/docs/api/variables/CONTEXT_LIMIT_SHORT_MESSAGE.html +2 -2
  839. package/docs/api/variables/CONTEXT_WARNING_MESSAGE.html +2 -2
  840. package/docs/api/variables/CRITICAL_THRESHOLD.html +2 -2
  841. package/docs/api/variables/CRITIC_PROMPT_METADATA.html +1 -1
  842. package/docs/api/variables/DEFAULT_CONFIG.html +2 -2
  843. package/docs/api/variables/DEFAULT_MAX_BACKGROUND_TASKS.html +2 -2
  844. package/docs/api/variables/DEFAULT_THINKING_CONTENT.html +2 -2
  845. package/docs/api/variables/DIRECT_WORK_REMINDER.html +2 -2
  846. package/docs/api/variables/DOCUMENT_SPECIALIST_PROMPT_METADATA.html +1 -1
  847. package/docs/api/variables/DOCUMENT_WRITER_PROMPT_METADATA.html +1 -1
  848. package/docs/api/variables/EDIT_ERROR_PATTERNS.html +2 -2
  849. package/docs/api/variables/EDIT_ERROR_REMINDER.html +3 -3
  850. package/docs/api/variables/EMPTY_MESSAGE_SANITIZER_DEBUG_PREFIX.html +2 -2
  851. package/docs/api/variables/EMPTY_MESSAGE_SANITIZER_ERROR_PATTERNS.html +2 -2
  852. package/docs/api/variables/EMPTY_MESSAGE_SANITIZER_HOOK_NAME.html +2 -2
  853. package/docs/api/variables/ENTRY_SEPARATOR.html +1 -1
  854. package/docs/api/variables/EXCLUDED_COMMANDS.html +3 -3
  855. package/docs/api/variables/EXPERT_GATE_MESSAGE.html +1 -1
  856. package/docs/api/variables/EXPLORE_PROMPT_METADATA.html +1 -1
  857. package/docs/api/variables/EXTENSION_TO_LANGUAGE.html +2 -2
  858. package/docs/api/variables/FEATURE_FLAG_KEY.html +2 -2
  859. package/docs/api/variables/FRONTEND_ENGINEER_PROMPT_METADATA.html +1 -1
  860. package/docs/api/variables/GITHUB_API_URL.html +1 -1
  861. package/docs/api/variables/INSTALLER_CLAUDE_CONFIG_DIR.html +2 -2
  862. package/docs/api/variables/INSTALLER_VERSION.html +2 -2
  863. package/docs/api/variables/LINE_COMMENT_PATTERNS.html +2 -2
  864. package/docs/api/variables/LONG_RUNNING_PATTERNS.html +3 -3
  865. package/docs/api/variables/MANUAL_HEADER.html +1 -1
  866. package/docs/api/variables/MAX_SKILLS_PER_SESSION.html +2 -2
  867. package/docs/api/variables/MAX_SKILL_CONTENT_LENGTH.html +2 -2
  868. package/docs/api/variables/MAX_WARNINGS.html +2 -2
  869. package/docs/api/variables/MIN_QUALITY_SCORE.html +2 -2
  870. package/docs/api/variables/MODE_CONFIGS.html +4 -4
  871. package/docs/api/variables/MULTIMODAL_LOOKER_PROMPT_METADATA.html +1 -1
  872. package/docs/api/variables/NON_EMPTY_CONTENT_RECOVERY_MESSAGE.html +2 -2
  873. package/docs/api/variables/NON_INTERACTIVE_ENV.html +1 -1
  874. package/docs/api/variables/NON_INTERACTIVE_ENV_HOOK_NAME.html +1 -1
  875. package/docs/api/variables/NOTEPAD_BASE_PATH.html +2 -2
  876. package/docs/api/variables/NOTEPAD_DEFAULT_CONFIG.html +1 -1
  877. package/docs/api/variables/NOTEPAD_DIR.html +2 -2
  878. package/docs/api/variables/NOTEPAD_FILENAME.html +1 -1
  879. package/docs/api/variables/OMC_ORCHESTRATOR_HOOK_NAME.html +4 -4
  880. package/docs/api/variables/ORCHESTRATOR_DELEGATION_REQUIRED.html +2 -2
  881. package/docs/api/variables/PATTERNS_HEADER.html +1 -1
  882. package/docs/api/variables/PLACEHOLDER_TEXT.html +3 -3
  883. package/docs/api/variables/PLANNER_PLANS_DIR.html +2 -2
  884. package/docs/api/variables/PLANNER_PROMPT_METADATA.html +1 -1
  885. package/docs/api/variables/PLAN_EXTENSION.html +2 -2
  886. package/docs/api/variables/PRD_EXAMPLE_FILENAME.html +1 -1
  887. package/docs/api/variables/PRD_FILENAME.html +1 -1
  888. package/docs/api/variables/PREEMPTIVE_DEFAULT_THRESHOLD.html +2 -2
  889. package/docs/api/variables/PREVENTED_ERROR.html +2 -2
  890. package/docs/api/variables/PRIORITY_HEADER.html +1 -1
  891. package/docs/api/variables/PROGRESS_FILENAME.html +1 -1
  892. package/docs/api/variables/PROJECT_MARKERS.html +2 -2
  893. package/docs/api/variables/PROJECT_RULE_FILES.html +2 -2
  894. package/docs/api/variables/PROJECT_RULE_SUBDIRS.html +2 -2
  895. package/docs/api/variables/PROJECT_SKILLS_SUBDIR.html +2 -2
  896. package/docs/api/variables/RAPID_FIRE_DEBOUNCE_MS.html +7 -7
  897. package/docs/api/variables/README_FILENAME.html +2 -2
  898. package/docs/api/variables/README_INJECTOR_STORAGE.html +1 -1
  899. package/docs/api/variables/README_TRACKED_TOOLS.html +2 -2
  900. package/docs/api/variables/RECOVERY_FAILED_MESSAGE.html +2 -2
  901. package/docs/api/variables/RECOVERY_MESSAGES.html +2 -2
  902. package/docs/api/variables/RECOVERY_PLACEHOLDER_TEXT.html +2 -2
  903. package/docs/api/variables/REMINDER_MESSAGE.html +2 -2
  904. package/docs/api/variables/REPO_NAME.html +1 -1
  905. package/docs/api/variables/REPO_OWNER.html +2 -2
  906. package/docs/api/variables/RETRY_CONFIG.html +6 -6
  907. package/docs/api/variables/RULES_INJECTOR_STORAGE.html +1 -1
  908. package/docs/api/variables/RULE_EXTENSIONS.html +2 -2
  909. package/docs/api/variables/SHELL_COMMAND_PATTERNS.html +3 -3
  910. package/docs/api/variables/SINGLE_TASK_DIRECTIVE.html +2 -2
  911. package/docs/api/variables/SISYPHUS_JUNIOR_PROMPT_METADATA.html +1 -1
  912. package/docs/api/variables/SKILL_EXTENSION.html +2 -2
  913. package/docs/api/variables/SLASH_COMMAND_PATTERN.html +2 -2
  914. package/docs/api/variables/STALE_STATE_MAX_AGE_MS.html +2 -2
  915. package/docs/api/variables/SYNTHETIC_THINKING_ID_PREFIX.html +2 -2
  916. package/docs/api/variables/TARGET_TOOLS.html +2 -2
  917. package/docs/api/variables/THINKING_BLOCK_VALIDATOR_HOOK_NAME.html +2 -2
  918. package/docs/api/variables/THINKING_CONFIGS.html +2 -2
  919. package/docs/api/variables/THINKING_MODEL_PATTERNS.html +3 -3
  920. package/docs/api/variables/THINKING_PART_TYPES.html +2 -2
  921. package/docs/api/variables/TOKEN_LIMIT_KEYWORDS.html +2 -2
  922. package/docs/api/variables/TOKEN_LIMIT_PATTERNS.html +2 -2
  923. package/docs/api/variables/TOOL_PART_TYPES.html +2 -2
  924. package/docs/api/variables/TRACKED_TOOLS.html +2 -2
  925. package/docs/api/variables/TRUNCATE_CONFIG.html +6 -6
  926. package/docs/api/variables/TRUNCATION_APPLIED_MESSAGE.html +2 -2
  927. package/docs/api/variables/TYPE_CHECKER_PREFIXES.html +2 -2
  928. package/docs/api/variables/ULTRAPILOT_DEFAULT_CONFIG.html +2 -2
  929. package/docs/api/variables/USER_GATE_MESSAGE.html +1 -1
  930. package/docs/api/variables/USER_RULE_DIR.html +2 -2
  931. package/docs/api/variables/USER_SKILLS_DIR.html +2 -2
  932. package/docs/api/variables/VERIFICATION_REMINDER.html +2 -2
  933. package/docs/api/variables/VERSION_FILE.html +1 -1
  934. package/docs/api/variables/WORKING_MEMORY_HEADER.html +1 -1
  935. package/docs/api/variables/WRITE_EDIT_TOOLS.html +2 -2
  936. package/docs/api/variables/allCustomTools.html +3 -3
  937. package/docs/api/variables/analystAgent.html +1 -1
  938. package/docs/api/variables/architectAgent.html +1 -1
  939. package/docs/api/variables/astTools.html +2 -2
  940. package/docs/api/variables/contextCollector.html +2 -2
  941. package/docs/api/variables/criticAgent.html +1 -1
  942. package/docs/api/variables/designerAgent.html +1 -1
  943. package/docs/api/variables/executorAgent.html +1 -1
  944. package/docs/api/variables/exploreAgent.html +1 -1
  945. package/docs/api/variables/lspTools.html +2 -2
  946. package/docs/api/variables/nonInteractiveEnvHook.html +8 -8
  947. package/docs/api/variables/omcSystemPrompt.html +2 -2
  948. package/docs/api/variables/omcToolNames.html +3 -3
  949. package/docs/api/variables/omcToolsServer.html +4 -4
  950. package/docs/api/variables/plannerAgent.html +1 -1
  951. package/docs/api/variables/researcherAgent.html +1 -1
  952. package/docs/api/variables/visionAgent.html +1 -1
  953. package/docs/api/variables/writerAgent.html +1 -1
  954. package/docs/ccg-workflow/API.md +290 -130
  955. package/docs/ccg-workflow/BEST_PRACTICES.md +265 -124
  956. package/docs/ccg-workflow/README.md +29 -17
  957. package/docs/ccg-workflow/TROUBLESHOOTING.md +120 -63
  958. package/docs/ccg-workflow/VALIDATION_GUIDE.md +104 -46
  959. package/docs/design/AGENTS.md +8 -4
  960. package/docs/design/delegation-enforcer-integration.md +10 -8
  961. package/docs/design/project-session-manager.md +82 -29
  962. package/docs/dev-standards/context-collection.md +9 -2
  963. package/docs/dev-standards/context-summary-template.md +48 -24
  964. package/docs/dev-standards/dev-standards.md +28 -14
  965. package/docs/dev-standards/quality-review.md +24 -13
  966. package/docs/dev-standards/sufficiency-checklist.md +35 -14
  967. package/docs/dev-standards/tools-integration.md +34 -15
  968. package/docs/dev-standards/workflow.md +9 -3
  969. package/docs/getting-started/concepts.md +27 -14
  970. package/docs/getting-started/installation.md +25 -8
  971. package/docs/getting-started/quickstart.md +17 -8
  972. package/docs/guides/mcp-server-usage.md +24 -11
  973. package/docs/guides/task-templates-guide.md +50 -25
  974. package/docs/guides/tool-name-migration.md +67 -34
  975. package/docs/guides/troubleshooting-guide.md +66 -32
  976. package/docs/guides/v5.5.13-new-features.md +66 -31
  977. package/docs/guides/wizard-user-guide.md +27 -15
  978. package/docs/guides/workflow-recommendation-guide.md +22 -11
  979. package/docs/issues/AGENTS.md +4 -2
  980. package/docs/mcp/README.md +31 -18
  981. package/docs/mcp/client-guide.md +37 -19
  982. package/docs/mcp/configuration.md +27 -11
  983. package/docs/mcp/overview.md +70 -36
  984. package/docs/mcp/performance.md +23 -14
  985. package/docs/mcp/server-guide.md +9 -4
  986. package/docs/mcp-compatibility-matrix.md +36 -18
  987. package/docs/partials/AGENTS.md +4 -2
  988. package/docs/partials/agent-tiers.md +27 -17
  989. package/docs/partials/features.md +37 -21
  990. package/docs/partials/mode-hierarchy.md +19 -10
  991. package/docs/partials/mode-selection-guide.md +20 -10
  992. package/docs/partials/verification-tiers.md +36 -20
  993. package/docs/plans/2025-11-22-opencode-support-design.md +37 -25
  994. package/docs/plans/2025-11-22-opencode-support-implementation.md +93 -49
  995. package/docs/plans/2025-11-28-skills-improvements-from-user-feedback.md +195 -104
  996. package/docs/plans/2026-01-17-visual-brainstorming.md +48 -32
  997. package/docs/plans/2026-02-24-axiom-integration-design.md +121 -67
  998. package/docs/plans/2026-02-24-axiom-integration-plan.md +383 -191
  999. package/docs/plans/2026-02-24-superpowers-ultrapower-integration-design.md +210 -98
  1000. package/docs/plans/2026-02-24-superpowers-ultrapower-integration-plan.md +251 -124
  1001. package/docs/plans/2026-02-24-ultrapower-integration-design.md +9 -6
  1002. package/docs/plans/2026-02-26-nexus-design.md +64 -38
  1003. package/docs/plans/2026-02-26-nexus-implementation-plan.md +171 -98
  1004. package/docs/plans/2026-02-26-phase2-active-learning-design.md +83 -44
  1005. package/docs/plans/2026-02-27-release-cicd-pipeline-design.md +30 -19
  1006. package/docs/plans/2026-02-27-release-cicd-pipeline-impl.md +27 -16
  1007. package/docs/plans/2026-02-28-nexus-self-evolution.md +30 -17
  1008. package/docs/plans/2026-03-02-docs-comprehensive-update-design.md +106 -34
  1009. package/docs/plans/2026-03-02-docs-comprehensive-update.md +265 -133
  1010. package/docs/plans/2026-03-05-mcp-adoption-atomic-tasks.md +409 -180
  1011. package/docs/plans/2026-03-05-mcp-adoption-plan.md +278 -130
  1012. package/docs/plans/AGENTS.md +6 -3
  1013. package/docs/plans/axiom-migration-plan.md +127 -62
  1014. package/docs/prd/AGENTS.md +6 -3
  1015. package/docs/prd/documentation-system-draft.md +141 -71
  1016. package/docs/prd/documentation-system-rough.md +330 -171
  1017. package/docs/prd/memory-evolution-optimize-rough.md +199 -124
  1018. package/docs/prd/user_guide-rough.md +403 -200
  1019. package/docs/reviews/AGENTS.md +4 -2
  1020. package/docs/reviews/documentation-system/review_critic.md +129 -58
  1021. package/docs/reviews/documentation-system/review_domain.md +222 -104
  1022. package/docs/reviews/documentation-system/review_product.md +61 -27
  1023. package/docs/reviews/documentation-system/review_tech.md +86 -38
  1024. package/docs/reviews/documentation-system/review_ux.md +70 -35
  1025. package/docs/reviews/documentation-system/summary.md +94 -47
  1026. package/docs/reviews/draft-prd-agent-observability/review_critic.md +21 -17
  1027. package/docs/reviews/draft-prd-agent-observability/review_domain.md +61 -33
  1028. package/docs/reviews/draft-prd-agent-observability/review_product.md +19 -12
  1029. package/docs/reviews/draft-prd-agent-observability/review_tech.md +26 -15
  1030. package/docs/reviews/draft-prd-agent-observability/review_ux.md +16 -12
  1031. package/docs/reviews/draft-prd-agent-observability/rough_prd.md +64 -34
  1032. package/docs/reviews/draft-prd-memory-evolution-optimize/review_critic.md +72 -43
  1033. package/docs/reviews/draft-prd-memory-evolution-optimize/review_domain.md +45 -25
  1034. package/docs/reviews/draft-prd-memory-evolution-optimize/review_product.md +5 -3
  1035. package/docs/reviews/draft-prd-memory-evolution-optimize/review_tech.md +112 -61
  1036. package/docs/reviews/draft-prd-memory-evolution-optimize/review_ux.md +1 -1
  1037. package/docs/reviews/draft-prd-three-directions/review_product.md +49 -26
  1038. package/docs/reviews/draft-prd-three-directions/review_tech.md +58 -34
  1039. package/docs/reviews/draft-prd-three-directions/review_ux.md +83 -42
  1040. package/docs/reviews/memory-evolution-optimize/summary.md +37 -22
  1041. package/docs/reviews/ultrapower-pain-points/review_critic.md +95 -48
  1042. package/docs/reviews/ultrapower-pain-points/review_ux.md +8 -7
  1043. package/docs/reviews/ultrapower-security/review_critic.md +187 -91
  1044. package/docs/reviews/ultrapower-standards/AGENTS.md +8 -4
  1045. package/docs/reviews/ultrapower-standards/review_critic.md +62 -39
  1046. package/docs/reviews/ultrapower-standards/review_domain.md +23 -14
  1047. package/docs/reviews/ultrapower-standards/review_product.md +16 -9
  1048. package/docs/reviews/ultrapower-standards/review_tech.md +47 -27
  1049. package/docs/reviews/ultrapower-standards/review_ux.md +45 -26
  1050. package/docs/reviews/ultrapower-standards/summary.md +54 -30
  1051. package/docs/reviews/ultrapower-tech-review/review_tech.md +61 -34
  1052. package/docs/reviews/user_guide/summary.md +44 -24
  1053. package/docs/shared/AGENTS.md +4 -2
  1054. package/docs/shared/agent-tiers.md +27 -17
  1055. package/docs/shared/features.md +37 -21
  1056. package/docs/shared/mode-hierarchy.md +19 -10
  1057. package/docs/shared/mode-selection-guide.md +20 -10
  1058. package/docs/shared/verification-tiers.md +36 -20
  1059. package/docs/standards/AGENTS.md +9 -5
  1060. package/docs/standards/README.md +16 -12
  1061. package/docs/standards/agent-lifecycle.md +46 -32
  1062. package/docs/standards/anti-patterns.md +2 -2
  1063. package/docs/standards/audit-report.md +75 -42
  1064. package/docs/standards/contribution-guide.md +74 -36
  1065. package/docs/standards/hook-execution-order.md +26 -16
  1066. package/docs/standards/release-process.md +9 -5
  1067. package/docs/standards/runtime-protection.md +57 -36
  1068. package/docs/standards/state-machine.md +15 -15
  1069. package/docs/standards/templates/AGENTS.md +8 -4
  1070. package/docs/standards/templates/agent-template.md +6 -4
  1071. package/docs/standards/templates/hook-template.md +7 -5
  1072. package/docs/standards/templates/skill-template.md +1 -1
  1073. package/docs/standards/testing-guide.md +6 -4
  1074. package/docs/standards/user-guide.md +27 -19
  1075. package/docs/superpowers/AGENTS.md +6 -3
  1076. package/docs/superpowers/plans/2026-01-22-document-review-system.md +46 -34
  1077. package/docs/superpowers/plans/2026-02-19-visual-brainstorming-refactor.md +71 -59
  1078. package/docs/superpowers/plans/AGENTS.md +8 -4
  1079. package/docs/superpowers/specs/2026-01-22-document-review-system-design.md +36 -19
  1080. package/docs/superpowers/specs/2026-02-19-visual-brainstorming-refactor-design.md +95 -49
  1081. package/docs/superpowers/specs/AGENTS.md +8 -4
  1082. package/docs/tasks/AGENTS.md +4 -2
  1083. package/docs/tasks/documentation-system/implementation-plan.md +86 -38
  1084. package/docs/tasks/documentation-system/manifest.md +328 -172
  1085. package/docs/tasks/memory-evolution-optimize/manifest.md +148 -84
  1086. package/docs/tasks/ultrapower-standards/AGENTS.md +10 -5
  1087. package/docs/tasks/ultrapower-standards/manifest.md +137 -71
  1088. package/docs/tasks/user_guide/manifest.md +185 -94
  1089. package/docs/testing.md +29 -11
  1090. package/docs/troubleshooting/agent-timeouts.md +14 -6
  1091. package/docs/troubleshooting/common-errors.md +4 -0
  1092. package/docs/troubleshooting/hook-failures.md +12 -6
  1093. package/docs/troubleshooting/performance-issues.md +24 -12
  1094. package/docs/troubleshooting/tool-name-length-error.md +1 -1
  1095. package/docs/troubleshooting.md +215 -47
  1096. package/docs/windows/AGENTS.md +6 -3
  1097. package/docs/windows/polyglot-hooks.md +43 -19
  1098. package/hooks/AGENTS.md +9 -5
  1099. package/hooks/run-hook.cmd +0 -0
  1100. package/hooks/session-start +0 -0
  1101. package/package.json +1 -1
  1102. package/scripts/AGENTS.md +28 -14
  1103. package/scripts/fix-agent-headers.py +58 -0
  1104. package/scripts/fix-blank-lines.py +19 -0
  1105. package/scripts/fix-long-lines.py +41 -0
  1106. package/scripts/fix-markdown-lint.mjs +48 -0
  1107. package/scripts/hooks/AGENTS.md +8 -4
  1108. package/scripts/lib/AGENTS.md +6 -3
  1109. package/scripts/persistent-mode.cjs +605 -605
  1110. package/skills/AGENTS.md +23 -17
  1111. package/skills/analyze/AGENTS.md +12 -6
  1112. package/skills/analyze/SKILL.md +53 -27
  1113. package/skills/autopilot/AGENTS.md +12 -6
  1114. package/skills/autopilot/SKILL.md +66 -35
  1115. package/skills/ax-analyze-error/AGENTS.md +12 -6
  1116. package/skills/ax-analyze-error/SKILL.md +9 -6
  1117. package/skills/ax-context/AGENTS.md +12 -6
  1118. package/skills/ax-context/SKILL.md +8 -2
  1119. package/skills/ax-decompose/AGENTS.md +12 -6
  1120. package/skills/ax-decompose/SKILL.md +19 -11
  1121. package/skills/ax-draft/AGENTS.md +12 -6
  1122. package/skills/ax-draft/SKILL.md +14 -8
  1123. package/skills/ax-evolution/AGENTS.md +12 -6
  1124. package/skills/ax-evolution/SKILL.md +16 -5
  1125. package/skills/ax-evolve/AGENTS.md +12 -6
  1126. package/skills/ax-evolve/SKILL.md +19 -10
  1127. package/skills/ax-export/AGENTS.md +12 -6
  1128. package/skills/ax-export/SKILL.md +50 -18
  1129. package/skills/ax-implement/AGENTS.md +12 -6
  1130. package/skills/ax-implement/SKILL.md +8 -5
  1131. package/skills/ax-knowledge/AGENTS.md +17 -10
  1132. package/skills/ax-knowledge/SKILL.md +54 -27
  1133. package/skills/ax-reflect/AGENTS.md +12 -6
  1134. package/skills/ax-reflect/SKILL.md +28 -14
  1135. package/skills/ax-review/AGENTS.md +12 -6
  1136. package/skills/ax-review/SKILL.md +14 -7
  1137. package/skills/ax-rollback/AGENTS.md +12 -6
  1138. package/skills/ax-rollback/SKILL.md +12 -5
  1139. package/skills/ax-status/AGENTS.md +12 -6
  1140. package/skills/ax-status/SKILL.md +55 -26
  1141. package/skills/ax-suspend/AGENTS.md +12 -6
  1142. package/skills/ax-suspend/SKILL.md +15 -7
  1143. package/skills/brainstorming/AGENTS.md +12 -6
  1144. package/skills/brainstorming/SKILL.md +66 -36
  1145. package/skills/brainstorming/spec-document-reviewer-prompt.md +1 -1
  1146. package/skills/brainstorming/visual-companion.md +57 -32
  1147. package/skills/build-fix/AGENTS.md +12 -6
  1148. package/skills/build-fix/SKILL.md +40 -22
  1149. package/skills/cancel/AGENTS.md +12 -6
  1150. package/skills/cancel/SKILL.md +102 -51
  1151. package/skills/ccg/AGENTS.md +12 -6
  1152. package/skills/ccg/SKILL.md +44 -24
  1153. package/skills/ccg-workflow/SKILL.md +8 -3
  1154. package/skills/code-review/AGENTS.md +12 -6
  1155. package/skills/code-review/SKILL.md +100 -52
  1156. package/skills/configure-discord/AGENTS.md +12 -6
  1157. package/skills/configure-discord/SKILL.md +11 -5
  1158. package/skills/configure-telegram/AGENTS.md +12 -6
  1159. package/skills/configure-telegram/SKILL.md +23 -11
  1160. package/skills/deepinit/AGENTS.md +12 -6
  1161. package/skills/deepinit/SKILL.md +118 -55
  1162. package/skills/deepsearch/AGENTS.md +12 -6
  1163. package/skills/deepsearch/SKILL.md +9 -6
  1164. package/skills/dispatching-parallel-agents/AGENTS.md +12 -6
  1165. package/skills/dispatching-parallel-agents/SKILL.md +64 -32
  1166. package/skills/executing-plans/AGENTS.md +12 -6
  1167. package/skills/executing-plans/SKILL.md +78 -37
  1168. package/skills/external-context/AGENTS.md +12 -6
  1169. package/skills/external-context/SKILL.md +25 -10
  1170. package/skills/finishing-a-development-branch/AGENTS.md +12 -6
  1171. package/skills/finishing-a-development-branch/SKILL.md +69 -28
  1172. package/skills/frontend-ui-ux/AGENTS.md +12 -6
  1173. package/skills/frontend-ui-ux/SKILL.md +16 -7
  1174. package/skills/git-master/AGENTS.md +12 -6
  1175. package/skills/git-master/SKILL.md +10 -5
  1176. package/skills/hud/AGENTS.md +12 -6
  1177. package/skills/hud/SKILL.md +32 -21
  1178. package/skills/learn-about-omc/AGENTS.md +12 -6
  1179. package/skills/learn-about-omc/SKILL.md +2 -2
  1180. package/skills/learner/AGENTS.md +12 -6
  1181. package/skills/learner/SKILL.md +77 -39
  1182. package/skills/mcp-setup/AGENTS.md +12 -6
  1183. package/skills/mcp-setup/SKILL.md +120 -49
  1184. package/skills/next-step-router/AGENTS.md +12 -6
  1185. package/skills/next-step-router/SKILL.md +61 -36
  1186. package/skills/nexus/AGENTS.md +11 -6
  1187. package/skills/nexus/SKILL.md +8 -5
  1188. package/skills/nexus/nexus-evolve/AGENTS.md +12 -6
  1189. package/skills/nexus/nexus-review/AGENTS.md +12 -6
  1190. package/skills/nexus/nexus-review/SKILL.md +1 -1
  1191. package/skills/nexus/nexus-status/AGENTS.md +12 -6
  1192. package/skills/note/AGENTS.md +12 -6
  1193. package/skills/note/SKILL.md +23 -12
  1194. package/skills/omc-doctor/AGENTS.md +12 -6
  1195. package/skills/omc-doctor/SKILL.md +86 -32
  1196. package/skills/omc-help/AGENTS.md +12 -6
  1197. package/skills/omc-help/SKILL.md +39 -20
  1198. package/skills/omc-setup/AGENTS.md +12 -6
  1199. package/skills/omc-setup/SKILL.md +169 -91
  1200. package/skills/pipeline/AGENTS.md +12 -6
  1201. package/skills/pipeline/SKILL.md +36 -14
  1202. package/skills/plan/AGENTS.md +12 -6
  1203. package/skills/plan/SKILL.md +95 -51
  1204. package/skills/project-session-manager/AGENTS.md +12 -6
  1205. package/skills/project-session-manager/SKILL.md +76 -50
  1206. package/skills/project-session-manager/lib/AGENTS.md +11 -6
  1207. package/skills/project-session-manager/lib/providers/AGENTS.md +8 -4
  1208. package/skills/project-session-manager/templates/AGENTS.md +8 -4
  1209. package/skills/project-session-manager/templates/feature.md +21 -11
  1210. package/skills/project-session-manager/templates/issue-fix.md +23 -12
  1211. package/skills/project-session-manager/templates/pr-review.md +22 -12
  1212. package/skills/psm/AGENTS.md +12 -6
  1213. package/skills/ralph/AGENTS.md +12 -6
  1214. package/skills/ralph/SKILL.md +86 -45
  1215. package/skills/ralph-init/AGENTS.md +12 -6
  1216. package/skills/ralph-init/SKILL.md +1 -1
  1217. package/skills/ralplan/AGENTS.md +12 -6
  1218. package/skills/receiving-code-review/AGENTS.md +12 -6
  1219. package/skills/receiving-code-review/SKILL.md +50 -25
  1220. package/skills/release/AGENTS.md +12 -6
  1221. package/skills/release/SKILL.md +95 -30
  1222. package/skills/requesting-code-review/AGENTS.md +12 -6
  1223. package/skills/requesting-code-review/SKILL.md +64 -32
  1224. package/skills/requesting-code-review/code-reviewer.md +89 -41
  1225. package/skills/review/AGENTS.md +12 -6
  1226. package/skills/sciomc/AGENTS.md +12 -6
  1227. package/skills/sciomc/SKILL.md +86 -46
  1228. package/skills/security-review/AGENTS.md +12 -6
  1229. package/skills/security-review/SKILL.md +115 -61
  1230. package/skills/skill/AGENTS.md +12 -6
  1231. package/skills/skill/SKILL.md +93 -49
  1232. package/skills/subagent-driven-development/AGENTS.md +12 -6
  1233. package/skills/subagent-driven-development/SKILL.md +114 -58
  1234. package/skills/swarm/AGENTS.md +12 -6
  1235. package/skills/systematic-debugging/AGENTS.md +12 -6
  1236. package/skills/systematic-debugging/CREATION-LOG.md +84 -42
  1237. package/skills/systematic-debugging/SKILL.md +128 -73
  1238. package/skills/systematic-debugging/condition-based-waiting.md +21 -11
  1239. package/skills/systematic-debugging/defense-in-depth.md +29 -13
  1240. package/skills/systematic-debugging/find-polluter.sh +0 -0
  1241. package/skills/systematic-debugging/root-cause-tracing.md +41 -18
  1242. package/skills/systematic-debugging/test-pressure-1.md +38 -19
  1243. package/skills/systematic-debugging/test-pressure-2.md +50 -25
  1244. package/skills/systematic-debugging/test-pressure-3.md +52 -26
  1245. package/skills/team/AGENTS.md +12 -6
  1246. package/skills/team/SKILL.md +139 -89
  1247. package/skills/test-driven-development/AGENTS.md +12 -6
  1248. package/skills/test-driven-development/SKILL.md +129 -67
  1249. package/skills/test-driven-development/testing-anti-patterns.md +54 -28
  1250. package/skills/trace/AGENTS.md +12 -6
  1251. package/skills/trace/SKILL.md +14 -7
  1252. package/skills/ultrapilot/AGENTS.md +12 -6
  1253. package/skills/ultrapilot/SKILL.md +98 -51
  1254. package/skills/ultraqa/AGENTS.md +12 -6
  1255. package/skills/ultraqa/SKILL.md +8 -6
  1256. package/skills/ultrawork/AGENTS.md +12 -6
  1257. package/skills/ultrawork/SKILL.md +57 -30
  1258. package/skills/using-git-worktrees/AGENTS.md +12 -6
  1259. package/skills/using-git-worktrees/SKILL.md +63 -28
  1260. package/skills/using-superpowers/AGENTS.md +12 -6
  1261. package/skills/using-superpowers/SKILL.md +13 -7
  1262. package/skills/using-superpowers/references/AGENTS.md +8 -4
  1263. package/skills/using-superpowers/references/codex-tools.md +1 -1
  1264. package/skills/verification-before-completion/AGENTS.md +12 -6
  1265. package/skills/verification-before-completion/SKILL.md +54 -29
  1266. package/skills/wizard/AGENTS.md +12 -6
  1267. package/skills/wizard/SKILL.md +27 -15
  1268. package/skills/writer-memory/AGENTS.md +12 -6
  1269. package/skills/writer-memory/SKILL.md +73 -42
  1270. package/skills/writer-memory/lib/AGENTS.md +8 -4
  1271. package/skills/writer-memory/templates/AGENTS.md +10 -5
  1272. package/skills/writing-plans/AGENTS.md +12 -6
  1273. package/skills/writing-plans/SKILL.md +57 -28
  1274. package/skills/writing-plans/plan-document-reviewer-prompt.md +1 -1
  1275. package/skills/writing-skills/AGENTS.md +12 -6
  1276. package/skills/writing-skills/SKILL.md +301 -134
  1277. package/skills/writing-skills/anthropic-best-practices.md +155 -37
  1278. package/skills/writing-skills/examples/AGENTS.md +8 -4
  1279. package/skills/writing-skills/examples/CLAUDE_MD_TESTING.md +37 -15
  1280. package/skills/writing-skills/graphviz-conventions.dot +171 -171
  1281. package/skills/writing-skills/persuasion-principles.md +124 -59
  1282. package/skills/writing-skills/render-graphs.js +0 -0
  1283. package/skills/writing-skills/testing-skills-with-subagents.md +119 -62
  1284. package/templates/AGENTS.md +12 -8
  1285. package/templates/axiom/AGENTS.md +7 -4
  1286. package/templates/axiom/dag-analysis.md +1 -1
  1287. package/templates/axiom/scripts/AGENTS.md +6 -3
  1288. package/templates/axiom/scripts/Check-Memory.ps1 +68 -68
  1289. package/templates/axiom/scripts/Poll-Memory.ps1 +36 -36
  1290. package/templates/axiom/scripts/README.md +7 -4
  1291. package/templates/axiom/scripts/Watch-Memory.ps1 +149 -149
  1292. package/templates/axiom/scripts/agent-runner.ps1 +101 -101
  1293. package/templates/axiom/scripts/start-reviews.ps1 +19 -19
  1294. package/templates/axiom/task-execution.md +10 -6
  1295. package/templates/hooks/AGENTS.md +9 -5
  1296. package/templates/hooks/lib/AGENTS.md +4 -2
  1297. package/templates/rules/AGENTS.md +8 -4
  1298. package/templates/rules/README.md +5 -1
  1299. package/templates/rules/axiom-gatekeepers.md +26 -16
  1300. package/templates/rules/axiom-provider-router.md +12 -7
  1301. package/templates/rules/axiom-router.md +8 -5
  1302. package/templates/rules/coding-style.md +30 -15
  1303. package/templates/rules/git-workflow.md +13 -7
  1304. package/templates/rules/performance.md +38 -19
  1305. package/templates/rules/security.md +24 -12
  1306. package/templates/rules/testing.md +25 -13
  1307. package/templates/tasks/README.md +15 -4
  1308. package/templates/tasks/bug-fix.md +48 -24
  1309. package/templates/tasks/code-review.md +46 -23
  1310. package/templates/tasks/feature-development.md +56 -28
  1311. package/templates/tasks/refactoring.md +48 -24
  1312. package/templates/tasks/security-audit.md +48 -24
@@ -25,15 +25,22 @@
25
25
  ultrapower 是 Claude Code 的多 agent 编排层,提供 50 个专业 agents、70 个 skills、35 个 hooks 和 35 个自定义工具。
26
26
 
27
27
  **主要特性**:
28
- - 多 agent 协作编排
29
- - 自动化工作流
30
- - 自我进化系统(Axiom)
31
- - MCP 集成
28
+
29
+ * 多 agent 协作编排
30
+
31
+ * 自动化工作流
32
+
33
+ * 自我进化系统(Axiom)
34
+
35
+ * MCP 集成
32
36
 
33
37
  **适用人群**:
34
- - Claude Code 用户
35
- - AI 辅助开发工具用户
36
- - 企业开发团队
38
+
39
+ * Claude Code 用户
40
+
41
+ * AI 辅助开发工具用户
42
+
43
+ * 企业开发团队
37
44
 
38
45
  ---
39
46
 
@@ -42,10 +49,14 @@ ultrapower 是 Claude Code 的多 agent 编排层,提供 50 个专业 agents
42
49
  > 详细安装步骤请参考 [README.md](../README.md#快速开始)
43
50
 
44
51
  **本章节内容**:
45
- - 前置条件检查
46
- - 两种安装方式
47
- - 验证安装
48
- - 常见安装问题
52
+
53
+ * 前置条件检查
54
+
55
+ * 两种安装方式
56
+
57
+ * 验证安装
58
+
59
+ * 常见安装问题
49
60
 
50
61
  *(待补充)*
51
62
 
@@ -56,9 +67,12 @@ ultrapower 是 Claude Code 的多 agent 编排层,提供 50 个专业 agents
56
67
  理解 ultrapower 的核心概念:Agent、Skill、Hook、Tool。
57
68
 
58
69
  **本章节内容**:
59
- - Agent vs Skill vs Hook vs Tool
60
- - 执行模式(autopilot/ralph/ultrawork/team)
61
- - 决策树:何时用哪个?
70
+
71
+ * Agent vs Skill vs Hook vs Tool
72
+
73
+ * 执行模式(autopilot/ralph/ultrawork/team)
74
+
75
+ * 决策树:何时用哪个?
62
76
 
63
77
  *(待补充)*
64
78
 
@@ -72,10 +86,13 @@ ultrapower 是 Claude Code 的多 agent 编排层,提供 50 个专业 agents
72
86
 
73
87
  在开始前,请确认:
74
88
 
75
- - ✅ Node.js >= 18(运行 `node --version` 检查)
76
- - ✅ Claude Code >= v1.0.0(运行 `claude --version` 检查)
77
- -Git 已安装(用于插件安装)
78
- - ✅ 有稳定的网络连接
89
+ * ✅ Node.js >= 18(运行 `node --version` 检查)
90
+
91
+ *Claude Code >= v1.0.0(运行 `claude --version` 检查)
92
+
93
+ * ✅ Git 已安装(用于插件安装)
94
+
95
+ * ✅ 有稳定的网络连接
79
96
 
80
97
  **检查命令**:
81
98
  ```bash
@@ -90,15 +107,15 @@ git --version # 应显示 git version 2.x.x
90
107
 
91
108
  1. **添加 marketplace**:
92
109
  ```
93
- /plugin marketplace add https://github.com/liangjie559567/ultrapower
110
+ /plugin marketplace add <https://github.com/liangjie559567/ultrapower>
94
111
  ```
95
112
 
96
- 2. **安装插件**:
113
+ 1. **安装插件**:
97
114
  ```
98
115
  /plugin install omc@ultrapower
99
116
  ```
100
117
 
101
- 3. **运行安装向导**:
118
+ 1. **运行安装向导**:
102
119
  ```
103
120
  /ultrapower:omc-setup
104
121
  ```
@@ -125,10 +142,14 @@ autopilot "创建一个 hello world 函数"
125
142
  ```
126
143
 
127
144
  **预期输出**:
128
- - ultrapower 会自动分析需求
129
- - 调用 executor agent 生成代码
130
- - 运行测试验证
131
- - 返回完整实现
145
+
146
+ * ultrapower 会自动分析需求
147
+
148
+ * 调用 executor agent 生成代码
149
+
150
+ * 运行测试验证
151
+
152
+ * 返回完整实现
132
153
 
133
154
  **示例代码**(自动生成):
134
155
  ```typescript
@@ -138,9 +159,12 @@ export function helloWorld(): string {
138
159
  ```
139
160
 
140
161
  **下一步尝试**:
141
- - `ralph "添加单元测试"` - 持续执行直到测试通过
142
- - `team "重构这个函数"` - 使用多 agent 协作
143
- - `/ultrapower:analyze` - 分析代码质量
162
+
163
+ * `ralph "添加单元测试"` - 持续执行直到测试通过
164
+
165
+ * `team "重构这个函数"` - 使用多 agent 协作
166
+
167
+ * `/ultrapower:analyze` - 分析代码质量
144
168
 
145
169
  ### 4.4 常见安装问题
146
170
 
@@ -150,10 +174,13 @@ export function helloWorld(): string {
150
174
 
151
175
  **解决**:
152
176
  ```bash
177
+
153
178
  # 检查 Claude Code 是否安装
179
+
154
180
  which claude
155
181
 
156
182
  # 如果未找到,重新安装 Claude Code
183
+
157
184
  ```
158
185
 
159
186
  #### 问题 2: "marketplace not found"
@@ -162,10 +189,13 @@ which claude
162
189
 
163
190
  **解决**:
164
191
  ```
192
+
165
193
  # 确认 URL 正确
166
- /plugin marketplace add https://github.com/liangjie559567/ultrapower
194
+
195
+ /plugin marketplace add <https://github.com/liangjie559567/ultrapower>
167
196
 
168
197
  # 检查网络连接
198
+
169
199
  ping github.com
170
200
  ```
171
201
 
@@ -175,10 +205,13 @@ ping github.com
175
205
 
176
206
  **解决**:
177
207
  ```bash
208
+
178
209
  # 检查 Node.js 版本
210
+
179
211
  node --version # 应 >= 18
180
212
 
181
213
  # 清除缓存重试
214
+
182
215
  rm -rf ~/.claude/plugins/cache/omc
183
216
  /plugin install omc@ultrapower --force
184
217
  ```
@@ -196,7 +229,7 @@ rm -rf ~/.claude/plugins/cache/omc
196
229
  ultrapower 提供 4 种主要执行模式:
197
230
 
198
231
  | 模式 | 触发词 | 特点 | 适用场景 |
199
- |------|--------|------|---------|
232
+ | ------ | -------- | ------ | --------- |
200
233
  | **Team** | "team", "coordinated team" | 多 agent 协作,分阶段流水线 | 复杂功能开发、多文件重构 |
201
234
  | **Autopilot** | "autopilot", "build me" | 全自主执行,从想法到代码 | 快速原型、单一功能实现 |
202
235
  | **Ralph** | "ralph", "don't stop" | 持续执行直到验证通过 | 需要多次迭代的任务 |
@@ -229,9 +262,12 @@ team-plan → team-prd → team-exec → team-verify → team-fix (循环)
229
262
  **负责 agents**: `explore` (haiku) + `planner` (opus)
230
263
 
231
264
  **任务**:
232
- - 代码库探索,识别相关文件
233
- - 任务分解,生成执行计划
234
- - 依赖分析,确定执行顺序
265
+
266
+ * 代码库探索,识别相关文件
267
+
268
+ * 任务分解,生成执行计划
269
+
270
+ * 依赖分析,确定执行顺序
235
271
 
236
272
  **示例**:
237
273
  ```
@@ -245,9 +281,12 @@ team "重构用户认证模块"
245
281
  **负责 agents**: `analyst` (opus)
246
282
 
247
283
  **任务**:
248
- - 澄清需求,确认验收标准
249
- - 识别边界情况
250
- - 生成 PRD 文档
284
+
285
+ * 澄清需求,确认验收标准
286
+
287
+ * 识别边界情况
288
+
289
+ * 生成 PRD 文档
251
290
 
252
291
  **输出**: 验收标准 + 范围定义
253
292
 
@@ -256,11 +295,16 @@ team "重构用户认证模块"
256
295
  **负责 agents**: `executor` (sonnet) + 任务适配专家
257
296
 
258
297
  **任务适配路由**:
259
- - UI/组件 → `designer`
260
- - 构建错误 → `build-fixer`
261
- - 文档 → `writer`
262
- - 测试 → `test-engineer`
263
- - 复杂任务 → `deep-executor`
298
+
299
+ * UI/组件 → `designer`
300
+
301
+ * 构建错误 → `build-fixer`
302
+
303
+ * 文档 → `writer`
304
+
305
+ * 测试 → `test-engineer`
306
+
307
+ * 复杂任务 → `deep-executor`
264
308
 
265
309
  **示例**:
266
310
  ```typescript
@@ -277,11 +321,16 @@ export class AuthService {
277
321
  **负责 agents**: `verifier` (sonnet) + 专项审查
278
322
 
279
323
  **验证项**:
280
- - [ ] 功能完整性(所有任务完成)
281
- - [ ] 测试通过(单元测试 + 集成测试)
282
- - [ ] 代码质量(`quality-reviewer`)
283
- - [ ] 安全性(`security-reviewer`,按需)
284
- - [ ] 性能(`performance-reviewer`,按需)
324
+
325
+ * [ ] 功能完整性(所有任务完成)
326
+
327
+ * [ ] 测试通过(单元测试 + 集成测试)
328
+
329
+ * [ ] 代码质量(`quality-reviewer`)
330
+
331
+ * [ ] 安全性(`security-reviewer`,按需)
332
+
333
+ * [ ] 性能(`performance-reviewer`,按需)
285
334
 
286
335
  **输出**: 验证报告 + 缺陷清单
287
336
 
@@ -290,9 +339,12 @@ export class AuthService {
290
339
  **负责 agents**: 根据缺陷类型路由
291
340
 
292
341
  **修复路由**:
293
- - 构建错误 → `build-fixer`
294
- - 逻辑错误 → `executor`
295
- - 性能问题 → `debugger`
342
+
343
+ * 构建错误 → `build-fixer`
344
+
345
+ * 逻辑错误 → `executor`
346
+
347
+ * 性能问题 → `debugger`
296
348
 
297
349
  **循环控制**: 最多 3 次修复尝试,超出则转为 `failed` 状态
298
350
 
@@ -348,9 +400,12 @@ ultrawork "并行重构 3 个模块"
348
400
  ```
349
401
 
350
402
  **流程**:
351
- - 识别独立任务
352
- - 并行启动多个 agents
353
- - 等待所有任务完成
403
+
404
+ * 识别独立任务
405
+
406
+ * 并行启动多个 agents
407
+
408
+ * 等待所有任务完成
354
409
 
355
410
  **适用**: 独立任务并行执行
356
411
 
@@ -361,12 +416,18 @@ ultrawork "并行重构 3 个模块"
361
416
  Hooks 提供事件驱动的自动化。
362
417
 
363
418
  **Hook 类型**(15 种):
364
- - `PreToolUse` - 工具调用前
365
- - `PostToolUse` - 工具调用后
366
- - `SessionStart` - 会话开始
367
- - `SessionEnd` - 会话结束
368
- - `PermissionRequest` - 权限请求
369
- - 等等...
419
+
420
+ * `PreToolUse` - 工具调用前
421
+
422
+ * `PostToolUse` - 工具调用后
423
+
424
+ * `SessionStart` - 会话开始
425
+
426
+ * `SessionEnd` - 会话结束
427
+
428
+ * `PermissionRequest` - 权限请求
429
+
430
+ * 等等...
370
431
 
371
432
  **配置示例**:
372
433
  ```json
@@ -380,9 +441,12 @@ Hooks 提供事件驱动的自动化。
380
441
  ```
381
442
 
382
443
  **常见用例**:
383
- - 代码保存时自动格式化
384
- - 提交前运行测试
385
- - 会话开始时加载项目上下文
444
+
445
+ * 代码保存时自动格式化
446
+
447
+ * 提交前运行测试
448
+
449
+ * 会话开始时加载项目上下文
386
450
 
387
451
  ---
388
452
 
@@ -391,8 +455,10 @@ Hooks 提供事件驱动的自动化。
391
455
  MCP(Model Context Protocol)提供外部工具集成。
392
456
 
393
457
  **可用提供商**:
394
- - **Codex** (OpenAI gpt-5.3-codex) - 代码分析、规划验证
395
- - **Gemini** (Google gemini-3-pro-preview) - 大上下文任务(1M token)
458
+
459
+ * **Codex** (OpenAI gpt-5.3-codex) - 代码分析、规划验证
460
+
461
+ * **Gemini** (Google gemini-3-pro-preview) - 大上下文任务(1M token)
396
462
 
397
463
  **使用示例**:
398
464
  ```
@@ -417,10 +483,14 @@ ask codex "审查这个架构设计"
417
483
  Axiom 提供自我学习和工作流优化能力。
418
484
 
419
485
  **核心功能**:
420
- - **知识收割**: 从任务执行中提取经验
421
- - **模式检测**: 识别重复模式并优化
422
- - **工作流优化**: 自动改进执行策略
423
- - **跨会话记忆**: 持久化项目知识
486
+
487
+ * **知识收割**: 从任务执行中提取经验
488
+
489
+ * **模式检测**: 识别重复模式并优化
490
+
491
+ * **工作流优化**: 自动改进执行策略
492
+
493
+ * **跨会话记忆**: 持久化项目知识
424
494
 
425
495
  **Axiom 工作流**:
426
496
  ```
@@ -447,6 +517,7 @@ ultrapower 提供 50 个专业 agents,按通道分类。
447
517
  #### 6.1.1 Build/Analysis Lane(构建/分析通道)
448
518
 
449
519
  ##### explore (haiku)
520
+
450
521
  代码库发现、符号/文件映射
451
522
 
452
523
  **使用示例**:
@@ -457,6 +528,7 @@ Task(subagent_type="ultrapower:explore", prompt="找到所有认证相关的文
457
528
  **适用场景**: 不熟悉的代码库、快速定位文件
458
529
 
459
530
  ##### analyst (opus)
531
+
460
532
  需求澄清、验收标准、隐性约束识别
461
533
 
462
534
  **使用示例**:
@@ -467,6 +539,7 @@ Task(subagent_type="ultrapower:analyst", prompt="分析用户登录需求")
467
539
  **适用场景**: 需求模糊、需要明确验收标准
468
540
 
469
541
  ##### planner (opus)
542
+
470
543
  任务排序、执行计划、风险标记
471
544
 
472
545
  **使用示例**:
@@ -477,6 +550,7 @@ Task(subagent_type="ultrapower:planner", prompt="规划重构认证模块")
477
550
  **适用场景**: 复杂任务分解、多步骤规划
478
551
 
479
552
  ##### architect (opus)
553
+
480
554
  系统设计、边界定义、接口设计、长期权衡
481
555
 
482
556
  **使用示例**:
@@ -487,6 +561,7 @@ Task(subagent_type="ultrapower:architect", prompt="设计微服务架构")
487
561
  **适用场景**: 架构决策、系统设计
488
562
 
489
563
  ##### debugger (sonnet)
564
+
490
565
  根因分析、回归隔离、故障诊断
491
566
 
492
567
  **使用示例**:
@@ -497,6 +572,7 @@ Task(subagent_type="ultrapower:debugger", prompt="分析登录失败原因")
497
572
  **适用场景**: Bug 调查、性能问题排查
498
573
 
499
574
  ##### executor (sonnet)
575
+
500
576
  代码实现、重构、功能开发
501
577
 
502
578
  **使用示例**:
@@ -507,6 +583,7 @@ Task(subagent_type="ultrapower:executor", prompt="实现用户登录功能")
507
583
  **适用场景**: 标准代码实现、多文件修改
508
584
 
509
585
  ##### deep-executor (opus)
586
+
510
587
  复杂自主目标导向任务
511
588
 
512
589
  **使用示例**:
@@ -517,6 +594,7 @@ Task(subagent_type="ultrapower:deep-executor", prompt="重构整个认证系统"
517
594
  **适用场景**: 复杂重构、跨模块变更
518
595
 
519
596
  ##### verifier (sonnet)
597
+
520
598
  完成证据收集、声明验证、测试充分性检查
521
599
 
522
600
  **使用示例**:
@@ -529,6 +607,7 @@ Task(subagent_type="ultrapower:verifier", prompt="验证登录功能完整性")
529
607
  #### 6.1.2 Review Lane(审查通道)
530
608
 
531
609
  ##### style-reviewer (haiku)
610
+
532
611
  格式、命名、惯用法、lint 规范检查
533
612
 
534
613
  **使用示例**:
@@ -539,6 +618,7 @@ Task(subagent_type="ultrapower:style-reviewer", prompt="审查代码风格")
539
618
  **适用场景**: 代码规范检查、格式化验证
540
619
 
541
620
  ##### quality-reviewer (sonnet)
621
+
542
622
  逻辑缺陷、可维护性、反模式识别
543
623
 
544
624
  **使用示例**:
@@ -549,6 +629,7 @@ Task(subagent_type="ultrapower:quality-reviewer", prompt="审查代码质量")
549
629
  **适用场景**: 代码质量评估、重构建议
550
630
 
551
631
  ##### api-reviewer (sonnet)
632
+
552
633
  API 契约、版本控制、向后兼容性
553
634
 
554
635
  **使用示例**:
@@ -559,6 +640,7 @@ Task(subagent_type="ultrapower:api-reviewer", prompt="审查 API 设计")
559
640
  **适用场景**: API 设计审查、接口变更评估
560
641
 
561
642
  ##### security-reviewer (sonnet)
643
+
562
644
  漏洞、信任边界、认证/授权检查
563
645
 
564
646
  **使用示例**:
@@ -569,6 +651,7 @@ Task(subagent_type="ultrapower:security-reviewer", prompt="安全审查")
569
651
  **适用场景**: 安全漏洞扫描、权限检查
570
652
 
571
653
  ##### performance-reviewer (sonnet)
654
+
572
655
  热点、复杂度、内存/延迟优化
573
656
 
574
657
  **使用示例**:
@@ -579,6 +662,7 @@ Task(subagent_type="ultrapower:performance-reviewer", prompt="性能审查")
579
662
  **适用场景**: 性能瓶颈识别、优化建议
580
663
 
581
664
  ##### code-reviewer (opus)
665
+
582
666
  跨关注点的综合审查
583
667
 
584
668
  **使用示例**:
@@ -591,6 +675,7 @@ Task(subagent_type="ultrapower:code-reviewer", prompt="全面代码审查")
591
675
  #### 6.1.3 Domain Specialists(领域专家)
592
676
 
593
677
  ##### dependency-expert (sonnet)
678
+
594
679
  外部 SDK/API/包评估
595
680
 
596
681
  **使用示例**:
@@ -601,6 +686,7 @@ Task(subagent_type="ultrapower:dependency-expert", prompt="评估 React Query
601
686
  **适用场景**: 第三方库选型、API 集成
602
687
 
603
688
  ##### test-engineer (sonnet)
689
+
604
690
  测试策略、覆盖率、不稳定测试加固
605
691
 
606
692
  **使用示例**:
@@ -611,6 +697,7 @@ Task(subagent_type="ultrapower:test-engineer", prompt="设计测试策略")
611
697
  **适用场景**: 测试设计、TDD 实践
612
698
 
613
699
  ##### quality-strategist (sonnet)
700
+
614
701
  质量策略、发布就绪性、风险评估
615
702
 
616
703
  **使用示例**:
@@ -621,6 +708,7 @@ Task(subagent_type="ultrapower:quality-strategist", prompt="评估发布风险")
621
708
  **适用场景**: 发布决策、质量门禁
622
709
 
623
710
  ##### build-fixer (sonnet)
711
+
624
712
  构建/工具链/类型失败修复
625
713
 
626
714
  **使用示例**:
@@ -631,6 +719,7 @@ Task(subagent_type="ultrapower:build-fixer", prompt="修复 TypeScript 错误")
631
719
  **适用场景**: 构建失败、类型错误
632
720
 
633
721
  ##### designer (sonnet)
722
+
634
723
  UX/UI 架构、交互设计
635
724
 
636
725
  **使用示例**:
@@ -641,6 +730,7 @@ Task(subagent_type="ultrapower:designer", prompt="设计登录界面")
641
730
  **适用场景**: UI 设计、用户体验优化
642
731
 
643
732
  ##### writer (haiku)
733
+
644
734
  文档、迁移说明、用户指南
645
735
 
646
736
  **使用示例**:
@@ -651,6 +741,7 @@ Task(subagent_type="ultrapower:writer", prompt="编写 API 文档")
651
741
  **适用场景**: 文档编写、README 更新
652
742
 
653
743
  ##### qa-tester (sonnet)
744
+
654
745
  交互式 CLI/服务运行时验证
655
746
 
656
747
  **使用示例**:
@@ -661,6 +752,7 @@ Task(subagent_type="ultrapower:qa-tester", prompt="测试 CLI 命令")
661
752
  **适用场景**: 手动测试、集成测试
662
753
 
663
754
  ##### scientist (sonnet)
755
+
664
756
  数据/统计分析
665
757
 
666
758
  **使用示例**:
@@ -671,6 +763,7 @@ Task(subagent_type="ultrapower:scientist", prompt="分析用户行为数据")
671
763
  **适用场景**: 数据分析、实验评估
672
764
 
673
765
  ##### document-specialist (sonnet)
766
+
674
767
  外部文档和参考查找
675
768
 
676
769
  **使用示例**:
@@ -681,6 +774,7 @@ Task(subagent_type="ultrapower:document-specialist", prompt="查找 React 最佳
681
774
  **适用场景**: 技术调研、文档搜索
682
775
 
683
776
  ##### git-master (sonnet)
777
+
684
778
  提交策略、历史整洁
685
779
 
686
780
  **使用示例**:
@@ -691,6 +785,7 @@ Task(subagent_type="ultrapower:git-master", prompt="整理提交历史")
691
785
  **适用场景**: Git 操作、提交优化
692
786
 
693
787
  ##### database-expert (sonnet)
788
+
694
789
  数据库设计、查询优化和迁移
695
790
 
696
791
  **使用示例**:
@@ -701,6 +796,7 @@ Task(subagent_type="ultrapower:database-expert", prompt="优化 SQL 查询")
701
796
  **适用场景**: 数据库设计、性能优化
702
797
 
703
798
  ##### devops-engineer (sonnet)
799
+
704
800
  CI/CD、容器化、基础设施即代码
705
801
 
706
802
  **使用示例**:
@@ -711,6 +807,7 @@ Task(subagent_type="ultrapower:devops-engineer", prompt="配置 GitHub Actions")
711
807
  **适用场景**: CI/CD 配置、部署自动化
712
808
 
713
809
  ##### i18n-specialist (sonnet)
810
+
714
811
  国际化、本地化和多语言支持
715
812
 
716
813
  **使用示例**:
@@ -721,6 +818,7 @@ Task(subagent_type="ultrapower:i18n-specialist", prompt="添加多语言支持")
721
818
  **适用场景**: 国际化实现、翻译管理
722
819
 
723
820
  ##### accessibility-auditor (sonnet)
821
+
724
822
  Web 无障碍审查和 WCAG 合规
725
823
 
726
824
  **使用示例**:
@@ -731,6 +829,7 @@ Task(subagent_type="ultrapower:accessibility-auditor", prompt="审查无障碍
731
829
  **适用场景**: 无障碍审查、WCAG 合规
732
830
 
733
831
  ##### api-designer (sonnet)
832
+
734
833
  REST/GraphQL API 设计和契约定义
735
834
 
736
835
  **使用示例**:
@@ -743,6 +842,7 @@ Task(subagent_type="ultrapower:api-designer", prompt="设计 RESTful API")
743
842
  #### 6.1.4 Product Lane(产品通道)
744
843
 
745
844
  ##### product-manager (sonnet)
845
+
746
846
  问题定义、用户画像/JTBD、PRD
747
847
 
748
848
  **使用示例**:
@@ -753,6 +853,7 @@ Task(subagent_type="ultrapower:product-manager", prompt="编写功能 PRD")
753
853
  **适用场景**: 需求定义、产品规划
754
854
 
755
855
  ##### ux-researcher (sonnet)
856
+
756
857
  启发式审计、可用性、无障碍
757
858
 
758
859
  **使用示例**:
@@ -763,6 +864,7 @@ Task(subagent_type="ultrapower:ux-researcher", prompt="用户体验审计")
763
864
  **适用场景**: UX 评估、可用性测试
764
865
 
765
866
  ##### information-architect (sonnet)
867
+
766
868
  分类、导航、可发现性
767
869
 
768
870
  **使用示例**:
@@ -773,6 +875,7 @@ Task(subagent_type="ultrapower:information-architect", prompt="设计信息架
773
875
  **适用场景**: 信息架构、导航设计
774
876
 
775
877
  ##### product-analyst (sonnet)
878
+
776
879
  产品指标、漏斗分析、实验
777
880
 
778
881
  **使用示例**:
@@ -785,6 +888,7 @@ Task(subagent_type="ultrapower:product-analyst", prompt="分析转化率")
785
888
  #### 6.1.5 Coordination(协调)
786
889
 
787
890
  ##### critic (opus)
891
+
788
892
  计划/设计批判性挑战
789
893
 
790
894
  **使用示例**:
@@ -795,6 +899,7 @@ Task(subagent_type="ultrapower:critic", prompt="挑战架构设计")
795
899
  **适用场景**: 设计评审、风险识别
796
900
 
797
901
  ##### vision (sonnet)
902
+
798
903
  图片/截图/图表分析
799
904
 
800
905
  **使用示例**:
@@ -807,6 +912,7 @@ Task(subagent_type="ultrapower:vision", prompt="分析 UI 截图")
807
912
  #### 6.1.6 Axiom Lane(Axiom 通道)
808
913
 
809
914
  ##### ax-drafter (sonnet)
915
+
810
916
  Draft PRD 生成
811
917
 
812
918
  **使用示例**:
@@ -817,6 +923,7 @@ Draft PRD 生成
817
923
  **适用场景**: 快速需求草稿
818
924
 
819
925
  ##### ax-domain-expert (opus)
926
+
820
927
  领域专家评审
821
928
 
822
929
  **使用示例**:
@@ -827,6 +934,7 @@ Draft PRD 生成
827
934
  **适用场景**: 技术可行性评审
828
935
 
829
936
  ##### ax-product-expert (opus)
937
+
830
938
  产品专家评审
831
939
 
832
940
  **使用示例**:
@@ -837,6 +945,7 @@ Draft PRD 生成
837
945
  **适用场景**: 产品价值评审
838
946
 
839
947
  ##### ax-ux-expert (opus)
948
+
840
949
  UX 专家评审
841
950
 
842
951
  **使用示例**:
@@ -847,6 +956,7 @@ UX 专家评审
847
956
  **适用场景**: 用户体验评审
848
957
 
849
958
  ##### ax-critic (opus)
959
+
850
960
  批判性评审
851
961
 
852
962
  **使用示例**:
@@ -857,6 +967,7 @@ UX 专家评审
857
967
  **适用场景**: 全面挑战评审
858
968
 
859
969
  ##### ax-decomposer (opus)
970
+
860
971
  任务拆解
861
972
 
862
973
  **使用示例**:
@@ -867,6 +978,7 @@ UX 专家评审
867
978
  **适用场景**: 复杂任务分解
868
979
 
869
980
  ##### ax-implementer (sonnet)
981
+
870
982
  自动实施
871
983
 
872
984
  **使用示例**:
@@ -877,6 +989,7 @@ UX 专家评审
877
989
  **适用场景**: 按 manifest 执行
878
990
 
879
991
  ##### ax-error-analyzer (sonnet)
992
+
880
993
  错误分析
881
994
 
882
995
  **使用示例**:
@@ -887,6 +1000,7 @@ UX 专家评审
887
1000
  **适用场景**: 错误诊断、修复建议
888
1001
 
889
1002
  ##### ax-reflector (opus)
1003
+
890
1004
  反思总结
891
1005
 
892
1006
  **使用示例**:
@@ -897,6 +1011,7 @@ UX 专家评审
897
1011
  **适用场景**: 知识收割、经验总结
898
1012
 
899
1013
  ##### ax-knowledge-curator (sonnet)
1014
+
900
1015
  知识库管理
901
1016
 
902
1017
  **使用示例**:
@@ -907,6 +1022,7 @@ UX 专家评审
907
1022
  **适用场景**: 知识管理、经验沉淀
908
1023
 
909
1024
  ##### ax-pattern-detector (sonnet)
1025
+
910
1026
  模式检测
911
1027
 
912
1028
  **使用示例**:
@@ -917,6 +1033,7 @@ UX 专家评审
917
1033
  **适用场景**: 重复模式识别
918
1034
 
919
1035
  ##### ax-workflow-optimizer (opus)
1036
+
920
1037
  工作流优化
921
1038
 
922
1039
  **使用示例**:
@@ -927,6 +1044,7 @@ UX 专家评审
927
1044
  **适用场景**: 流程改进
928
1045
 
929
1046
  ##### ax-context-manager (haiku)
1047
+
930
1048
  上下文管理
931
1049
 
932
1050
  **使用示例**:
@@ -937,6 +1055,7 @@ UX 专家评审
937
1055
  **适用场景**: 状态查询、上下文切换
938
1056
 
939
1057
  ##### ax-gate-keeper (haiku)
1058
+
940
1059
  门禁检查
941
1060
 
942
1061
  **使用示例**:
@@ -954,6 +1073,7 @@ ultrapower 提供 70 个 skills,按类型分类。
954
1073
  #### 6.2.1 Workflow Skills(工作流 Skills)
955
1074
 
956
1075
  ##### autopilot
1076
+
957
1077
  **触发词**: "autopilot", "build me", "I want a"
958
1078
 
959
1079
  **描述**: 全自主执行,从想法到可运行代码
@@ -964,6 +1084,7 @@ autopilot "创建一个 REST API"
964
1084
  ```
965
1085
 
966
1086
  ##### ralph
1087
+
967
1088
  **触发词**: "ralph", "don't stop", "must complete"
968
1089
 
969
1090
  **描述**: 持续执行直到 verifier 验证通过
@@ -974,6 +1095,7 @@ ralph "修复所有类型错误"
974
1095
  ```
975
1096
 
976
1097
  ##### ultrawork
1098
+
977
1099
  **触发词**: "ulw", "ultrawork"
978
1100
 
979
1101
  **描述**: 最大并行度 agent 编排
@@ -984,6 +1106,7 @@ ultrawork "并行重构 3 个模块"
984
1106
  ```
985
1107
 
986
1108
  ##### team
1109
+
987
1110
  **触发词**: "team", "coordinated team", "team ralph"
988
1111
 
989
1112
  **描述**: 多 agent 协作,分阶段流水线
@@ -994,6 +1117,7 @@ team "重构用户认证模块"
994
1117
  ```
995
1118
 
996
1119
  ##### pipeline
1120
+
997
1121
  **触发词**: "pipeline", "chain agents"
998
1122
 
999
1123
  **描述**: 顺序 agent 链式执行
@@ -1004,6 +1128,7 @@ pipeline "分析 -> 设计 -> 实现"
1004
1128
  ```
1005
1129
 
1006
1130
  ##### ultraqa
1131
+
1007
1132
  **触发词**: 由 autopilot 自动激活
1008
1133
 
1009
1134
  **描述**: QA 循环——测试、验证、修复、重复
@@ -1014,6 +1139,7 @@ ultraqa "验证登录功能"
1014
1139
  ```
1015
1140
 
1016
1141
  ##### plan
1142
+
1017
1143
  **触发词**: "plan this", "plan the"
1018
1144
 
1019
1145
  **描述**: 战略规划,支持 --consensus 和 --review 模式
@@ -1025,6 +1151,7 @@ plan --consensus "架构设计"
1025
1151
  ```
1026
1152
 
1027
1153
  ##### ralplan
1154
+
1028
1155
  **触发词**: "ralplan", "consensus plan"
1029
1156
 
1030
1157
  **描述**: 与 Planner、Architect、Critic 迭代规划直至达成共识
@@ -1035,6 +1162,7 @@ ralplan "微服务架构"
1035
1162
  ```
1036
1163
 
1037
1164
  ##### sciomc
1165
+
1038
1166
  **触发词**: "sciomc"
1039
1167
 
1040
1168
  **描述**: 并行 scientist agents 进行全面分析
@@ -1045,6 +1173,7 @@ sciomc "分析用户行为数据"
1045
1173
  ```
1046
1174
 
1047
1175
  ##### external-context
1176
+
1048
1177
  **触发词**: 手动调用
1049
1178
 
1050
1179
  **描述**: 并行 document-specialist agents 进行网络搜索
@@ -1055,6 +1184,7 @@ sciomc "分析用户行为数据"
1055
1184
  ```
1056
1185
 
1057
1186
  ##### deepinit
1187
+
1058
1188
  **触发词**: "deepinit"
1059
1189
 
1060
1190
  **描述**: 使用分层 AGENTS.md 进行深度代码库初始化
@@ -1065,6 +1195,7 @@ deepinit
1065
1195
  ```
1066
1196
 
1067
1197
  ##### next-step-router
1198
+
1068
1199
  **触发词**: 手动调用
1069
1200
 
1070
1201
  **描述**: 分析产出,推荐最优下一步 agent/skill
@@ -1077,6 +1208,7 @@ deepinit
1077
1208
  #### 6.2.2 Axiom Skills(Axiom 工作流)
1078
1209
 
1079
1210
  ##### ax-draft
1211
+
1080
1212
  **触发词**: 手动调用
1081
1213
 
1082
1214
  **描述**: 生成 Draft PRD
@@ -1087,6 +1219,7 @@ deepinit
1087
1219
  ```
1088
1220
 
1089
1221
  ##### ax-review
1222
+
1090
1223
  **触发词**: 手动调用
1091
1224
 
1092
1225
  **描述**: 专家评审(domain/product/ux/critic)
@@ -1098,6 +1231,7 @@ deepinit
1098
1231
  ```
1099
1232
 
1100
1233
  ##### ax-decompose
1234
+
1101
1235
  **触发词**: 手动调用
1102
1236
 
1103
1237
  **描述**: 任务拆解,生成 manifest.md
@@ -1108,6 +1242,7 @@ deepinit
1108
1242
  ```
1109
1243
 
1110
1244
  ##### ax-implement
1245
+
1111
1246
  **触发词**: 手动调用
1112
1247
 
1113
1248
  **描述**: 按 manifest 自动实施
@@ -1118,6 +1253,7 @@ deepinit
1118
1253
  ```
1119
1254
 
1120
1255
  ##### ax-analyze-error
1256
+
1121
1257
  **触发词**: 手动调用
1122
1258
 
1123
1259
  **描述**: 错误分析和修复建议
@@ -1128,6 +1264,7 @@ deepinit
1128
1264
  ```
1129
1265
 
1130
1266
  ##### ax-reflect
1267
+
1131
1268
  **触发词**: 手动调用
1132
1269
 
1133
1270
  **描述**: 反思总结,知识收割
@@ -1138,6 +1275,7 @@ deepinit
1138
1275
  ```
1139
1276
 
1140
1277
  ##### ax-status
1278
+
1141
1279
  **触发词**: 手动调用
1142
1280
 
1143
1281
  **描述**: 查看 Axiom 状态
@@ -1148,6 +1286,7 @@ deepinit
1148
1286
  ```
1149
1287
 
1150
1288
  ##### ax-suspend
1289
+
1151
1290
  **触发词**: 手动调用
1152
1291
 
1153
1292
  **描述**: 保存状态并退出
@@ -1158,6 +1297,7 @@ deepinit
1158
1297
  ```
1159
1298
 
1160
1299
  ##### ax-rollback
1300
+
1161
1301
  **触发词**: 手动调用
1162
1302
 
1163
1303
  **描述**: 回滚到上一个状态
@@ -1168,6 +1308,7 @@ deepinit
1168
1308
  ```
1169
1309
 
1170
1310
  ##### ax-evolution
1311
+
1171
1312
  **触发词**: 手动调用
1172
1313
 
1173
1314
  **描述**: 知识库/模式库管理
@@ -1179,6 +1320,7 @@ deepinit
1179
1320
  ```
1180
1321
 
1181
1322
  ##### ax-knowledge
1323
+
1182
1324
  **触发词**: 手动调用
1183
1325
 
1184
1326
  **描述**: 知识库管理
@@ -1189,6 +1331,7 @@ deepinit
1189
1331
  ```
1190
1332
 
1191
1333
  ##### ax-export
1334
+
1192
1335
  **触发词**: 手动调用
1193
1336
 
1194
1337
  **描述**: 导出工作流
@@ -1201,6 +1344,7 @@ deepinit
1201
1344
  #### 6.2.3 Agent Shortcuts(Agent 快捷方式)
1202
1345
 
1203
1346
  ##### analyze
1347
+
1204
1348
  **触发词**: "analyze", "debug", "investigate"
1205
1349
 
1206
1350
  **描述**: 调用 debugger agent
@@ -1211,6 +1355,7 @@ analyze "登录失败原因"
1211
1355
  ```
1212
1356
 
1213
1357
  ##### deepsearch
1358
+
1214
1359
  **触发词**: "search", "find in codebase"
1215
1360
 
1216
1361
  **描述**: 调用 explore agent
@@ -1221,6 +1366,7 @@ deepsearch "认证相关文件"
1221
1366
  ```
1222
1367
 
1223
1368
  ##### tdd
1369
+
1224
1370
  **触发词**: "tdd", "test first", "red green"
1225
1371
 
1226
1372
  **描述**: 调用 test-engineer agent
@@ -1231,6 +1377,7 @@ tdd "登录功能"
1231
1377
  ```
1232
1378
 
1233
1379
  ##### build-fix
1380
+
1234
1381
  **触发词**: "fix build", "type errors"
1235
1382
 
1236
1383
  **描述**: 调用 build-fixer agent
@@ -1241,6 +1388,7 @@ build-fix
1241
1388
  ```
1242
1389
 
1243
1390
  ##### code-review
1391
+
1244
1392
  **触发词**: "review code"
1245
1393
 
1246
1394
  **描述**: 调用 code-reviewer agent
@@ -1251,6 +1399,7 @@ code-review
1251
1399
  ```
1252
1400
 
1253
1401
  ##### security-review
1402
+
1254
1403
  **触发词**: "security review"
1255
1404
 
1256
1405
  **描述**: 调用 security-reviewer agent
@@ -1261,6 +1410,7 @@ security-review
1261
1410
  ```
1262
1411
 
1263
1412
  ##### frontend-ui-ux
1413
+
1264
1414
  **触发词**: 自动检测 UI/组件/样式工作
1265
1415
 
1266
1416
  **描述**: 调用 designer agent
@@ -1271,6 +1421,7 @@ frontend-ui-ux "设计登录界面"
1271
1421
  ```
1272
1422
 
1273
1423
  ##### git-master
1424
+
1274
1425
  **触发词**: 自动检测 git/提交工作
1275
1426
 
1276
1427
  **描述**: 调用 git-master agent
@@ -1281,6 +1432,7 @@ git-master "整理提交历史"
1281
1432
  ```
1282
1433
 
1283
1434
  ##### review
1435
+
1284
1436
  **触发词**: "review plan", "critique plan"
1285
1437
 
1286
1438
  **描述**: 调用 plan --review
@@ -1293,6 +1445,7 @@ review "架构设计"
1293
1445
  #### 6.2.4 MCP 委派 Skills
1294
1446
 
1295
1447
  ##### ask-codex
1448
+
1296
1449
  **触发词**: "ask codex", "use codex", "delegate to codex"
1297
1450
 
1298
1451
  **描述**: 委派给 OpenAI Codex(gpt-5.3-codex)
@@ -1303,6 +1456,7 @@ ask codex "审查架构设计"
1303
1456
  ```
1304
1457
 
1305
1458
  ##### ask-gpt
1459
+
1306
1460
  **触发词**: "ask gpt", "use gpt", "delegate to gpt"
1307
1461
 
1308
1462
  **描述**: 委派给 OpenAI GPT(映射到 Codex)
@@ -1313,6 +1467,7 @@ ask gpt "代码审查"
1313
1467
  ```
1314
1468
 
1315
1469
  ##### ask-gemini
1470
+
1316
1471
  **触发词**: "ask gemini", "use gemini", "delegate to gemini"
1317
1472
 
1318
1473
  **描述**: 委派给 Google Gemini(1M 上下文)
@@ -1325,6 +1480,7 @@ ask gemini "分析大型代码库"
1325
1480
  #### 6.2.5 Utility Skills(工具类)
1326
1481
 
1327
1482
  ##### cancel
1483
+
1328
1484
  **触发词**: 手动调用
1329
1485
 
1330
1486
  **描述**: 取消执行模式
@@ -1336,6 +1492,7 @@ ask gemini "分析大型代码库"
1336
1492
  ```
1337
1493
 
1338
1494
  ##### note
1495
+
1339
1496
  **触发词**: 手动调用
1340
1497
 
1341
1498
  **描述**: 添加笔记到 notepad
@@ -1346,6 +1503,7 @@ ask gemini "分析大型代码库"
1346
1503
  ```
1347
1504
 
1348
1505
  ##### learner
1506
+
1349
1507
  **触发词**: 手动调用
1350
1508
 
1351
1509
  **描述**: 学习模式
@@ -1356,6 +1514,7 @@ ask gemini "分析大型代码库"
1356
1514
  ```
1357
1515
 
1358
1516
  ##### omc-setup
1517
+
1359
1518
  **触发词**: "setup omc"
1360
1519
 
1361
1520
  **描述**: 安装向导
@@ -1366,6 +1525,7 @@ ask gemini "分析大型代码库"
1366
1525
  ```
1367
1526
 
1368
1527
  ##### mcp-setup
1528
+
1369
1529
  **触发词**: 手动调用
1370
1530
 
1371
1531
  **描述**: MCP 配置向导
@@ -1376,6 +1536,7 @@ ask gemini "分析大型代码库"
1376
1536
  ```
1377
1537
 
1378
1538
  ##### hud
1539
+
1379
1540
  **触发词**: 手动调用
1380
1541
 
1381
1542
  **描述**: 显示状态面板
@@ -1386,6 +1547,7 @@ ask gemini "分析大型代码库"
1386
1547
  ```
1387
1548
 
1388
1549
  ##### omc-doctor
1550
+
1389
1551
  **触发词**: 手动调用
1390
1552
 
1391
1553
  **描述**: 诊断工具
@@ -1396,6 +1558,7 @@ ask gemini "分析大型代码库"
1396
1558
  ```
1397
1559
 
1398
1560
  ##### omc-help
1561
+
1399
1562
  **触发词**: 手动调用
1400
1563
 
1401
1564
  **描述**: 帮助文档
@@ -1406,6 +1569,7 @@ ask gemini "分析大型代码库"
1406
1569
  ```
1407
1570
 
1408
1571
  ##### trace
1572
+
1409
1573
  **触发词**: 手动调用
1410
1574
 
1411
1575
  **描述**: 追踪执行日志
@@ -1416,6 +1580,7 @@ ask gemini "分析大型代码库"
1416
1580
  ```
1417
1581
 
1418
1582
  ##### release
1583
+
1419
1584
  **触发词**: 手动调用
1420
1585
 
1421
1586
  **描述**: 发布管理
@@ -1426,6 +1591,7 @@ ask gemini "分析大型代码库"
1426
1591
  ```
1427
1592
 
1428
1593
  ##### project-session-manager (psm)
1594
+
1429
1595
  **触发词**: 手动调用
1430
1596
 
1431
1597
  **描述**: 项目会话管理
@@ -1436,6 +1602,7 @@ ask gemini "分析大型代码库"
1436
1602
  ```
1437
1603
 
1438
1604
  ##### skill
1605
+
1439
1606
  **触发词**: 手动调用
1440
1607
 
1441
1608
  **描述**: Skill 管理
@@ -1446,6 +1613,7 @@ ask gemini "分析大型代码库"
1446
1613
  ```
1447
1614
 
1448
1615
  ##### writer-memory
1616
+
1449
1617
  **触发词**: 手动调用
1450
1618
 
1451
1619
  **描述**: 写作记忆管理
@@ -1456,6 +1624,7 @@ ask gemini "分析大型代码库"
1456
1624
  ```
1457
1625
 
1458
1626
  ##### ralph-init
1627
+
1459
1628
  **触发词**: 手动调用
1460
1629
 
1461
1630
  **描述**: Ralph 初始化
@@ -1466,6 +1635,7 @@ ask gemini "分析大型代码库"
1466
1635
  ```
1467
1636
 
1468
1637
  ##### learn-about-omc
1638
+
1469
1639
  **触发词**: 手动调用
1470
1640
 
1471
1641
  **描述**: 学习 ultrapower
@@ -1476,6 +1646,7 @@ ask gemini "分析大型代码库"
1476
1646
  ```
1477
1647
 
1478
1648
  ##### configure-discord
1649
+
1479
1650
  **触发词**: "configure discord", "setup discord"
1480
1651
 
1481
1652
  **描述**: 配置 Discord 通知
@@ -1486,6 +1657,7 @@ ask gemini "分析大型代码库"
1486
1657
  ```
1487
1658
 
1488
1659
  ##### configure-telegram
1660
+
1489
1661
  **触发词**: "configure telegram", "setup telegram"
1490
1662
 
1491
1663
  **描述**: 配置 Telegram 通知
@@ -1496,6 +1668,7 @@ ask gemini "分析大型代码库"
1496
1668
  ```
1497
1669
 
1498
1670
  ##### swarm
1671
+
1499
1672
  **触发词**: "swarm"
1500
1673
 
1501
1674
  **描述**: Team 的兼容性外观(已废弃,使用 team)
@@ -1506,6 +1679,7 @@ swarm "任务"
1506
1679
  ```
1507
1680
 
1508
1681
  ##### ultrapilot
1682
+
1509
1683
  **触发词**: "ultrapilot", "parallel build"
1510
1684
 
1511
1685
  **描述**: Team 的兼容性外观(已废弃,使用 team)
@@ -1522,6 +1696,7 @@ ultrapilot "任务"
1522
1696
  ultrapower 提供 15 种 Hook 类型。
1523
1697
 
1524
1698
  #### PreToolUse
1699
+
1525
1700
  **触发时机**: 工具调用前
1526
1701
 
1527
1702
  **配置示例**:
@@ -1536,6 +1711,7 @@ ultrapower 提供 15 种 Hook 类型。
1536
1711
  **常见用例**: 代码格式化、权限检查
1537
1712
 
1538
1713
  #### PostToolUse
1714
+
1539
1715
  **触发时机**: 工具调用后
1540
1716
 
1541
1717
  **配置示例**:
@@ -1550,6 +1726,7 @@ ultrapower 提供 15 种 Hook 类型。
1550
1726
  **常见用例**: 自动提交、通知发送
1551
1727
 
1552
1728
  #### SessionStart
1729
+
1553
1730
  **触发时机**: 会话开始
1554
1731
 
1555
1732
  **配置示例**:
@@ -1563,6 +1740,7 @@ ultrapower 提供 15 种 Hook 类型。
1563
1740
  **常见用例**: 加载项目上下文、初始化环境
1564
1741
 
1565
1742
  #### SessionEnd
1743
+
1566
1744
  **触发时机**: 会话结束
1567
1745
 
1568
1746
  **配置示例**:
@@ -1576,6 +1754,7 @@ ultrapower 提供 15 种 Hook 类型。
1576
1754
  **常见用例**: 清理临时文件、保存状态
1577
1755
 
1578
1756
  #### PermissionRequest
1757
+
1579
1758
  **触发时机**: 权限请求时
1580
1759
 
1581
1760
  **配置示例**:
@@ -1590,6 +1769,7 @@ ultrapower 提供 15 种 Hook 类型。
1590
1769
  **常见用例**: 权限审计、安全检查
1591
1770
 
1592
1771
  #### AgentStart
1772
+
1593
1773
  **触发时机**: Agent 启动时
1594
1774
 
1595
1775
  **配置示例**:
@@ -1603,6 +1783,7 @@ ultrapower 提供 15 种 Hook 类型。
1603
1783
  **常见用例**: Agent 监控、日志记录
1604
1784
 
1605
1785
  #### AgentComplete
1786
+
1606
1787
  **触发时机**: Agent 完成时
1607
1788
 
1608
1789
  **配置示例**:
@@ -1616,6 +1797,7 @@ ultrapower 提供 15 种 Hook 类型。
1616
1797
  **常见用例**: 结果通知、指标收集
1617
1798
 
1618
1799
  #### AgentError
1800
+
1619
1801
  **触发时机**: Agent 错误时
1620
1802
 
1621
1803
  **配置示例**:
@@ -1629,6 +1811,7 @@ ultrapower 提供 15 种 Hook 类型。
1629
1811
  **常见用例**: 错误告警、自动重试
1630
1812
 
1631
1813
  #### StateChange
1814
+
1632
1815
  **触发时机**: 状态变更时
1633
1816
 
1634
1817
  **配置示例**:
@@ -1643,6 +1826,7 @@ ultrapower 提供 15 种 Hook 类型。
1643
1826
  **常见用例**: 状态监控、流程控制
1644
1827
 
1645
1828
  #### FileModified
1829
+
1646
1830
  **触发时机**: 文件修改时
1647
1831
 
1648
1832
  **配置示例**:
@@ -1657,6 +1841,7 @@ ultrapower 提供 15 种 Hook 类型。
1657
1841
  **常见用例**: 类型检查、自动测试
1658
1842
 
1659
1843
  #### TestRun
1844
+
1660
1845
  **触发时机**: 测试运行时
1661
1846
 
1662
1847
  **配置示例**:
@@ -1670,6 +1855,7 @@ ultrapower 提供 15 种 Hook 类型。
1670
1855
  **常见用例**: 测试报告、覆盖率收集
1671
1856
 
1672
1857
  #### BuildComplete
1858
+
1673
1859
  **触发时机**: 构建完成时
1674
1860
 
1675
1861
  **配置示例**:
@@ -1683,6 +1869,7 @@ ultrapower 提供 15 种 Hook 类型。
1683
1869
  **常见用例**: 部署触发、通知发送
1684
1870
 
1685
1871
  #### CommitPrepare
1872
+
1686
1873
  **触发时机**: 提交准备时
1687
1874
 
1688
1875
  **配置示例**:
@@ -1696,6 +1883,7 @@ ultrapower 提供 15 种 Hook 类型。
1696
1883
  **常见用例**: Lint 检查、测试运行
1697
1884
 
1698
1885
  #### ErrorDetected
1886
+
1699
1887
  **触发时机**: 错误检测时
1700
1888
 
1701
1889
  **配置示例**:
@@ -1709,6 +1897,7 @@ ultrapower 提供 15 种 Hook 类型。
1709
1897
  **常见用例**: 错误日志、告警通知
1710
1898
 
1711
1899
  #### CustomEvent
1900
+
1712
1901
  **触发时机**: 自定义事件
1713
1902
 
1714
1903
  **配置示例**:
@@ -1736,23 +1925,28 @@ ultrapower 提供 15 种 Hook 类型。
1736
1925
  touch agents/my-custom-agent.md
1737
1926
  ```
1738
1927
 
1739
- 2. 定义 agent 提示词
1928
+ 1. 定义 agent 提示词
1740
1929
 
1741
1930
  ```markdown
1931
+
1742
1932
  # My Custom Agent
1743
1933
 
1744
1934
  你是一个专门处理 X 任务的 agent。
1745
1935
 
1746
1936
  ## 职责
1747
- - 任务 1
1748
- - 任务 2
1937
+
1938
+ * 任务 1
1939
+
1940
+ * 任务 2
1749
1941
 
1750
1942
  ## 约束
1751
- - 约束 1
1752
- - 约束 2
1943
+
1944
+ * 约束 1
1945
+
1946
+ * 约束 2
1753
1947
  ```
1754
1948
 
1755
- 3. 在 `src/agents/definitions.ts` 注册
1949
+ 1. 在 `src/agents/definitions.ts` 注册
1756
1950
 
1757
1951
  ```typescript
1758
1952
  export const agentDefinitions = {
@@ -1763,7 +1957,7 @@ export const agentDefinitions = {
1763
1957
  };
1764
1958
  ```
1765
1959
 
1766
- 4. 使用自定义 agent
1960
+ 1. 使用自定义 agent
1767
1961
 
1768
1962
  ```
1769
1963
  Task(subagent_type="ultrapower:my-custom-agent", prompt="执行任务")
@@ -1779,19 +1973,21 @@ Task(subagent_type="ultrapower:my-custom-agent", prompt="执行任务")
1779
1973
  mkdir skills/my-custom-skill
1780
1974
  ```
1781
1975
 
1782
- 2. 创建 `SKILL.md` 定义
1976
+ 1. 创建 `SKILL.md` 定义
1783
1977
 
1784
1978
  ```markdown
1979
+
1785
1980
  # My Custom Skill
1786
1981
 
1787
1982
  触发词: "my-skill"
1788
1983
 
1789
1984
  ## 执行逻辑
1985
+
1790
1986
  1. 步骤 1
1791
1987
  2. 步骤 2
1792
1988
  ```
1793
1989
 
1794
- 3. 创建实现文件 `index.ts`
1990
+ 1. 创建实现文件 `index.ts`
1795
1991
 
1796
1992
  ```typescript
1797
1993
  export async function myCustomSkill(input: string) {
@@ -1799,7 +1995,7 @@ export async function myCustomSkill(input: string) {
1799
1995
  }
1800
1996
  ```
1801
1997
 
1802
- 4. 使用自定义 skill
1998
+ 1. 使用自定义 skill
1803
1999
 
1804
2000
  ```
1805
2001
  /ultrapower:my-custom-skill "参数"
@@ -1815,7 +2011,7 @@ export async function myCustomSkill(input: string) {
1815
2011
  touch .claude/hooks/my-hook.json
1816
2012
  ```
1817
2013
 
1818
- 2. 定义触发条件和动作
2014
+ 1. 定义触发条件和动作
1819
2015
 
1820
2016
  ```json
1821
2017
  {
@@ -1826,34 +2022,47 @@ touch .claude/hooks/my-hook.json
1826
2022
  }
1827
2023
  ```
1828
2024
 
1829
- 3. Hook 自动生效(无需重启)
2025
+ 1. Hook 自动生效(无需重启)
1830
2026
 
1831
2027
  #### 6.4.4 扩展最佳实践
1832
2028
 
1833
2029
  **Agent 扩展**:
1834
- - 明确单一职责
1835
- - 提供清晰的约束
1836
- - 包含使用示例
2030
+
2031
+ * 明确单一职责
2032
+
2033
+ * 提供清晰的约束
2034
+
2035
+ * 包含使用示例
1837
2036
 
1838
2037
  **Skill 扩展**:
1839
- - 定义明确的触发词
1840
- - 避免与现有 skill 冲突
1841
- - 提供错误处理
2038
+
2039
+ * 定义明确的触发词
2040
+
2041
+ * 避免与现有 skill 冲突
2042
+
2043
+ * 提供错误处理
1842
2044
 
1843
2045
  **Hook 扩展**:
1844
- - 使用精确的条件判断
1845
- - 避免阻塞操作
1846
- - 记录执行日志
2046
+
2047
+ * 使用精确的条件判断
2048
+
2049
+ * 避免阻塞操作
2050
+
2051
+ * 记录执行日志
1847
2052
 
1848
2053
  **调试技巧**:
1849
2054
  ```bash
2055
+
1850
2056
  # 查看 agent 日志
2057
+
1851
2058
  cat .omc/logs/agent-*.log
1852
2059
 
1853
2060
  # 查看 hook 执行记录
2061
+
1854
2062
  cat .omc/logs/hook-*.log
1855
2063
 
1856
2064
  # 诊断工具
2065
+
1857
2066
  /ultrapower:omc-doctor
1858
2067
  ```
1859
2068
 
@@ -1864,10 +2073,14 @@ cat .omc/logs/hook-*.log
1864
2073
  配置 ultrapower 以适应你的工作流。
1865
2074
 
1866
2075
  **本章节内容**:
1867
- - MCP 服务器配置
1868
- - Hooks 配置
1869
- - Steering 规则
1870
- - Axiom 系统配置
2076
+
2077
+ * MCP 服务器配置
2078
+
2079
+ * Hooks 配置
2080
+
2081
+ * Steering 规则
2082
+
2083
+ * Axiom 系统配置
1871
2084
 
1872
2085
  *(待补充)*
1873
2086
 
@@ -1880,7 +2093,7 @@ cat .omc/logs/hook-*.log
1880
2093
  ### 8.1 常见错误代码
1881
2094
 
1882
2095
  | 错误代码 | 描述 | 解决方案 |
1883
- |---------|------|---------|
2096
+ | --------- | ------ | --------- |
1884
2097
  | E001 | 命令未找到 | 检查 Claude Code 安装和 PATH |
1885
2098
  | E002 | Marketplace 未找到 | 验证 URL 和网络连接 |
1886
2099
  | E003 | omc-setup 失败 | 检查 Node.js 版本,清除缓存 |
@@ -1895,31 +2108,41 @@ cat .omc/logs/hook-*.log
1895
2108
  ### 8.2 日志查看指南
1896
2109
 
1897
2110
  ```bash
2111
+
1898
2112
  # Agent 执行日志
2113
+
1899
2114
  cat .omc/logs/agent-execution.log
1900
2115
 
1901
2116
  # Hook 执行日志
2117
+
1902
2118
  cat .omc/logs/hook-execution.log
1903
2119
 
1904
2120
  # Team 状态
2121
+
1905
2122
  cat .omc/state/team-state.json
1906
2123
 
1907
2124
  # 查看所有日志
2125
+
1908
2126
  ls -la .omc/logs/
1909
2127
  ```
1910
2128
 
1911
2129
  ### 8.3 调试工具
1912
2130
 
1913
- - `/ultrapower:omc-doctor` - 系统诊断,检查配置和依赖
1914
- - `/ultrapower:trace timeline` - 执行追踪,查看 agent 调用链
1915
- - `/ultrapower:hud` - 实时状态监控,显示当前执行状态
2131
+ * `/ultrapower:omc-doctor` - 系统诊断,检查配置和依赖
2132
+
2133
+ * `/ultrapower:trace timeline` - 执行追踪,查看 agent 调用链
2134
+
2135
+ * `/ultrapower:hud` - 实时状态监控,显示当前执行状态
1916
2136
 
1917
2137
  ### 8.4 概念澄清
1918
2138
 
1919
2139
  **Agent vs Skill**:
1920
- - **Agent**: 执行单元(如 executor、debugger),专注单一职责
1921
- - **Skill**: 工作流编排(如 autopilotteam),内部调用多个 Agents
1922
- - **关系**: Skill 内部调用多个 Agents 完成复杂任务
2140
+
2141
+ * **Agent**: 执行单元(如 executordebugger),专注单一职责
2142
+
2143
+ * **Skill**: 工作流编排(如 autopilot、team),内部调用多个 Agents
2144
+
2145
+ * **关系**: Skill 内部调用多个 Agents 完成复杂任务
1923
2146
 
1924
2147
  **决策树**:
1925
2148
  ```
@@ -2022,9 +2245,12 @@ A: 使用并行模式(ultrawork/team)
2022
2245
  如何更新到最新版本。
2023
2246
 
2024
2247
  **本章节内容**:
2025
- - 更新步骤
2026
- - 破坏性变更
2027
- - 迁移指南
2248
+
2249
+ * 更新步骤
2250
+
2251
+ * 破坏性变更
2252
+
2253
+ * 迁移指南
2028
2254
 
2029
2255
  *(待补充)*
2030
2256
 
@@ -2032,11 +2258,15 @@ A: 使用并行模式(ultrawork/team)
2032
2258
 
2033
2259
  ## 相关文档
2034
2260
 
2035
- - [REFERENCE.md](REFERENCE.md) - 完整功能参考
2036
- - [CLAUDE.md](../CLAUDE.md) - 开发规范
2037
- - [ARCHITECTURE.md](ARCHITECTURE.md) - 架构设计
2038
- - [TROUBLESHOOTING.md](TROUBLESHOOTING.md) - 故障排查
2039
- - [FAQ.md](FAQ.md) - 常见问题
2261
+ * [REFERENCE.md](REFERENCE.md) - 完整功能参考
2262
+
2263
+ * [CLAUDE.md](../CLAUDE.md) - 开发规范
2264
+
2265
+ * [ARCHITECTURE.md](ARCHITECTURE.md) - 架构设计
2266
+
2267
+ * [TROUBLESHOOTING.md](TROUBLESHOOTING.md) - 故障排查
2268
+
2269
+ * [FAQ.md](FAQ.md) - 常见问题
2040
2270
 
2041
2271
  ---
2042
2272