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