3 ms·
Yeah bash scripts start clean but the sprawl kicks in quick as the workflow and project becomes more complex. Prompts get copied, deps turn manual, and maintena
by beshrkayali 6mo ago
Yeah bash scripts start clean but the sprawl kicks in quick as the workflow and project becomes more complex. Prompts get copied, deps turn manual, and maintenance of your workflow itself becomes the chore.
Ossature swaps that for structured SMDs and optional AMDs. Multiple specs build a clean DAG that drops into an editable plan.toml so everything stays traceable without the mess.
Feel free to check the example projects on https://github.com/ossature/ossature-examples https://github.com/ossature/ossature-examples
- wiseowise 6mo ago> Yeah bash scripts start clean but the sprawl kicks in quick as the workflow and project becomes more complex. Then just use Python.
- beshrkayali 6mo agoThat’s what Ossature is :)