feat(councils): add preflight, schema-driven outputs, and artifact reporting
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user