brain-dev 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hooks/bootstrap.sh +1 -0
- package/package.json +1 -1
package/hooks/bootstrap.sh
CHANGED
|
@@ -60,6 +60,7 @@ try {
|
|
|
60
60
|
'- When user types /brain:<command>, run: npx brain-dev <command> [args]',
|
|
61
61
|
'- Read output and present results. Follow any instructions in output.',
|
|
62
62
|
'- Use /brain:progress to check current state before suggesting next steps.',
|
|
63
|
+
'- NEVER run brain-dev init after an update. Updates are backward compatible. /brain:update handles migration automatically.',
|
|
63
64
|
'--- End Brain Context ---'
|
|
64
65
|
];
|
|
65
66
|
console.log(lines.join('\n'));
|