@open-mercato/cli 0.6.6-develop.6483.1.b623f50e2b → 0.6.6-develop.6485.1.6021282db1

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 (86) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/dist/agentic/guides/module-facts.json +53 -53
  3. package/dist/agentic/guides/modules/ai_assistant.md +1 -1
  4. package/dist/agentic/guides/modules/api_docs.md +1 -1
  5. package/dist/agentic/guides/modules/api_keys.md +1 -1
  6. package/dist/agentic/guides/modules/attachments.md +1 -1
  7. package/dist/agentic/guides/modules/audit_logs.md +1 -1
  8. package/dist/agentic/guides/modules/auth.md +1 -1
  9. package/dist/agentic/guides/modules/business_rules.md +1 -1
  10. package/dist/agentic/guides/modules/catalog.md +1 -1
  11. package/dist/agentic/guides/modules/channel_gmail.md +1 -1
  12. package/dist/agentic/guides/modules/channel_imap.md +1 -1
  13. package/dist/agentic/guides/modules/checkout.md +1 -1
  14. package/dist/agentic/guides/modules/communication_channels.md +1 -1
  15. package/dist/agentic/guides/modules/configs.md +1 -1
  16. package/dist/agentic/guides/modules/content.md +1 -1
  17. package/dist/agentic/guides/modules/currencies.md +1 -1
  18. package/dist/agentic/guides/modules/customer_accounts.md +1 -1
  19. package/dist/agentic/guides/modules/customers.md +1 -1
  20. package/dist/agentic/guides/modules/dashboards.md +1 -1
  21. package/dist/agentic/guides/modules/data_sync.md +1 -1
  22. package/dist/agentic/guides/modules/dictionaries.md +1 -1
  23. package/dist/agentic/guides/modules/directory.md +1 -1
  24. package/dist/agentic/guides/modules/entities.md +1 -1
  25. package/dist/agentic/guides/modules/events.md +1 -1
  26. package/dist/agentic/guides/modules/feature_toggles.md +1 -1
  27. package/dist/agentic/guides/modules/gateway_stripe.md +1 -1
  28. package/dist/agentic/guides/modules/generators.md +1 -1
  29. package/dist/agentic/guides/modules/inbox_ops.md +1 -1
  30. package/dist/agentic/guides/modules/integrations.md +1 -1
  31. package/dist/agentic/guides/modules/messages.md +1 -1
  32. package/dist/agentic/guides/modules/notifications.md +1 -1
  33. package/dist/agentic/guides/modules/onboarding.md +1 -1
  34. package/dist/agentic/guides/modules/payment_gateways.md +1 -1
  35. package/dist/agentic/guides/modules/perspectives.md +1 -1
  36. package/dist/agentic/guides/modules/planner.md +1 -1
  37. package/dist/agentic/guides/modules/portal.md +1 -1
  38. package/dist/agentic/guides/modules/progress.md +1 -1
  39. package/dist/agentic/guides/modules/query_index.md +1 -1
  40. package/dist/agentic/guides/modules/record_locks.md +1 -1
  41. package/dist/agentic/guides/modules/resources.md +1 -1
  42. package/dist/agentic/guides/modules/sales.md +1 -1
  43. package/dist/agentic/guides/modules/scheduler.md +1 -1
  44. package/dist/agentic/guides/modules/search.md +1 -1
  45. package/dist/agentic/guides/modules/security.md +1 -1
  46. package/dist/agentic/guides/modules/shipping_carriers.md +1 -1
  47. package/dist/agentic/guides/modules/sso.md +1 -1
  48. package/dist/agentic/guides/modules/staff.md +1 -1
  49. package/dist/agentic/guides/modules/storage_s3.md +1 -1
  50. package/dist/agentic/guides/modules/sync_akeneo.md +1 -1
  51. package/dist/agentic/guides/modules/sync_excel.md +1 -1
  52. package/dist/agentic/guides/modules/system_status_overlays.md +1 -1
  53. package/dist/agentic/guides/modules/translations.md +1 -1
  54. package/dist/agentic/guides/modules/webhooks.md +1 -1
  55. package/dist/agentic/guides/modules/workflows.md +1 -1
  56. package/dist/agentic/shared/AGENTS.md.template +16 -10
  57. package/dist/agentic/shared/ai/agentic.config.json +61 -0
  58. package/dist/agentic/shared/ai/skills/om-auto-continue-pr/SKILL.md +16 -318
  59. package/dist/agentic/shared/ai/skills/om-auto-continue-pr-loop/SKILL.md +16 -581
  60. package/dist/agentic/shared/ai/skills/om-auto-create-pr/SKILL.md +16 -397
  61. package/dist/agentic/shared/ai/skills/om-auto-create-pr-loop/SKILL.md +16 -738
  62. package/dist/agentic/shared/ai/skills/om-auto-fix-issue/SKILL.md +27 -0
  63. package/dist/agentic/shared/ai/skills/om-auto-review-pr/SKILL.md +16 -565
  64. package/dist/agentic/shared/ai/skills/om-help/references/skills-catalog.md +1 -1
  65. package/dist/agentic/shared/ai/skills/tiers.json +47 -0
  66. package/dist/agentic/shared/ai/skills/tiers.schema.json +73 -0
  67. package/dist/agentic/shared/ai/trackers/github.md +376 -0
  68. package/dist/agentic/shared/scripts/install-skills.sh +488 -0
  69. package/dist/lib/agentic-setup.js +9 -40
  70. package/dist/lib/agentic-setup.js.map +2 -2
  71. package/package.json +5 -5
  72. package/src/lib/agentic-setup.ts +19 -42
  73. package/dist/agentic/shared/ai/skills/om-auto-continue-pr/STANDALONE.md +0 -98
  74. package/dist/agentic/shared/ai/skills/om-auto-continue-pr-loop/STANDALONE.md +0 -96
  75. package/dist/agentic/shared/ai/skills/om-auto-create-pr/STANDALONE.md +0 -98
  76. package/dist/agentic/shared/ai/skills/om-auto-create-pr-loop/STANDALONE.md +0 -96
  77. package/dist/agentic/shared/ai/skills/om-auto-fix-github/SKILL.md +0 -419
  78. package/dist/agentic/shared/ai/skills/om-auto-fix-github/STANDALONE.md +0 -98
  79. package/dist/agentic/shared/ai/skills/om-auto-review-pr/STANDALONE.md +0 -98
  80. package/dist/agentic/shared/ai/skills/om-code-review/SKILL.md +0 -108
  81. package/dist/agentic/shared/ai/skills/om-code-review/references/review-checklist.md +0 -83
  82. package/dist/agentic/shared/ai/skills/om-integration-tests/SKILL.md +0 -279
  83. package/dist/agentic/shared/ai/skills/om-prepare-issue/SKILL.md +0 -202
  84. package/dist/agentic/shared/ai/skills/om-spec-writing/SKILL.md +0 -85
  85. package/dist/agentic/shared/ai/skills/om-spec-writing/references/spec-checklist.md +0 -67
  86. package/dist/agentic/shared/ai/skills/om-spec-writing/references/spec-template.md +0 -86
@@ -1,5 +1,5 @@
1
1
  # directory — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # entities — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # events — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # feature_toggles — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # gateway_stripe — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # generators — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # inbox_ops — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # integrations — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # messages — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # notifications — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # onboarding — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # payment_gateways — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # perspectives — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # planner — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # portal — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # progress — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # query_index — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # record_locks — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # resources — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # sales — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # scheduler — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # search — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # security — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # shipping_carriers — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # sso — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # staff — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # storage_s3 — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # sync_akeneo — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # sync_excel — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # system_status_overlays — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # translations — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # webhooks — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -1,5 +1,5 @@
1
1
  # workflows — module facts (generated, do not edit)
2
- <!-- generated from @open-mercato/core 0.6.6-develop.6483.1.b623f50e2b — R1 staleness stamp -->
2
+ <!-- generated from @open-mercato/core 0.6.6-develop.6485.1.6021282db1 — R1 staleness stamp -->
3
3
 
4
4
  ## Entities
5
5
 
@@ -66,30 +66,36 @@ These per-module fact-sheets are **generated from source** and bundled for the m
66
66
  <!-- om:module-guides:start -->
67
67
  <!-- om:module-guides:end -->
68
68
 
69
+ ### Skills: local + shared collection
70
+
71
+ Skills come from two places. Repo-local skills (module scaffolding, UI design, troubleshooting, etc.) ship inside `.ai/skills/` and are installed into your agent harness by tier (see `.ai/skills/tiers.json`). The PR-automation and review skills below are maintained in the shared [open-mercato/skills](https://github.com/open-mercato/skills) collection — run **`yarn install-skills`** once to install the subset this app ships (`npx skills add`, then `npx skills update` on re-runs to refresh). `install-skills.sh` places each skill in whichever harness directory your CLI reads (`.agents/skills/` for Codex, `.claude/skills/<name>` for Claude Code, mirrored into `.codex/skills/`), so the tables below **reference external skills by name, not by a hard-coded harness path** — the directory depends on which agent you scaffolded, and pointing every reader at `.claude/skills/…` would mislead a Codex or Cursor scaffold. A folder under `.ai/skills/<name>/` matching an external skill is a repo-local **override** that the external skill reads on top of its built-in workflow (default-branch discovery, opt-in labels, `src/modules/…` layout). Repo-specific settings live in `.ai/agentic.config.json` and the tracker descriptor `.ai/trackers/github.md`.
72
+
69
73
  ### Quality & Process
70
74
 
71
75
  | Task | Load |
72
76
  |---|---|
73
77
  | Debug / fix errors | `.ai/skills/om-troubleshooter/SKILL.md` |
74
- | Review code changes | `.ai/skills/om-code-review/SKILL.md` |
75
- | Write a spec | `.ai/skills/om-spec-writing/SKILL.md`, `.ai/specs/SPEC-000-template.md` |
78
+ | Review code changes | `om-code-review` (external — `yarn install-skills`) |
79
+ | Write a spec | `om-spec-writing` (external — `yarn install-skills`), `.ai/specs/SPEC-000-template.md` |
76
80
  | Implement a spec (or selected phases) | `.ai/skills/om-implement-spec/SKILL.md` |
77
- | Create / run integration tests | `.ai/skills/om-integration-tests/SKILL.md` |
81
+ | Create / run integration tests | `om-integration-tests` (external — `yarn install-skills`) |
78
82
  | Upgrade framework from 0.4.10 to 0.5.0 | `.ai/skills/om-auto-upgrade-0.4.10-to-0.5.0/SKILL.md` |
79
83
 
80
84
  ### Agent Automation / Auto-Skills
81
85
 
86
+ These skills are installed from the shared collection by `yarn install-skills` (referenced by name — your harness loads them from its own skills directory); the matching `.ai/skills/<name>/` folder holds the standalone override they read on top of their workflow.
87
+
82
88
  | Task | Load |
83
89
  |---|---|
84
- | Delegate an arbitrary task end-to-end as a PR | `.ai/skills/om-auto-create-pr/SKILL.md` |
85
- | Resume an in-progress agent PR | `.ai/skills/om-auto-continue-pr/SKILL.md` |
86
- | Run a long multi-step spec implementation with resumable checkpoints | `.ai/skills/om-auto-create-pr-loop/SKILL.md` |
87
- | Resume a checkpointed PR started by `om-auto-create-pr-loop` | `.ai/skills/om-auto-continue-pr-loop/SKILL.md` |
88
- | Automated code review on a PR (with optional autofix) | `.ai/skills/om-auto-review-pr/SKILL.md` |
89
- | Fix a GitHub issue by number and open a PR | `.ai/skills/om-auto-fix-github/SKILL.md` |
90
+ | Delegate an arbitrary task end-to-end as a PR | `om-auto-create-pr` (external) |
91
+ | Resume an in-progress agent PR | `om-auto-continue-pr` (external) |
92
+ | Run a long multi-step spec implementation with resumable checkpoints | `om-auto-create-pr-loop` (external) |
93
+ | Resume a checkpointed PR started by `om-auto-create-pr-loop` | `om-auto-continue-pr-loop` (external) |
94
+ | Automated code review on a PR (with optional autofix) | `om-auto-review-pr` (external) |
95
+ | Fix a GitHub issue by number and open a PR | `om-auto-fix-issue` (external) |
90
96
  | Propose disabling unused built-in modules after the user adds a new module (classic-mode slimdown) | `.ai/skills/om-trim-unused-modules/SKILL.md` |
91
97
 
92
- Invoke these from the Claude Code CLI as slash commands, for example `/auto-create-pr add rate-limiting to the products API` or `/auto-fix-github 42`. The skills probe your repo's default branch via `gh repo view --json defaultBranchRef`, treat pipeline labels (`review`, `qa`, `merge-queue`, …) as opt-in, and run only those validation-gate commands that exist in your `package.json`.
98
+ Invoke these as slash commands in your agent CLI (Claude Code, Codex, …), for example `/auto-create-pr add rate-limiting to the products API` or `/auto-fix-issue 42`. The skills read `.ai/agentic.config.json` (base branch `auto`, resolved via the tracker descriptor's **default-branch** operation; pipeline labels off by default; the standalone validation-gate command list) and perform every GitHub interaction through the tracker descriptor `.ai/trackers/github.md` — enable the full label pipeline by setting `labels.enabled: true` and running the tracker's **ensure-label-taxonomy** operation once.
93
99
 
94
100
  ## Module Anatomy
95
101
 
@@ -0,0 +1,61 @@
1
+ {
2
+ "version": 1,
3
+ "baseBranch": "auto",
4
+ "tracker": "github",
5
+ "validation": {
6
+ "commands": [
7
+ "yarn generate",
8
+ "yarn typecheck",
9
+ "yarn lint",
10
+ "yarn test",
11
+ "yarn build"
12
+ ]
13
+ },
14
+ "labels": {
15
+ "enabled": false,
16
+ "pipeline": [
17
+ "review",
18
+ "changes-requested",
19
+ "qa",
20
+ "qa-failed",
21
+ "merge-queue",
22
+ "blocked",
23
+ "do-not-merge"
24
+ ],
25
+ "category": [
26
+ "bug",
27
+ "feature",
28
+ "refactor",
29
+ "security",
30
+ "dependencies",
31
+ "documentation"
32
+ ],
33
+ "meta": [
34
+ "needs-qa",
35
+ "skip-qa",
36
+ "qa-approved",
37
+ "qa-self-verified",
38
+ "in-progress",
39
+ "screenshots"
40
+ ],
41
+ "priority": [
42
+ "priority-low",
43
+ "priority-medium",
44
+ "priority-high",
45
+ "priority-extreme"
46
+ ],
47
+ "risk": [
48
+ "risk-low",
49
+ "risk-medium",
50
+ "risk-high"
51
+ ]
52
+ },
53
+ "qaGate": false,
54
+ "paths": {
55
+ "runs": ".ai/runs",
56
+ "analysis": ".ai/analysis",
57
+ "specs": ".ai/specs",
58
+ "scripts": ".ai/scripts",
59
+ "qa": ".ai/qa"
60
+ }
61
+ }