feat(councils): add preflight, schema-driven outputs, and artifact reporting

This commit is contained in:
William Valentin
2026-02-22 15:56:30 -08:00
parent dafe9b4d3d
commit 44c7409a20
18 changed files with 1686 additions and 29 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ export function App({
case 'council': {
if (!command.task.trim()) {
pushAssistantMessage('Usage: /council <question or task>');
pushAssistantMessage('Usage: /council <question or task> | /council preflight');
return;
}
if (!onCouncil) {