@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.
- package/.turbo/turbo-build.log +3 -3
- package/dist/agentic/guides/module-facts.json +53 -53
- package/dist/agentic/guides/modules/ai_assistant.md +1 -1
- package/dist/agentic/guides/modules/api_docs.md +1 -1
- package/dist/agentic/guides/modules/api_keys.md +1 -1
- package/dist/agentic/guides/modules/attachments.md +1 -1
- package/dist/agentic/guides/modules/audit_logs.md +1 -1
- package/dist/agentic/guides/modules/auth.md +1 -1
- package/dist/agentic/guides/modules/business_rules.md +1 -1
- package/dist/agentic/guides/modules/catalog.md +1 -1
- package/dist/agentic/guides/modules/channel_gmail.md +1 -1
- package/dist/agentic/guides/modules/channel_imap.md +1 -1
- package/dist/agentic/guides/modules/checkout.md +1 -1
- package/dist/agentic/guides/modules/communication_channels.md +1 -1
- package/dist/agentic/guides/modules/configs.md +1 -1
- package/dist/agentic/guides/modules/content.md +1 -1
- package/dist/agentic/guides/modules/currencies.md +1 -1
- package/dist/agentic/guides/modules/customer_accounts.md +1 -1
- package/dist/agentic/guides/modules/customers.md +1 -1
- package/dist/agentic/guides/modules/dashboards.md +1 -1
- package/dist/agentic/guides/modules/data_sync.md +1 -1
- package/dist/agentic/guides/modules/dictionaries.md +1 -1
- package/dist/agentic/guides/modules/directory.md +1 -1
- package/dist/agentic/guides/modules/entities.md +1 -1
- package/dist/agentic/guides/modules/events.md +1 -1
- package/dist/agentic/guides/modules/feature_toggles.md +1 -1
- package/dist/agentic/guides/modules/gateway_stripe.md +1 -1
- package/dist/agentic/guides/modules/generators.md +1 -1
- package/dist/agentic/guides/modules/inbox_ops.md +1 -1
- package/dist/agentic/guides/modules/integrations.md +1 -1
- package/dist/agentic/guides/modules/messages.md +1 -1
- package/dist/agentic/guides/modules/notifications.md +1 -1
- package/dist/agentic/guides/modules/onboarding.md +1 -1
- package/dist/agentic/guides/modules/payment_gateways.md +1 -1
- package/dist/agentic/guides/modules/perspectives.md +1 -1
- package/dist/agentic/guides/modules/planner.md +1 -1
- package/dist/agentic/guides/modules/portal.md +1 -1
- package/dist/agentic/guides/modules/progress.md +1 -1
- package/dist/agentic/guides/modules/query_index.md +1 -1
- package/dist/agentic/guides/modules/record_locks.md +1 -1
- package/dist/agentic/guides/modules/resources.md +1 -1
- package/dist/agentic/guides/modules/sales.md +1 -1
- package/dist/agentic/guides/modules/scheduler.md +1 -1
- package/dist/agentic/guides/modules/search.md +1 -1
- package/dist/agentic/guides/modules/security.md +1 -1
- package/dist/agentic/guides/modules/shipping_carriers.md +1 -1
- package/dist/agentic/guides/modules/sso.md +1 -1
- package/dist/agentic/guides/modules/staff.md +1 -1
- package/dist/agentic/guides/modules/storage_s3.md +1 -1
- package/dist/agentic/guides/modules/sync_akeneo.md +1 -1
- package/dist/agentic/guides/modules/sync_excel.md +1 -1
- package/dist/agentic/guides/modules/system_status_overlays.md +1 -1
- package/dist/agentic/guides/modules/translations.md +1 -1
- package/dist/agentic/guides/modules/webhooks.md +1 -1
- package/dist/agentic/guides/modules/workflows.md +1 -1
- package/dist/agentic/shared/AGENTS.md.template +16 -10
- package/dist/agentic/shared/ai/agentic.config.json +61 -0
- package/dist/agentic/shared/ai/skills/om-auto-continue-pr/SKILL.md +16 -318
- package/dist/agentic/shared/ai/skills/om-auto-continue-pr-loop/SKILL.md +16 -581
- package/dist/agentic/shared/ai/skills/om-auto-create-pr/SKILL.md +16 -397
- package/dist/agentic/shared/ai/skills/om-auto-create-pr-loop/SKILL.md +16 -738
- package/dist/agentic/shared/ai/skills/om-auto-fix-issue/SKILL.md +27 -0
- package/dist/agentic/shared/ai/skills/om-auto-review-pr/SKILL.md +16 -565
- package/dist/agentic/shared/ai/skills/om-help/references/skills-catalog.md +1 -1
- package/dist/agentic/shared/ai/skills/tiers.json +47 -0
- package/dist/agentic/shared/ai/skills/tiers.schema.json +73 -0
- package/dist/agentic/shared/ai/trackers/github.md +376 -0
- package/dist/agentic/shared/scripts/install-skills.sh +488 -0
- package/dist/lib/agentic-setup.js +9 -40
- package/dist/lib/agentic-setup.js.map +2 -2
- package/package.json +5 -5
- package/src/lib/agentic-setup.ts +19 -42
- package/dist/agentic/shared/ai/skills/om-auto-continue-pr/STANDALONE.md +0 -98
- package/dist/agentic/shared/ai/skills/om-auto-continue-pr-loop/STANDALONE.md +0 -96
- package/dist/agentic/shared/ai/skills/om-auto-create-pr/STANDALONE.md +0 -98
- package/dist/agentic/shared/ai/skills/om-auto-create-pr-loop/STANDALONE.md +0 -96
- package/dist/agentic/shared/ai/skills/om-auto-fix-github/SKILL.md +0 -419
- package/dist/agentic/shared/ai/skills/om-auto-fix-github/STANDALONE.md +0 -98
- package/dist/agentic/shared/ai/skills/om-auto-review-pr/STANDALONE.md +0 -98
- package/dist/agentic/shared/ai/skills/om-code-review/SKILL.md +0 -108
- package/dist/agentic/shared/ai/skills/om-code-review/references/review-checklist.md +0 -83
- package/dist/agentic/shared/ai/skills/om-integration-tests/SKILL.md +0 -279
- package/dist/agentic/shared/ai/skills/om-prepare-issue/SKILL.md +0 -202
- package/dist/agentic/shared/ai/skills/om-spec-writing/SKILL.md +0 -85
- package/dist/agentic/shared/ai/skills/om-spec-writing/references/spec-checklist.md +0 -67
- package/dist/agentic/shared/ai/skills/om-spec-writing/references/spec-template.md +0 -86
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# feature_toggles — module facts (generated, do not edit)
|
|
2
|
-
<!-- generated from @open-mercato/core 0.6.6-develop.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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 |
|
|
75
|
-
| Write a spec |
|
|
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 |
|
|
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 |
|
|
85
|
-
| Resume an in-progress agent PR |
|
|
86
|
-
| Run a long multi-step spec implementation with resumable checkpoints |
|
|
87
|
-
| Resume a checkpointed PR started by `om-auto-create-pr-loop` |
|
|
88
|
-
| Automated code review on a PR (with optional autofix) |
|
|
89
|
-
| Fix a GitHub issue by number and open a PR |
|
|
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
|
|
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
|
+
}
|