@hanzlaa/rcode 3.4.30 → 3.4.32

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 (104) hide show
  1. package/AGENTS.md +1 -1
  2. package/CLAUDE.md +1 -1
  3. package/CONTRIBUTING.md +21 -0
  4. package/cli/agent.js +56 -0
  5. package/cli/generate-command-skills.cjs +21 -20
  6. package/cli/index.js +4 -0
  7. package/dist/rcode.js +43 -0
  8. package/package.json +1 -1
  9. package/rihal/agents/rihal-advisor-researcher.md +2 -25
  10. package/rihal/agents/rihal-ahmed.md +0 -57
  11. package/rihal/agents/rihal-assumptions-analyzer.md +1 -69
  12. package/rihal/agents/rihal-code-fixer.md +3 -66
  13. package/rihal/agents/rihal-code-reviewer.md +3 -66
  14. package/rihal/agents/rihal-codebase-mapper.md +1 -167
  15. package/rihal/agents/rihal-debugger.md +1 -104
  16. package/rihal/agents/rihal-docs-auditor.md +3 -12
  17. package/rihal/agents/rihal-edge-case-hunter.md +7 -33
  18. package/rihal/agents/rihal-executor.md +1 -98
  19. package/rihal/agents/rihal-fatima.md +0 -62
  20. package/rihal/agents/rihal-haitham.md +11 -55
  21. package/rihal/agents/rihal-hanzla.md +0 -60
  22. package/rihal/agents/rihal-hussain-pm.md +0 -65
  23. package/rihal/agents/rihal-integration-checker.md +1 -396
  24. package/rihal/agents/rihal-layla.md +0 -48
  25. package/rihal/agents/rihal-mariam.md +0 -54
  26. package/rihal/agents/rihal-nasser.md +0 -48
  27. package/rihal/agents/rihal-noor.md +0 -51
  28. package/rihal/agents/rihal-nyquist-auditor.md +1 -7
  29. package/rihal/agents/rihal-omar.md +6 -48
  30. package/rihal/agents/rihal-phase-researcher.md +6 -39
  31. package/rihal/agents/rihal-planner.md +1 -208
  32. package/rihal/agents/rihal-profiler.md +5 -24
  33. package/rihal/agents/rihal-project-researcher.md +2 -36
  34. package/rihal/agents/rihal-remediation-planner.md +3 -70
  35. package/rihal/agents/rihal-research-synthesizer.md +1 -210
  36. package/rihal/agents/rihal-roadmapper.md +2 -74
  37. package/rihal/agents/rihal-sadiq.md +0 -55
  38. package/rihal/agents/rihal-security-adversary.md +10 -39
  39. package/rihal/agents/rihal-security-auditor.md +7 -29
  40. package/rihal/agents/rihal-sprint-checker.md +1 -118
  41. package/rihal/agents/rihal-ui-auditor.md +10 -34
  42. package/rihal/agents/rihal-ux-designer.md +3 -69
  43. package/rihal/agents/rihal-verifier.md +1 -85
  44. package/rihal/agents/rihal-waleed.md +0 -56
  45. package/rihal/agents/rihal-yousef.md +9 -49
  46. package/rihal/bin/rihal-tools.cjs +129 -2
  47. package/rihal/references/REFERENCES_INDEX.md +67 -0
  48. package/rihal/references/assumptions-analyzer-playbook.md +82 -0
  49. package/rihal/references/auditor-shared-checklists.md +91 -0
  50. package/rihal/references/code-fixer-playbook.md +71 -0
  51. package/rihal/references/code-reviewer-playbook.md +71 -0
  52. package/rihal/references/codebase-mapping-process.md +176 -0
  53. package/rihal/references/debugger-playbook.md +127 -0
  54. package/rihal/references/executor-playbook.md +119 -0
  55. package/rihal/references/integration-verification-playbook.md +392 -0
  56. package/rihal/references/persona-engineer-shared.md +61 -0
  57. package/rihal/references/phase-id-conventions.md +101 -0
  58. package/rihal/references/planner-playbook.md +217 -0
  59. package/rihal/references/remediation-planner-playbook.md +75 -0
  60. package/rihal/references/research-synthesis-playbook.md +205 -0
  61. package/rihal/references/researcher-shared.md +87 -0
  62. package/rihal/references/roadmapper-playbook.md +82 -0
  63. package/rihal/references/sprint-checker-playbook.md +128 -0
  64. package/rihal/references/ux-designer-playbook.md +74 -0
  65. package/rihal/references/verifier-playbook.md +104 -0
  66. package/rihal/skills/actions/1-analysis/research/rihal-domain-research/SKILL.md +1 -0
  67. package/rihal/skills/actions/1-analysis/research/rihal-market-research/SKILL.md +1 -0
  68. package/rihal/skills/actions/1-analysis/research/rihal-technical-research/SKILL.md +1 -0
  69. package/rihal/skills/actions/1-analysis/rihal-document-project/SKILL.md +1 -0
  70. package/rihal/skills/actions/1-analysis/rihal-prfaq/SKILL.md +1 -0
  71. package/rihal/skills/actions/1-analysis/rihal-product-brief/SKILL.md +1 -0
  72. package/rihal/skills/actions/2-plan/rihal-create-epics-and-stories/SKILL.md +1 -0
  73. package/rihal/skills/actions/2-plan/rihal-create-milestone/SKILL.md +1 -0
  74. package/rihal/skills/actions/2-plan/rihal-create-prd/SKILL.md +1 -0
  75. package/rihal/skills/actions/2-plan/rihal-create-story/SKILL.md +1 -0
  76. package/rihal/skills/actions/2-plan/rihal-create-ux-design/SKILL.md +1 -0
  77. package/rihal/skills/actions/2-plan/rihal-edit-prd/SKILL.md +1 -0
  78. package/rihal/skills/actions/2-plan/rihal-frontend-design/SKILL.md +1 -0
  79. package/rihal/skills/actions/2-plan/rihal-validate-prd/SKILL.md +1 -0
  80. package/rihal/skills/actions/3-solutioning/rihal-check-implementation-readiness/SKILL.md +1 -0
  81. package/rihal/skills/actions/3-solutioning/rihal-create-architecture/SKILL.md +1 -0
  82. package/rihal/skills/actions/3-solutioning/rihal-generate-project-context/SKILL.md +1 -0
  83. package/rihal/skills/actions/4-implementation/rihal-browser-verify/SKILL.md +1 -0
  84. package/rihal/skills/actions/4-implementation/rihal-checkpoint-preview/SKILL.md +1 -0
  85. package/rihal/skills/actions/4-implementation/rihal-ci/SKILL.md +1 -0
  86. package/rihal/skills/actions/4-implementation/rihal-code-review/SKILL.md +1 -0
  87. package/rihal/skills/actions/4-implementation/rihal-correct-course/SKILL.md +1 -0
  88. package/rihal/skills/actions/4-implementation/rihal-debug/SKILL.md +1 -0
  89. package/rihal/skills/actions/4-implementation/rihal-dev-story/SKILL.md +1 -0
  90. package/rihal/skills/actions/4-implementation/rihal-git-flow/SKILL.md +1 -0
  91. package/rihal/skills/actions/4-implementation/rihal-harden/SKILL.md +1 -0
  92. package/rihal/skills/actions/4-implementation/rihal-incremental/SKILL.md +1 -0
  93. package/rihal/skills/actions/4-implementation/rihal-migrate/SKILL.md +1 -0
  94. package/rihal/skills/actions/4-implementation/rihal-perf/SKILL.md +1 -0
  95. package/rihal/skills/actions/4-implementation/rihal-prove-it/SKILL.md +1 -0
  96. package/rihal/skills/actions/4-implementation/rihal-qa-generate-e2e-tests/SKILL.md +1 -0
  97. package/rihal/skills/actions/4-implementation/rihal-retrospective/SKILL.md +1 -0
  98. package/rihal/skills/actions/4-implementation/rihal-scaffold-project/SKILL.md +1 -0
  99. package/rihal/skills/actions/4-implementation/rihal-source-truth/SKILL.md +1 -0
  100. package/rihal/skills/actions/4-implementation/rihal-sprint-planning/SKILL.md +1 -0
  101. package/rihal/skills/actions/4-implementation/rihal-sprint-status/SKILL.md +1 -0
  102. package/rihal/skills/actions/4-implementation/rihal-trim/SKILL.md +1 -0
  103. package/rihal/workflows/add-phase.md +37 -0
  104. package/rihal/workflows/status.md +19 -0
@@ -53,6 +53,25 @@ Then stop.
53
53
  If `SNAPSHOT.weighted_progress > 0` but `SNAPSHOT.completed_count === 0`, display
54
54
  the weighted bar as the primary progress indicator to avoid a misleading `0/N (0%)`.
55
55
 
56
+ ### Milestone health (issue #718)
57
+
58
+ After the main dashboard, call `rihal-tools milestone-health` and surface
59
+ a gauge when the milestone is full:
60
+
61
+ ```bash
62
+ HEALTH=$(node ".rihal/bin/rihal-tools.cjs" milestone-health 2>/dev/null)
63
+ ```
64
+
65
+ Parse `recommendation`, `open_phases`, `phase_count`. Display ONLY when
66
+ `recommendation` is not `healthy`:
67
+
68
+ ```
69
+ ⚠ Milestone health: {open_phases} open / {phase_count} total — {recommendation}
70
+ → /rihal-complete-milestone to close, or /rihal-new-milestone to fork
71
+ ```
72
+
73
+ When healthy, print nothing — keeps status terse for normal projects.
74
+
56
75
  ## Step 3 — Phases section
57
76
 
58
77
  For each entry in `SNAPSHOT.phases[]`: