fleetbo-cockpit-cli 1.0.99 → 1.0.100
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/cli.js +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -318,7 +318,7 @@ if (command === 'alex') {
|
|
|
318
318
|
if (intent === "MODIFICATION") {
|
|
319
319
|
targetModuleContext = `\n--- CONTEXTE : MÉTAL EXISTANT À MODIFIER (${modName}) ---\nDOGME: Tu dois modifier ce code Natif. Ensuite, tu forgeras un Mock JSX entièrement neuf basé UNIQUEMENT sur ton nouveau code Natif.\n${memoryScript}\n[CODE NATIF EXISTANT]\n${cache.module.code}\n--- FIN DU CONTEXTE ---\n`;
|
|
320
320
|
} else {
|
|
321
|
-
|
|
321
|
+
targetModuleContext = `\n--- CONTEXTE : LECTURE SEULE (${modName}) ---\nPour information, voici l'état actuel du module. Ne le modifie pas, utilise-le pour répondre précisément au Pilote.\n${memoryScript}\n[CODE NATIF]\n${cache.module.code}\n`;
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
} else {
|