speccrew 0.5.9 → 0.5.10

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.
@@ -398,6 +398,24 @@ async function runInit(options = {}) {
398
398
  log(` Docs: ${stats.docsInstalled} files installed`);
399
399
 
400
400
  log(`\nRun 'speccrew doctor' to verify your installation.`);
401
+
402
+ console.log('');
403
+ console.log(' What to do next:');
404
+ console.log('');
405
+ console.log(' 1. Open your project in your IDE (Qoder/Cursor/Claude Code)');
406
+ console.log('');
407
+ console.log(' 2. Initialize knowledge base (recommended for existing projects):');
408
+ console.log(' → Tell @speccrew-team-leader: "Initialize technical knowledge base"');
409
+ console.log(' → Then: "Initialize business knowledge base"');
410
+ console.log('');
411
+ console.log(' 3. Start your first requirement:');
412
+ console.log(' → Tell @speccrew-product-manager: "I have a new requirement: [describe it]"');
413
+ console.log('');
414
+ console.log(' Need help? → Tell @speccrew-team-leader: "Help me get started"');
415
+ console.log(' Troubleshooting? → Run: speccrew doctor');
416
+ console.log('');
417
+ console.log(' Documentation: speccrew-workspace/docs/GETTING-STARTED.md');
418
+ console.log('');
401
419
  }
402
420
 
403
421
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccrew",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "description": "Spec-Driven Development toolkit for AI-powered IDEs",
5
5
  "author": "charlesmu99",
6
6
  "repository": {