Query the cognitive workspace. Shows active tasks, lineage, and available context.
/plugin marketplace add enzokro/crinzo-plugins/plugin install tether@crinzo-pluginsQuery the cognitive workspace for this project.
List workspace contents:
ls -la workspace/ 2>/dev/null || echo "No workspace folder found"
If filter provided in $ARGUMENTS:
*_active* files*_blocked* files*_complete* filesReport to user:
If no workspace folder exists:
/tether:anchor [task]WORKSPACE STATUS
Active:
- 003_feature-x_active (from 001)
Blocked:
- 002_api-auth_blocked_needs-001
Complete:
- 001_initial-setup_complete
Next sequence: 004
Lineage:
001 → 002 (blocked)
→ 003 (active)