Query the cognitive workspace. Shows active tasks, lineage, and available context.
# Workspace Query Query the cognitive workspace for this project. ## Protocol 1. List workspace contents: 2. If filter provided in $ARGUMENTS: - "active" → show only `*_active*` files - "blocked" → show only `*_blocked*` files - "complete" → show only `*_complete*` files - A number → show files with that sequence or lineage 3. Report to user: - **Active work**: Tasks currently in progress - **Blocked items**: What they need - **Lineage structure**: How understanding connects - **Next sequence**: What NNN to use for new work - **Available context**: What p...