refactor(prompts): update reviewer prompts to align with Hive's directive and contamination protocols

This commit is contained in:
asepharyana
2026-07-15 00:20:41 +07:00
parent d392c4aa00
commit 519be7559b
12 changed files with 133 additions and 80 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ fn build_session_lines(state: &crate::app::state::rest::AppStateRest) -> Vec<Lin
lines.push(Line::from(Span::raw("")));
lines.push(Line::from(Span::styled(
" Complex tasks auto-trigger a hive-mind convergence.",
" The Hive is dormant. Complex tasks will stir it.",
Style::default().fg(Theme::TEXT_DIM).add_modifier(Modifier::ITALIC),
)));