predators-protocol 1.2.1 → 1.2.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/README.md +1 -1
- package/bin/predators-cli.js +6 -6
- package/bundle/docs/CANON/SELF-HEALING-LOG-CANON.json +638 -658
- package/lib/access-token-client.js +1 -1
- package/lib/config.js +4 -3
- package/lib/gen-token-client.js +1 -1
- package/lib/splash.js +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Predators Protocol
|
|
2
2
|
|
|
3
|
-
> Multi-agent predatory framework ·
|
|
3
|
+
> Multi-agent predatory framework · 65 predators in 10 layers · canon Lei #14 PERFEITO OU FIX-GERAL
|
|
4
4
|
> **FASE 7 COMPLETA** · RuntimeRouter + Synapse Engine + LLM Real Production + v1 → Híbrida full transition
|
|
5
5
|
|
|
6
6
|
**Proprietary software** · Copyright (c) 2026 Alex Gonzaga (Tubarão-Apex). See [LICENSE](./LICENSE) for terms.
|
package/bin/predators-cli.js
CHANGED
|
@@ -76,7 +76,7 @@ COMANDOS canon vigentes (17 comandos):
|
|
|
76
76
|
-- fase 1 (introspecção · 4 comandos) --
|
|
77
77
|
version Exibe versão canon
|
|
78
78
|
status Estado atual canon · bundle integrity check
|
|
79
|
-
list-predators Lista
|
|
79
|
+
list-predators Lista 65 predadores frota canon vigente
|
|
80
80
|
list-workflows Lista 4 workflows canon (caca-sistematica · pacto-cyber-squad · pipeline-fenix · saneamento-brownfield)
|
|
81
81
|
|
|
82
82
|
-- fase BETA (state machines · 5 comandos) --
|
|
@@ -118,7 +118,7 @@ COMANDOS canon vigentes (17 comandos):
|
|
|
118
118
|
help Exibe esta mensagem
|
|
119
119
|
|
|
120
120
|
Lei #11 honest UPFRONT 1.0.0 STABLE cumulativa:
|
|
121
|
-
· Bundle 163 files ·
|
|
121
|
+
· Bundle 163 files · 65 predadores + 14 LEI canon-docs + AUDIT-FIRM + SH-CATALOG + BRAND-CANON + 7 skills · ZERO infra leak
|
|
122
122
|
· sync command requer CWD contendo predators/ OU --force flag · pattern canon partner-bundle
|
|
123
123
|
· NPX = portal READ canon · scaffold projeto novo + token unlock. Encarnação real exige Claude Code CLI + repo + chave LLM
|
|
124
124
|
· brain-status = snapshot canon (não-live) · runtime real exige Python 3.11+ + brain-on.cmd · ver QUICKSTART-SOCIO.md
|
|
@@ -160,8 +160,8 @@ function printStatusCanon() {
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
function listPredatorsCanon() {
|
|
163
|
-
console.log("
|
|
164
|
-
console.log(" apex:
|
|
163
|
+
console.log("65 predadores frota canon vigente pós-F5 Águia-pescadora:");
|
|
164
|
+
console.log(" apex: 5 (Águia-real + Águia-pescadora + Leão + Orca + Tigre-siberiano)");
|
|
165
165
|
console.log(" hunter: 5 (Tubarão-branco JUIZ FINAL Art. 14 + Escorpião + Hiena + Crocodilo + Piranha)");
|
|
166
166
|
console.log(" builder: 9 (Jaguar + Tatu-bola + Coruja + Pirarucu + Lince + Polvo + 3)");
|
|
167
167
|
console.log(" designer: 8 (Borboleta-azul + Tucano-toco + Baleia-cantora + 5)");
|
|
@@ -590,7 +590,7 @@ async function runTourCommand() {
|
|
|
590
590
|
|
|
591
591
|
console.log("");
|
|
592
592
|
console.log("PREDADORES PROTOCOL · tour canon vigente (1.0.0 STABLE)");
|
|
593
|
-
console.log("
|
|
593
|
+
console.log("65 predadores · 10 camadas · 14 leis · 5 garantias Synapse");
|
|
594
594
|
await sleep(beat);
|
|
595
595
|
|
|
596
596
|
console.log("");
|
|
@@ -661,7 +661,7 @@ async function runTourCommand() {
|
|
|
661
661
|
console.log(" mkdir predators-protocol && cd predators-protocol");
|
|
662
662
|
console.log(" npx predators-protocol@beta sync --force");
|
|
663
663
|
console.log("");
|
|
664
|
-
console.log(" → 143 files canon na pasta (
|
|
664
|
+
console.log(" → 143 files canon na pasta (65 predadores + docs + skills + CLAUDE.md)");
|
|
665
665
|
console.log(" → abre no VS Code · ativa extensão Claude Code");
|
|
666
666
|
console.log(" → /encarnar tubarao-branco (ou qualquer dos 64 IDs)");
|
|
667
667
|
await sleep(beat);
|