@lifeaitools/rdc-skills 0.24.10 → 0.24.12

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 (79) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/.github/workflows/self-test.yml +34 -34
  3. package/commands/build.md +181 -181
  4. package/commands/collab.md +180 -180
  5. package/commands/deploy.md +148 -148
  6. package/commands/fixit.md +105 -105
  7. package/commands/handoff.md +173 -173
  8. package/commands/overnight.md +218 -218
  9. package/commands/plan.md +158 -158
  10. package/commands/preplan.md +131 -131
  11. package/commands/prototype.md +145 -145
  12. package/commands/report.md +99 -99
  13. package/commands/review.md +120 -120
  14. package/commands/status.md +86 -86
  15. package/commands/watch.md +8 -2
  16. package/commands/workitems.md +127 -127
  17. package/git-sha.json +1 -1
  18. package/guides/agent-bootstrap.md +195 -195
  19. package/guides/agents/backend.md +102 -102
  20. package/guides/agents/content.md +94 -94
  21. package/guides/agents/cs2.md +56 -56
  22. package/guides/agents/data.md +86 -86
  23. package/guides/agents/design.md +77 -77
  24. package/guides/agents/frontend.md +91 -91
  25. package/guides/agents/infrastructure.md +81 -81
  26. package/guides/agents/setup.md +272 -272
  27. package/guides/agents/verify.md +119 -119
  28. package/guides/agents/viz.md +106 -106
  29. package/hooks/foreground-process-gate.js +22 -3
  30. package/package.json +3 -1
  31. package/scripts/acceptance.mjs +471 -0
  32. package/scripts/lib/assertions.mjs +25 -2
  33. package/scripts/lib/manifest-schema.mjs +13 -0
  34. package/scripts/self-test.mjs +1460 -1458
  35. package/scripts/test-guide-validator.mjs +2 -0
  36. package/skills/build/SKILL.md +554 -554
  37. package/skills/channel-formatter/SKILL.md +56 -6
  38. package/skills/collab/SKILL.md +239 -239
  39. package/skills/deploy/SKILL.md +541 -541
  40. package/skills/design/SKILL.md +205 -205
  41. package/skills/fixit/SKILL.md +165 -165
  42. package/skills/handoff/SKILL.md +200 -200
  43. package/skills/lifeai-brochure-author/SKILL.md +2 -0
  44. package/skills/overnight/SKILL.md +251 -251
  45. package/skills/plan/SKILL.md +314 -314
  46. package/skills/preplan/SKILL.md +90 -90
  47. package/skills/prototype/SKILL.md +150 -150
  48. package/skills/rdc-brochurify/SKILL.md +7 -0
  49. package/skills/rdc-extract-verifier-rules/SKILL.md +2 -0
  50. package/skills/release/SKILL.md +140 -140
  51. package/skills/report/SKILL.md +100 -100
  52. package/skills/review/SKILL.md +152 -152
  53. package/skills/rpms-filemap/SKILL.cloud.md +4 -0
  54. package/skills/rpms-filemap/SKILL.md +4 -0
  55. package/skills/self-test/SKILL.md +127 -123
  56. package/skills/status/SKILL.md +99 -99
  57. package/skills/tests/MATRIX.md +53 -0
  58. package/skills/tests/README.md +20 -3
  59. package/skills/tests/rdc-brochure.test.json +20 -0
  60. package/skills/tests/rdc-channel-formatter.test.json +45 -0
  61. package/skills/tests/rdc-co-develop.test.json +15 -0
  62. package/skills/tests/rdc-collab.test.json +15 -0
  63. package/skills/tests/rdc-convert.test.json +20 -0
  64. package/skills/tests/rdc-fs-mcp.test.json +21 -0
  65. package/skills/tests/rdc-help.test.json +15 -0
  66. package/skills/tests/rdc-housekeeping.test.json +15 -0
  67. package/skills/tests/rdc-lifeai-brochure-author.test.json +20 -0
  68. package/skills/tests/rdc-rdc-brochurify.test.json +23 -0
  69. package/skills/tests/rdc-rdc-extract-verifier-rules.test.json +20 -0
  70. package/skills/tests/rdc-rpms-filemap.test.json +15 -0
  71. package/skills/tests/rdc-self-test.test.json +15 -0
  72. package/skills/tests/rdc-status.test.json +0 -1
  73. package/skills/tests/rdc-terminal-config.test.json +15 -0
  74. package/skills/tests/rdc-watch.test.json +24 -0
  75. package/skills/watch/SKILL.md +96 -90
  76. package/skills/workitems/SKILL.md +151 -151
  77. package/tests/acceptance.test.mjs +42 -0
  78. package/tests/harness-gates.test.mjs +32 -2
  79. package/tests/validate-skills.js +17 -173
@@ -64,6 +64,8 @@ const KNOWN_CLAUTH_KEYS = new Set([
64
64
  "supabase",
65
65
  "supabase-anon",
66
66
  "supabase-db",
67
+ "supabase-service",
68
+ "supabase-service-role",
67
69
  "r2-access-key-id",
68
70
  "r2-secret-key",
69
71
  "anthropic",