atris 1.9.1 → 1.9.3

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.
Files changed (2) hide show
  1. package/bin/atris.js +15 -26
  2. package/package.json +1 -1
package/bin/atris.js CHANGED
@@ -3248,44 +3248,33 @@ async function atrisDevEntry(userInput = null) {
3248
3248
  console.log('');
3249
3249
  }
3250
3250
 
3251
- console.log('─────────────────────────────────────────────────────────────');
3252
- console.log('📋 Instructions for Coding Agent');
3253
- console.log('─────────────────────────────────────────────────────────────');
3251
+ console.log('━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━');
3252
+ console.log('🤖 EXECUTE THIS IMMEDIATELY');
3253
+ console.log('━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━');
3254
3254
  console.log('');
3255
-
3256
- console.log('⚠️ IMPORTANT: First, read atris/CLAUDE.md');
3255
+ console.log('Read atris.md (the full protocol)');
3257
3256
  console.log('');
3258
3257
 
3259
3258
  if (userInput) {
3260
3259
  // Hot start - user provided task
3261
- console.log('🎯 User Request:');
3262
- console.log(` "${userInput}"`);
3260
+ console.log('User wants:');
3261
+ console.log(`"${userInput}"`);
3263
3262
  console.log('');
3264
- console.log('After reading atris/CLAUDE.md, execute this request following atrisDev:');
3265
- console.log('');
3266
- console.log('1. Show atris visualization for this request');
3267
- console.log('2. Wait for user approval');
3268
- console.log('3. Create docs/features/[name]/idea.md + build.md');
3269
- console.log('4. Execute step by step');
3270
- console.log('5. Review and update docs');
3271
- console.log('');
3272
- console.log('Reference: atris/MAP.md for file locations');
3263
+ console.log('Execute atrisDev protocol from atris.md for this request.');
3273
3264
  console.log('');
3274
3265
  } else {
3275
3266
  // Cold start - no specific task
3276
- console.log('After reading atris/CLAUDE.md, when user describes what they want:');
3277
- console.log('');
3278
- console.log('1. Show atris visualization (diagram of the plan)');
3279
- console.log('2. Wait for user approval');
3280
- console.log('3. Create docs/features/[name]/idea.md + build.md');
3281
- console.log('4. Execute step by step');
3282
- console.log('5. Review and update docs/features/README.md');
3283
- console.log('');
3284
- console.log('Reference: atris/MAP.md for file locations');
3285
- console.log('Protocol details: atris.md Phase 5.2');
3267
+ console.log('Wait for user to describe what they want, then execute atrisDev protocol.');
3286
3268
  console.log('');
3287
3269
  }
3288
3270
 
3271
+ console.log('atrisDev workflow (from atris.md Phase 5.2):');
3272
+ console.log('1. Show atris visualization');
3273
+ console.log('2. Wait for approval');
3274
+ console.log('3. Create docs/features/[name]/idea.md + build.md');
3275
+ console.log('4. Execute step by step');
3276
+ console.log('5. Review and update docs');
3277
+ console.log('');
3289
3278
  console.log('━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━');
3290
3279
  console.log('');
3291
3280
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atris",
3
- "version": "1.9.1",
3
+ "version": "1.9.3",
4
4
  "description": "atrisDev - A new way to build and manage agents",
5
5
  "main": "bin/atris.js",
6
6
  "bin": {