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
Import external plan files into the GSD planning system with conflict detection against PROJECT.md decisions.
description: >-
Ingest external plans with conflict detection against project decisions before
writing anything.
argument-hint: '--from <filepath> | --from-gsd2'
tools:
read: true
write: true
edit: true
bash: true
glob: true
grep: true
question: true
agent: true
- --from: Import an external plan file, detect conflicts, write as GSD PLAN.md, validate via gsd-plan-checker.
- --from-gsd2: Reverse-migrate a GSD-2 project (
.gsd/directory) back to GSD v1 (.planning/) format. Runsgsd-tools.cjs from-gsd2. Pass--path <dir>to migrate a project at a different path.
Otherwise, execute the import workflow end-to-end.