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.
Files changed (70) hide show
  1. package/bin/predators-cli.js +888 -777
  2. package/bundle/.claude/commands/encarnar.md +22 -0
  3. package/bundle/CLAUDE.md +38 -6
  4. package/bundle/QUICKSTART-SOCIO.md +3 -3
  5. package/bundle/docs/CANON/BRAND-CANON.json +45 -0
  6. package/bundle/docs/CANON/SELF-HEALING-LOG-CANON.json +126 -17
  7. package/bundle/docs/ENCARNACAO.md +11 -0
  8. package/bundle/predators/apex/aguia-pescadora/constitution.md +469 -0
  9. package/bundle/predators/apex/aguia-pescadora/predator.json +66 -0
  10. package/bundle/predators/apex/aguia-real/constitution.md +358 -347
  11. package/bundle/predators/apex/aguia-real/predator.json +1 -1
  12. package/bundle/predators/apex/leao/constitution.md +283 -283
  13. package/bundle/predators/apex/leao/predator.json +1 -1
  14. package/bundle/predators/apex/orca/constitution.md +279 -279
  15. package/bundle/predators/apex/orca/predator.json +1 -1
  16. package/bundle/predators/apex/tigre-siberiano/constitution.md +276 -276
  17. package/bundle/predators/apex/tigre-siberiano/predator.json +1 -1
  18. package/bundle/predators/builder/camaleao/constitution.md +8 -0
  19. package/bundle/predators/builder/polvo/constitution.md +8 -0
  20. package/bundle/predators/builder/tatu-bola/constitution.md +8 -0
  21. package/bundle/predators/designer/pavao/constitution.md +37 -0
  22. package/bundle/predators/hunter/crocodilo/constitution.md +293 -293
  23. package/bundle/predators/hunter/crocodilo/predator.json +1 -1
  24. package/bundle/predators/hunter/escorpiao/constitution.md +327 -327
  25. package/bundle/predators/hunter/escorpiao/predator.json +1 -1
  26. package/bundle/predators/hunter/hiena/constitution.md +343 -343
  27. package/bundle/predators/hunter/hiena/predator.json +1 -1
  28. package/bundle/predators/hunter/tubarao-branco/constitution.md +527 -527
  29. package/bundle/predators/hunter/tubarao-branco/predator.json +1 -1
  30. package/bundle/predators/intel/guepardo/constitution.md +201 -201
  31. package/bundle/predators/intel/guepardo/predator.json +1 -1
  32. package/bundle/predators/intel/jiboia/constitution.md +243 -243
  33. package/bundle/predators/intel/jiboia/predator.json +3 -2
  34. package/bundle/predators/intel/lobo-solitario/constitution.md +290 -275
  35. package/bundle/predators/intel/lobo-solitario/predator.json +1 -1
  36. package/bundle/predators/intel/morcego/constitution.md +217 -217
  37. package/bundle/predators/intel/morcego/predator.json +1 -1
  38. package/bundle/predators/intel/pirarucu/constitution.md +309 -309
  39. package/bundle/predators/intel/pirarucu/predator.json +1 -1
  40. package/bundle/predators/intel/polvo-mimico/constitution.md +220 -220
  41. package/bundle/predators/intel/polvo-mimico/predator.json +1 -1
  42. package/bundle/predators/intel/tarantula/constitution.md +222 -222
  43. package/bundle/predators/intel/tarantula/predator.json +1 -1
  44. package/bundle/predators/meta/aranha-d-agua/constitution.md +264 -264
  45. package/bundle/predators/meta/aranha-d-agua/predator.json +1 -1
  46. package/bundle/predators/meta/camaleao-real/constitution.md +245 -245
  47. package/bundle/predators/meta/camaleao-real/predator.json +1 -1
  48. package/bundle/predators/meta/coruja-real/constitution.md +255 -255
  49. package/bundle/predators/meta/coruja-real/predator.json +1 -1
  50. package/bundle/predators/meta/dragao-ancestral/constitution.md +297 -297
  51. package/bundle/predators/meta/dragao-ancestral/predator.json +1 -1
  52. package/bundle/predators/meta/fenix/constitution.md +286 -286
  53. package/bundle/predators/meta/fenix/predator.json +1 -1
  54. package/bundle/predators/meta/lince-das-neves/constitution.md +252 -252
  55. package/bundle/predators/meta/lince-das-neves/predator.json +1 -1
  56. package/bundle/predators/web3/caranguejo-ferradura/constitution.md +245 -245
  57. package/bundle/predators/web3/caranguejo-ferradura/predator.json +1 -1
  58. package/bundle/predators/web3/medusa/constitution.md +236 -236
  59. package/bundle/predators/web3/medusa/predator.json +1 -1
  60. package/bundle/predators/web3/orca-alfa/constitution.md +227 -227
  61. package/bundle/predators/web3/orca-alfa/predator.json +1 -1
  62. package/bundle/predators/web3/polvo-gigante/constitution.md +240 -240
  63. package/bundle/predators/web3/polvo-gigante/predator.json +1 -1
  64. package/bundle/predators/web3/raia-eletrica/constitution.md +236 -236
  65. package/bundle/predators/web3/raia-eletrica/predator.json +1 -1
  66. package/bundle/predators/web3/tubarao-martelo/constitution.md +236 -236
  67. package/bundle/predators/web3/tubarao-martelo/predator.json +1 -1
  68. package/lib/access-token-client.js +10 -1
  69. package/lib/invoke-client.js +138 -0
  70. 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-7",
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"],