predators-protocol 1.1.0 → 1.2.0

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