sauron-cli 1.1.0 → 1.1.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.
- package/.sauron/.manifest.json +6 -0
- package/dist/index.js +11 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -100,7 +100,16 @@ var __filename = fileURLToPath(import.meta.url);
|
|
|
100
100
|
var __dirname = path2.dirname(__filename);
|
|
101
101
|
async function runInit(options) {
|
|
102
102
|
const cwd = process.cwd();
|
|
103
|
-
|
|
103
|
+
const logo = `
|
|
104
|
+
\x1B[38;2;255;106;0m \u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588 \u2588\u2588\x1B[0m
|
|
105
|
+
\x1B[38;2;255;179;0m\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588 \u2588\u2588\x1B[0m
|
|
106
|
+
\x1B[38;2;255;215;0m\u255A\u2588\u2588\u2588\u2588\u2588\u2557 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\x1B[0m
|
|
107
|
+
\x1B[38;2;255;140;0m \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\x1B[0m
|
|
108
|
+
\x1B[38;2;204;51;0m\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\x1B[0m
|
|
109
|
+
`;
|
|
110
|
+
console.log(pc2.bold(logo));
|
|
111
|
+
console.log(pc2.dim(" CLI de Idempot\xEAncia e Mem\xF3ria para IAs\n"));
|
|
112
|
+
p2.intro(pc2.bgRed(pc2.white(" Sauron Memory System - Inicializa\xE7\xE3o ")));
|
|
104
113
|
let aiTargets = ["Cursor", "Windsurf", "Aider", "Antigravity"];
|
|
105
114
|
let severity = "Observacional";
|
|
106
115
|
let projectContext = "Projeto Gen\xE9rico";
|
|
@@ -219,7 +228,7 @@ Todos os agentes operando neste reposit\xF3rio est\xE3o estritamente obrigados a
|
|
|
219
228
|
await saveManifest(cwd, manifest);
|
|
220
229
|
s.stop("Inje\xE7\xE3o finalizada.");
|
|
221
230
|
p2.outro(
|
|
222
|
-
pc2.green(pc2.bold("Sauron Memory System instalado com sucesso
|
|
231
|
+
pc2.green(pc2.bold("Sauron Memory System instalado com sucesso!\n\n")) + pc2.white("O C\xE9rebro da IA foi injetado e protegido pelo motor de integridade.\n") + pc2.cyan("A\xE7\xF5es Recomendadas:\n") + pc2.dim("Copie o comando abaixo e envie para a sua IA testar a nova arquitetura:\n") + pc2.yellow('"Analise a estrutura .sauron/ e .agents/ rec\xE9m injetada e sugira quais regras cr\xEDticas eu devo documentar agora para nosso projeto."')
|
|
223
232
|
);
|
|
224
233
|
}
|
|
225
234
|
|