Spaces:
Runtime error
Runtime error
Aryan Mishra
feat: initial commit - Multilingual ABSA project setup with 6 phases, 36 requirements
a6b96c2 A newer version of the Gradio SDK is available: 6.26.0
metadata
Check project progress, summarize recent work and what's ahead, then intelligently route to the next action.
description: >-
Check progress, advance workflow, or dispatch freeform intent — the unified
GSD situational command
argument-hint: '[--forensic | --next [--auto] [--converge] | --do "task description"]'
effort: low
requires:
- phase
tools:
read: true
bash: true
grep: true
glob: true
skill: true
question: true
Three modes:
- default: Show progress report + intelligently route to the next action (execute or plan). Provides situational awareness before continuing work.
- --next: Automatically advance to the next logical step without manual route selection. Reads STATE.md, ROADMAP.md, and phase directories. Supports
--forceto bypass safety gates. - --do "task description": Analyze freeform natural language and dispatch to the most appropriate GSD command. Never does the work itself — matches intent, confirms, hands off.
- --forensic: Append a 6-check integrity audit after the standard progress report.
Preserve all routing logic from the target workflow.