@hanzlaa/rcode 3.4.29 β 3.4.31
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.
- package/AGENTS.md +1 -1
- package/CONTRIBUTING.md +2 -0
- package/cli/generate-command-skills.cjs +21 -20
- package/package.json +1 -1
- package/rihal/skills/actions/1-analysis/research/rihal-domain-research/SKILL.md +1 -0
- package/rihal/skills/actions/1-analysis/research/rihal-market-research/SKILL.md +1 -0
- package/rihal/skills/actions/1-analysis/research/rihal-technical-research/SKILL.md +1 -0
- package/rihal/skills/actions/1-analysis/rihal-document-project/SKILL.md +1 -0
- package/rihal/skills/actions/1-analysis/rihal-prfaq/SKILL.md +1 -0
- package/rihal/skills/actions/1-analysis/rihal-product-brief/SKILL.md +1 -0
- package/rihal/skills/actions/2-plan/rihal-create-epics-and-stories/SKILL.md +1 -0
- package/rihal/skills/actions/2-plan/rihal-create-milestone/SKILL.md +1 -0
- package/rihal/skills/actions/2-plan/rihal-create-prd/SKILL.md +1 -0
- package/rihal/skills/actions/2-plan/rihal-create-story/SKILL.md +1 -0
- package/rihal/skills/actions/2-plan/rihal-create-ux-design/SKILL.md +1 -0
- package/rihal/skills/actions/2-plan/rihal-edit-prd/SKILL.md +1 -0
- package/rihal/skills/actions/2-plan/rihal-frontend-design/SKILL.md +1 -0
- package/rihal/skills/actions/2-plan/rihal-validate-prd/SKILL.md +1 -0
- package/rihal/skills/actions/3-solutioning/rihal-check-implementation-readiness/SKILL.md +1 -0
- package/rihal/skills/actions/3-solutioning/rihal-create-architecture/SKILL.md +1 -0
- package/rihal/skills/actions/3-solutioning/rihal-generate-project-context/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-browser-verify/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-checkpoint-preview/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-ci/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-code-review/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-correct-course/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-debug/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-dev-story/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-git-flow/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-harden/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-incremental/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-migrate/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-perf/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-prove-it/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-qa-generate-e2e-tests/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-retrospective/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-scaffold-project/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-source-truth/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-sprint-planning/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-sprint-status/SKILL.md +1 -0
- package/rihal/skills/actions/4-implementation/rihal-trim/SKILL.md +1 -0
package/AGENTS.md
CHANGED
|
@@ -24,7 +24,7 @@ If a user says "just keep going" or "don't stop until done", that authorization
|
|
|
24
24
|
|
|
25
25
|
- Follow [Conventional Commits](https://www.conventionalcommits.org/) format: `type(scope): subject`
|
|
26
26
|
- Types allowed: `feat`, `fix`, `docs`, `style`, `refactor`, `test`, `chore`, `perf`, `revert`
|
|
27
|
-
- Scopes allowed: `agents`, `skills`, `workflows`, `templates`, `dashboard`, `docs`, `config`, `github`, `commands`, `memory`, `brand`, `cli`, `ci`, `release`, `meta`, `tasks`, `migrations`, `refs`, `state`, `hooks`, `install`, `parity`, `triggers`, `dogfood`, `namespace`, `planning`, `insights`, `help`, `roadmap`, `session`, `audits`, `execute`, `executor`, `plan`, `planner`, `readme`, `sync`, `sprint`, `agent-exp`, `extensibility`, `lens-audit`, `tiers`, `build`, `council`, `doctor`, `postinstall`, `progress`, `security`, `tools`, `uninstall`, `update`, `test`, plus numeric phase/sprint scopes (e.g. `docs(15)`, `feat(8.3)`)
|
|
27
|
+
- Scopes allowed: `agents`, `skills`, `workflows`, `templates`, `dashboard`, `docs`, `config`, `github`, `commands`, `memory`, `brand`, `cli`, `ci`, `release`, `meta`, `tasks`, `migrations`, `refs`, `state`, `hooks`, `install`, `parity`, `triggers`, `dogfood`, `namespace`, `planning`, `insights`, `help`, `roadmap`, `session`, `audits`, `execute`, `executor`, `plan`, `planner`, `readme`, `sync`, `sprint`, `agent-exp`, `extensibility`, `lens-audit`, `tiers`, `build`, `council`, `doctor`, `postinstall`, `progress`, `security`, `tools`, `uninstall`, `update`, `test`, `changelog`, `scopes`, plus numeric phase/sprint scopes (e.g. `docs(15)`, `feat(8.3)`)
|
|
28
28
|
- Subject: lowercase first letter, imperative mood, no trailing period, under 72 chars
|
|
29
29
|
- **NEVER add Claude/AI attribution to commit messages.** No "Generated with Claude Code", no "Co-Authored-By: Claude", no "π€ Generated". The user does not want this.
|
|
30
30
|
- **NEVER use `--no-verify`** to bypass hooks. If hooks fail, fix the underlying issue.
|
package/CONTRIBUTING.md
CHANGED
|
@@ -308,6 +308,8 @@ We use [Conventional Commits](https://www.conventionalcommits.org/) format. The
|
|
|
308
308
|
- `tools` β `rihal/bin/rihal-tools.cjs` subcommands
|
|
309
309
|
- `uninstall` β `cli/uninstall.js` flow
|
|
310
310
|
- `update` β `cli/update.js` flow
|
|
311
|
+
- `changelog` β CHANGELOG.md edits
|
|
312
|
+
- `scopes` β AGENTS.md / CONTRIBUTING.md scope-list maintenance
|
|
311
313
|
- `<phase-id>` β numeric phase scope when committing inside a phase (e.g. `docs(15)`, `feat(8.3)`)
|
|
312
314
|
- `<sprint-id>` β numeric sprint scope inside a phase (e.g. `feat(15.1)`)
|
|
313
315
|
|
|
@@ -27,29 +27,30 @@ const fs = require('fs');
|
|
|
27
27
|
const path = require('path');
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
|
-
* Curated list of commands that get skill stubs.
|
|
31
|
-
*
|
|
32
|
-
*
|
|
30
|
+
* Curated list of commands that get skill stubs.
|
|
31
|
+
*
|
|
32
|
+
* Issue #710: sidebar-stub bloat. The picker has a token budget for skill
|
|
33
|
+
* descriptions; every stub here counts. Pre-#710 this list had 43 entries β
|
|
34
|
+
* the user hit "491 descriptions dropped" because rcode + plugins blew the
|
|
35
|
+
* budget. Trimmed to the minimum set users actually pick from the sidebar:
|
|
36
|
+
* navigation + the verb-style commands they invoke daily.
|
|
37
|
+
*
|
|
38
|
+
* Everything else stays reachable via `/` autocomplete (claude-code reads
|
|
39
|
+
* .claude/commands/ for slash dispatch β sidebar stubs are UX sugar, not
|
|
40
|
+
* functional). Power users running niche commands like /rihal-prfaq or
|
|
41
|
+
* /rihal-ui-phase still get them β they just don't show up in the sidebar.
|
|
33
42
|
*/
|
|
34
43
|
const SIDEBAR_COMMANDS = new Set([
|
|
35
|
-
// Navigation & status
|
|
36
|
-
'do', 'status', '
|
|
37
|
-
// Core
|
|
38
|
-
'plan', 'execute', '
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
'sprint-planning', 'sprint-status', 'execute-sprint', 'dev-story',
|
|
44
|
-
'create-story', 'create-epics-and-stories',
|
|
45
|
-
// Discussion & council
|
|
46
|
-
'council', 'discuss', 'prfaq',
|
|
47
|
-
// Quality & review
|
|
48
|
-
'ship', 'audit', 'verify-phase', 'verify-work', 'review', 'code-review',
|
|
49
|
-
'feature-drift', 'ui-phase', 'ui-review',
|
|
44
|
+
// Navigation & status (the daily check-in)
|
|
45
|
+
'do', 'status', 'next',
|
|
46
|
+
// Core lifecycle (the workflow loop)
|
|
47
|
+
'plan', 'execute', 'ship',
|
|
48
|
+
// Strategic
|
|
49
|
+
'council',
|
|
50
|
+
// Quality gate
|
|
51
|
+
'audit', 'verify-phase',
|
|
50
52
|
// Utility
|
|
51
|
-
'
|
|
52
|
-
'note', 'add-todo', 'check-todos', 'pause-work', 'resume-work',
|
|
53
|
+
'note',
|
|
53
54
|
]);
|
|
54
55
|
|
|
55
56
|
function parseFrontmatter(text) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzlaa/rcode",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.31",
|
|
4
4
|
"description": "rcode β the memory bank for AI-driven SaaS teams. Persistent project context, distinctive engineering personas, and phase-based workflows. Built by Rihal. Works in Claude Code, Cursor, Gemini, VS Code, and Antigravity.",
|
|
5
5
|
"main": "cli/index.js",
|
|
6
6
|
"bin": {
|