predators-protocol 1.1.0 → 1.2.1
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/bin/predators-cli.js +888 -777
- package/bundle/.claude/commands/encarnar.md +22 -0
- package/bundle/CLAUDE.md +38 -6
- package/bundle/QUICKSTART-SOCIO.md +3 -3
- package/bundle/docs/CANON/BRAND-CANON.json +45 -0
- package/bundle/docs/CANON/SELF-HEALING-LOG-CANON.json +126 -17
- package/bundle/docs/ENCARNACAO.md +11 -0
- package/bundle/predators/apex/aguia-pescadora/constitution.md +469 -0
- package/bundle/predators/apex/aguia-pescadora/predator.json +66 -0
- package/bundle/predators/apex/aguia-real/constitution.md +358 -347
- package/bundle/predators/apex/aguia-real/predator.json +1 -1
- package/bundle/predators/apex/leao/constitution.md +283 -283
- package/bundle/predators/apex/leao/predator.json +1 -1
- package/bundle/predators/apex/orca/constitution.md +279 -279
- package/bundle/predators/apex/orca/predator.json +1 -1
- package/bundle/predators/apex/tigre-siberiano/constitution.md +276 -276
- package/bundle/predators/apex/tigre-siberiano/predator.json +1 -1
- package/bundle/predators/builder/camaleao/constitution.md +8 -0
- package/bundle/predators/builder/polvo/constitution.md +8 -0
- package/bundle/predators/builder/tatu-bola/constitution.md +8 -0
- package/bundle/predators/designer/pavao/constitution.md +37 -0
- package/bundle/predators/hunter/crocodilo/constitution.md +293 -293
- package/bundle/predators/hunter/crocodilo/predator.json +1 -1
- package/bundle/predators/hunter/escorpiao/constitution.md +327 -327
- package/bundle/predators/hunter/escorpiao/predator.json +1 -1
- package/bundle/predators/hunter/hiena/constitution.md +343 -343
- package/bundle/predators/hunter/hiena/predator.json +1 -1
- package/bundle/predators/hunter/tubarao-branco/constitution.md +527 -527
- package/bundle/predators/hunter/tubarao-branco/predator.json +1 -1
- package/bundle/predators/intel/guepardo/constitution.md +201 -201
- package/bundle/predators/intel/guepardo/predator.json +1 -1
- package/bundle/predators/intel/jiboia/constitution.md +243 -243
- package/bundle/predators/intel/jiboia/predator.json +3 -2
- package/bundle/predators/intel/lobo-solitario/constitution.md +290 -275
- package/bundle/predators/intel/lobo-solitario/predator.json +1 -1
- package/bundle/predators/intel/morcego/constitution.md +217 -217
- package/bundle/predators/intel/morcego/predator.json +1 -1
- package/bundle/predators/intel/pirarucu/constitution.md +309 -309
- package/bundle/predators/intel/pirarucu/predator.json +1 -1
- package/bundle/predators/intel/polvo-mimico/constitution.md +220 -220
- package/bundle/predators/intel/polvo-mimico/predator.json +1 -1
- package/bundle/predators/intel/tarantula/constitution.md +222 -222
- package/bundle/predators/intel/tarantula/predator.json +1 -1
- package/bundle/predators/meta/aranha-d-agua/constitution.md +264 -264
- package/bundle/predators/meta/aranha-d-agua/predator.json +1 -1
- package/bundle/predators/meta/camaleao-real/constitution.md +245 -245
- package/bundle/predators/meta/camaleao-real/predator.json +1 -1
- package/bundle/predators/meta/coruja-real/constitution.md +255 -255
- package/bundle/predators/meta/coruja-real/predator.json +1 -1
- package/bundle/predators/meta/dragao-ancestral/constitution.md +297 -297
- package/bundle/predators/meta/dragao-ancestral/predator.json +1 -1
- package/bundle/predators/meta/fenix/constitution.md +286 -286
- package/bundle/predators/meta/fenix/predator.json +1 -1
- package/bundle/predators/meta/lince-das-neves/constitution.md +252 -252
- package/bundle/predators/meta/lince-das-neves/predator.json +1 -1
- package/bundle/predators/web3/caranguejo-ferradura/constitution.md +245 -245
- package/bundle/predators/web3/caranguejo-ferradura/predator.json +1 -1
- package/bundle/predators/web3/medusa/constitution.md +236 -236
- package/bundle/predators/web3/medusa/predator.json +1 -1
- package/bundle/predators/web3/orca-alfa/constitution.md +227 -227
- package/bundle/predators/web3/orca-alfa/predator.json +1 -1
- package/bundle/predators/web3/polvo-gigante/constitution.md +240 -240
- package/bundle/predators/web3/polvo-gigante/predator.json +1 -1
- package/bundle/predators/web3/raia-eletrica/constitution.md +236 -236
- package/bundle/predators/web3/raia-eletrica/predator.json +1 -1
- package/bundle/predators/web3/tubarao-martelo/constitution.md +236 -236
- package/bundle/predators/web3/tubarao-martelo/predator.json +1 -1
- package/lib/access-token-client.js +10 -1
- package/lib/invoke-client.js +138 -0
- package/package.json +1 -1
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"can_veto": [],
|
|
22
22
|
"invoked_by": ["tubarao-branco", "aguia-real", "leao", "system"],
|
|
23
23
|
"runtime": {
|
|
24
|
-
"model": "claude-opus-4-
|
|
24
|
+
"model": "claude-opus-4-8",
|
|
25
25
|
"temperature": 0.3,
|
|
26
26
|
"max_tokens": 12000,
|
|
27
27
|
"tools": ["log-analyzer", "stack-trace-decoder", "git-bisect", "regression-finder"],
|