@jstn-sdk/rcs 0.1.6 → 0.1.8
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/README.md +64 -1
- package/dist/agents/definitions.d.ts +6 -0
- package/dist/agents/definitions.d.ts.map +1 -1
- package/dist/agents/definitions.js +14 -0
- package/dist/agents/definitions.js.map +1 -1
- package/dist/config/generator.d.ts.map +1 -1
- package/dist/config/generator.js +6 -2
- package/dist/config/generator.js.map +1 -1
- package/dist/config/models.d.ts +37 -0
- package/dist/config/models.d.ts.map +1 -1
- package/dist/config/models.js +121 -3
- package/dist/config/models.js.map +1 -1
- package/dist/config/roblox-reference-mcp.d.ts +16 -0
- package/dist/config/roblox-reference-mcp.d.ts.map +1 -0
- package/dist/config/roblox-reference-mcp.js +37 -0
- package/dist/config/roblox-reference-mcp.js.map +1 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/platform-targets/reader.d.ts +3 -0
- package/dist/platform-targets/reader.d.ts.map +1 -0
- package/dist/platform-targets/reader.js +31 -0
- package/dist/platform-targets/reader.js.map +1 -0
- package/dist/platform-targets/schema.d.ts +22 -0
- package/dist/platform-targets/schema.d.ts.map +1 -0
- package/dist/platform-targets/schema.js +88 -0
- package/dist/platform-targets/schema.js.map +1 -0
- package/dist/scripts/publish-github-package.d.ts +3 -0
- package/dist/scripts/publish-github-package.d.ts.map +1 -0
- package/dist/scripts/publish-github-package.js +74 -0
- package/dist/scripts/publish-github-package.js.map +1 -0
- package/dist/scripts/surface-taxonomy.d.ts.map +1 -1
- package/dist/scripts/surface-taxonomy.js +0 -5
- package/dist/scripts/surface-taxonomy.js.map +1 -1
- package/docs/agents.html +1 -0
- package/docs/index.html +13 -1
- package/docs/plugin-bundle-ssot.md +2 -0
- package/docs/readme/README.de.md +46 -19
- package/docs/readme/README.el.md +47 -20
- package/docs/readme/README.es.md +47 -20
- package/docs/readme/README.fr.md +47 -20
- package/docs/readme/README.it.md +46 -19
- package/docs/readme/README.ja.md +47 -20
- package/docs/readme/README.ko.md +47 -20
- package/docs/readme/README.md +2 -1
- package/docs/readme/README.pl.md +47 -20
- package/docs/readme/README.pt.md +47 -20
- package/docs/readme/README.ru.md +47 -20
- package/docs/readme/README.tr.md +47 -20
- package/docs/readme/README.uk.md +47 -20
- package/docs/readme/README.vi.md +47 -20
- package/docs/readme/README.zh-TW.md +47 -20
- package/docs/readme/README.zh.md +47 -20
- package/docs/reference/agentic-platform-compatibility.md +147 -0
- package/docs/reference/canonical-vocabulary.md +0 -1
- package/docs/reference/llm-provider-abstraction.md +88 -0
- package/docs/reference/multi-agent-compatibility-architecture.md +120 -0
- package/docs/reference/rcs-config-schema-routing.md +3 -0
- package/docs/reference/roblox-mcp-reference-layer.md +75 -0
- package/docs/reference/roblox-pre-action-protocol.md +15 -3
- package/docs/reference/semantic-design-system.md +0 -7
- package/docs/reference/surface-map.md +0 -9
- package/docs/release-notes-v0.1.7.md +20 -0
- package/docs/release-notes-v0.1.8.md +24 -0
- package/docs/wiki/Contributing.md +45 -0
- package/docs/wiki/Good-First-Issues.md +44 -0
- package/docs/wiki/Home.md +35 -0
- package/docs/wiki/Release-Playbook.md +57 -0
- package/docs/wiki/Roadmap.md +90 -0
- package/package.json +1 -1
- package/plugins/roblox-ai-os-creator-skills/.codex-plugin/plugin.json +1 -1
- package/plugins/roblox-ai-os-creator-skills/docs/reference/roblox-pre-action-protocol.md +15 -3
- package/plugins/roblox-ai-os-creator-skills/skills/ai-slop-cleaner/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/analyze/SKILL.md +6 -9
- package/plugins/roblox-ai-os-creator-skills/skills/ask-claude/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/ask-gemini/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/autoforge/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/autopilot/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/autoresearch/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/blueprint/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/blueprint-loop/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/blueprint-psych/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/blueprint-retention/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/blueprint-social/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/brief/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/brief-audience/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/brief-motivation/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/cancel/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/code-review/SKILL.md +6 -9
- package/plugins/roblox-ai-os-creator-skills/skills/configure-notifications/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/crew/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/deep-interview/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/doctor/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-community/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-daily-loop/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-event-loop/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-fomo/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-mastery/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-progression/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-reward-loop/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/forge-status/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/help/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/hud/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/note/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/pipeline/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/plan/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/rcs-setup/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/security-review/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/skill/SKILL.md +38 -40
- package/plugins/roblox-ai-os-creator-skills/skills/team/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/trace/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/ultraqa/SKILL.md +7 -10
- package/plugins/roblox-ai-os-creator-skills/skills/ultrawork/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/visual-forge/SKILL.md +1 -4
- package/plugins/roblox-ai-os-creator-skills/skills/visual-verdict/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/wiki/SKILL.md +0 -3
- package/plugins/roblox-ai-os-creator-skills/skills/worker/SKILL.md +1 -4
- package/prompts/analyst.md +3 -6
- package/prompts/architect.md +2 -4
- package/prompts/build-fixer.md +5 -5
- package/prompts/code-reviewer.md +3 -4
- package/prompts/critic.md +0 -3
- package/prompts/debugger.md +4 -6
- package/prompts/dependency-expert.md +1 -3
- package/prompts/designer.md +2 -5
- package/prompts/executor.md +2 -4
- package/prompts/explore-harness.md +0 -3
- package/prompts/explore.md +1 -4
- package/prompts/git-master.md +0 -3
- package/prompts/planner.md +2 -4
- package/prompts/researcher.md +2 -5
- package/prompts/security-reviewer.md +2 -4
- package/prompts/sisyphus-lite.md +0 -3
- package/prompts/team-executor.md +1 -3
- package/prompts/test-engineer.md +6 -8
- package/prompts/verifier.md +1 -3
- package/prompts/vision.md +1 -3
- package/prompts/writer.md +3 -5
- package/skills/ai-slop-cleaner/SKILL.md +0 -3
- package/skills/analyze/SKILL.md +6 -9
- package/skills/ask-claude/SKILL.md +0 -3
- package/skills/ask-gemini/SKILL.md +0 -3
- package/skills/autoforge/SKILL.md +0 -3
- package/skills/autopilot/SKILL.md +0 -3
- package/skills/autoresearch/SKILL.md +0 -3
- package/skills/blueprint/SKILL.md +0 -3
- package/skills/blueprint-loop/SKILL.md +0 -3
- package/skills/blueprint-psych/SKILL.md +0 -3
- package/skills/blueprint-retention/SKILL.md +0 -3
- package/skills/blueprint-social/SKILL.md +0 -3
- package/skills/brief/SKILL.md +0 -3
- package/skills/brief-audience/SKILL.md +0 -3
- package/skills/brief-motivation/SKILL.md +0 -3
- package/skills/build-fix/SKILL.md +2 -4
- package/skills/cancel/SKILL.md +0 -3
- package/skills/code-review/SKILL.md +6 -9
- package/skills/configure-notifications/SKILL.md +0 -3
- package/skills/crew/SKILL.md +0 -3
- package/skills/deep-interview/SKILL.md +0 -3
- package/skills/deepsearch/SKILL.md +0 -3
- package/skills/doctor/SKILL.md +0 -3
- package/skills/ecomode/SKILL.md +0 -3
- package/skills/forge/SKILL.md +0 -3
- package/skills/forge-community/SKILL.md +0 -3
- package/skills/forge-daily-loop/SKILL.md +0 -3
- package/skills/forge-event-loop/SKILL.md +0 -3
- package/skills/forge-fomo/SKILL.md +0 -3
- package/skills/forge-init/SKILL.md +0 -3
- package/skills/forge-mastery/SKILL.md +0 -3
- package/skills/forge-progression/SKILL.md +0 -3
- package/skills/forge-reward-loop/SKILL.md +0 -3
- package/skills/forge-status/SKILL.md +0 -3
- package/skills/git-master/SKILL.md +0 -3
- package/skills/help/SKILL.md +0 -3
- package/skills/hud/SKILL.md +0 -3
- package/skills/note/SKILL.md +0 -3
- package/skills/pipeline/SKILL.md +0 -3
- package/skills/plan/SKILL.md +0 -3
- package/skills/rcs-setup/SKILL.md +0 -3
- package/skills/review/SKILL.md +0 -3
- package/skills/security-review/SKILL.md +0 -3
- package/skills/skill/SKILL.md +38 -40
- package/skills/swarm/SKILL.md +1 -4
- package/skills/tdd/SKILL.md +0 -3
- package/skills/team/SKILL.md +0 -3
- package/skills/trace/SKILL.md +0 -3
- package/skills/ultraqa/SKILL.md +7 -10
- package/skills/ultrawork/SKILL.md +0 -3
- package/skills/visual-forge/SKILL.md +1 -4
- package/skills/visual-verdict/SKILL.md +0 -3
- package/skills/web-clone/SKILL.md +0 -3
- package/skills/wiki/SKILL.md +0 -3
- package/skills/worker/SKILL.md +1 -4
- package/src/scripts/publish-github-package.ts +94 -0
- package/src/scripts/surface-taxonomy.ts +0 -5
- package/templates/roblox/llm-provider-routing.json +42 -0
- package/templates/roblox/reference-sources.md +33 -0
- package/docs/archive/README.md +0 -15
- package/docs/archive/migration-mainline-post-v0.4.4.md +0 -90
- package/docs/archive/prompt-migration-changelog.md +0 -141
- package/docs/archive/qa-plan-0.4.2.md +0 -85
- package/docs/archive/qa-report-0.4.2.md +0 -55
- package/docs/archive/release-body-0.9.0.md +0 -86
- package/docs/archive/release-body-0.9.1.md +0 -41
- package/docs/benchmarks/tetris-benchmark-comparison-20260306.png +0 -0
- package/docs/issues/team-forge-followup-team.md +0 -38
- package/docs/qa/ci-speedups-after-prompt-worker-fix.md +0 -91
- package/docs/qa/deep-interview-phase-1-validation.md +0 -117
- package/docs/qa/explore-sparkshell-heavy-manual-stress.md +0 -244
- package/docs/qa/recent-bug-regression-hardening-2026-04-11.md +0 -24
- package/docs/qa/release-no-publish-0.15.0.md +0 -33
- package/docs/qa/release-readiness-0.11.13.md +0 -39
- package/docs/qa/release-readiness-0.12.0.md +0 -80
- package/docs/qa/release-readiness-0.12.1.md +0 -33
- package/docs/qa/release-readiness-0.12.2.md +0 -33
- package/docs/qa/release-readiness-0.12.3.md +0 -30
- package/docs/qa/release-readiness-0.12.5.md +0 -69
- package/docs/qa/release-readiness-0.12.6.md +0 -59
- package/docs/qa/release-readiness-0.13.0.md +0 -64
- package/docs/qa/release-readiness-0.13.1.md +0 -39
- package/docs/qa/release-readiness-0.14.0.md +0 -55
- package/docs/qa/release-readiness-0.14.1.md +0 -44
- package/docs/qa/release-readiness-0.14.2.md +0 -65
- package/docs/qa/release-readiness-0.14.3.md +0 -42
- package/docs/qa/release-readiness-0.14.4.md +0 -40
- package/docs/qa/release-readiness-0.15.0.md +0 -65
- package/docs/qa/release-readiness-0.15.1.md +0 -44
- package/docs/qa/release-readiness-0.8.1.md +0 -37
- package/docs/qa/release-readiness-0.8.2.md +0 -39
- package/docs/qa/release-readiness-0.8.3.md +0 -43
- package/docs/qa/release-readiness-0.8.4.md +0 -39
- package/docs/qa/release-readiness-0.9.0.md +0 -78
- package/docs/qa/release-readiness-0.9.1.md +0 -43
- package/docs/qa/release-readiness-follow-up.md +0 -26
- package/docs/qa/remaining-suite-drift-2026-03-19.md +0 -105
- package/docs/qa/research-specialist-eval-surface-2026-04-18.md +0 -42
- package/docs/qa/runtime-team-seam-audit-2026-04-01.md +0 -128
- package/docs/reports/macos-m1-high-cpu-usage-2026-04-16.md +0 -78
- package/docs/reports/open-prs-dev-readiness-2026-04-09.md +0 -45
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
# Multi-Agent Compatibility Architecture
|
|
2
|
+
|
|
3
|
+
RCS already ships a real multi-agent compatibility system, but in this repo it is split across **native agent definitions**, **catalog policy**, **native Codex TOML generation**, and **adapter targets**.
|
|
4
|
+
|
|
5
|
+
This document names that architecture explicitly so contributors do not project an external `src/agents.ts` example onto the wrong files.
|
|
6
|
+
|
|
7
|
+
## Canonical files
|
|
8
|
+
|
|
9
|
+
- Native agent registry: [`src/agents/definitions.ts`](../../src/agents/definitions.ts)
|
|
10
|
+
- Native-agent install policy: [`src/agents/policy.ts`](../../src/agents/policy.ts)
|
|
11
|
+
- Native-agent config adapter/generator: [`src/agents/native-config.ts`](../../src/agents/native-config.ts)
|
|
12
|
+
- Public catalog manifest: [`src/catalog/manifest.json`](../../src/catalog/manifest.json)
|
|
13
|
+
- External adapter target contracts: [`src/adapt/contracts.ts`](../../src/adapt/contracts.ts)
|
|
14
|
+
- External adapter target registry: [`src/adapt/registry.ts`](../../src/adapt/registry.ts)
|
|
15
|
+
- CLI native-agent management: [`src/cli/agents.ts`](../../src/cli/agents.ts)
|
|
16
|
+
- Native-agent verification: [`src/scripts/verify-native-agents.ts`](../../src/scripts/verify-native-agents.ts)
|
|
17
|
+
|
|
18
|
+
## Core patterns
|
|
19
|
+
|
|
20
|
+
### Registry pattern
|
|
21
|
+
|
|
22
|
+
RCS uses **two registries**:
|
|
23
|
+
|
|
24
|
+
- `AGENT_DEFINITIONS` in `src/agents/definitions.ts`
|
|
25
|
+
- target descriptors in `src/adapt/registry.ts`
|
|
26
|
+
|
|
27
|
+
Those registries keep agent and adapter metadata centralized instead of scattering role-specific logic through setup, runtime, and verification code.
|
|
28
|
+
|
|
29
|
+
### Adapter pattern
|
|
30
|
+
|
|
31
|
+
RCS does not expose prompt markdown or external target state directly.
|
|
32
|
+
|
|
33
|
+
Instead:
|
|
34
|
+
|
|
35
|
+
- `src/agents/native-config.ts` adapts prompt markdown plus `AgentDefinition` metadata into native Codex TOML files
|
|
36
|
+
- `src/adapt/*` adapts target-specific runtime evidence such as OpenClaw or Hermes into a shared envelope/probe/status contract
|
|
37
|
+
|
|
38
|
+
The rest of the system can therefore consume a stable RCS-owned shape rather than raw target-specific details.
|
|
39
|
+
|
|
40
|
+
### Strategy pattern
|
|
41
|
+
|
|
42
|
+
The compatibility layer applies strategy-like decisions through registry-backed metadata instead of giant conditionals:
|
|
43
|
+
|
|
44
|
+
- `modelClass`, `posture`, and `routingRole` select native-agent instruction overlays and model resolution behavior
|
|
45
|
+
- adapter target descriptors select target-specific capability reports while preserving a shared foundation contract
|
|
46
|
+
- catalog `status` values such as `active`, `internal`, `alias`, and `merged` determine installability and canonical-target behavior
|
|
47
|
+
|
|
48
|
+
### Plugin-style architecture
|
|
49
|
+
|
|
50
|
+
RCS supports extension without rewriting the core native-agent installer:
|
|
51
|
+
|
|
52
|
+
- add or adjust a native role in `AGENT_DEFINITIONS`
|
|
53
|
+
- classify it in `src/catalog/manifest.json`
|
|
54
|
+
- provide the matching prompt asset in `prompts/`
|
|
55
|
+
- let `verify-native-agents` enforce the contract
|
|
56
|
+
|
|
57
|
+
For external targets, add a target contract and registry descriptor under `src/adapt/*` without changing unrelated adapter lanes.
|
|
58
|
+
|
|
59
|
+
## Supporting techniques
|
|
60
|
+
|
|
61
|
+
### Configuration-driven design
|
|
62
|
+
|
|
63
|
+
The compatibility layer is mostly declarative:
|
|
64
|
+
|
|
65
|
+
- agent metadata is data-first in `AGENT_DEFINITIONS`
|
|
66
|
+
- installability and canonical aliases are data-first in `src/catalog/manifest.json`
|
|
67
|
+
- adapter capabilities are data-first in `TARGET_DESCRIPTORS`
|
|
68
|
+
|
|
69
|
+
That keeps policy visible and reviewable.
|
|
70
|
+
|
|
71
|
+
### Facade pattern
|
|
72
|
+
|
|
73
|
+
RCS exposes small facade helpers over the registries instead of forcing consumers to walk raw objects:
|
|
74
|
+
|
|
75
|
+
- `getAgent`
|
|
76
|
+
- `listAgents`
|
|
77
|
+
- `getAgentNames`
|
|
78
|
+
- `getAgentsByCategory`
|
|
79
|
+
- `getAgentsByPosture`
|
|
80
|
+
- `getAgentsByRoutingRole`
|
|
81
|
+
- `getInstallableNativeAgentNames`
|
|
82
|
+
- `listAdaptTargets`
|
|
83
|
+
- `getAdaptTargetDescriptor`
|
|
84
|
+
|
|
85
|
+
### Canonical-boundary pattern
|
|
86
|
+
|
|
87
|
+
RCS keeps ownership boundaries explicit:
|
|
88
|
+
|
|
89
|
+
- prompt markdown is setup-owned source content under `prompts/`
|
|
90
|
+
- generated native Codex agent TOML is emitted under `~/.codex/agents/` or `./.codex/agents/`
|
|
91
|
+
- plugin manifests must **not** claim setup-owned `agents`, `prompts`, or `hooks`
|
|
92
|
+
- adapter writes stay under `.rcs/adapters/<target>/...`
|
|
93
|
+
|
|
94
|
+
This avoids duplication and prevents plugin/runtime surfaces from silently fighting over the same artifacts.
|
|
95
|
+
|
|
96
|
+
## What this architecture is not
|
|
97
|
+
|
|
98
|
+
This repo does **not** currently use the external example's exact shape:
|
|
99
|
+
|
|
100
|
+
- no monolithic `src/agents.ts`
|
|
101
|
+
- no `.agents/skills` universal-directory + symlink installer as the core native-agent mechanism
|
|
102
|
+
- no per-agent `detectInstalled()` registry for dozens of third-party coding tools as the main compatibility layer
|
|
103
|
+
|
|
104
|
+
RCS instead centers on:
|
|
105
|
+
|
|
106
|
+
- native Codex agent-role generation
|
|
107
|
+
- catalog-governed canonical/alias boundaries
|
|
108
|
+
- adapter-target compatibility lanes such as OpenClaw and Hermes
|
|
109
|
+
|
|
110
|
+
## Verification contract
|
|
111
|
+
|
|
112
|
+
The architecture is guarded by tests and verification surfaces:
|
|
113
|
+
|
|
114
|
+
- [`src/agents/__tests__/definitions.test.ts`](../../src/agents/__tests__/definitions.test.ts)
|
|
115
|
+
- [`src/agents/__tests__/native-config.test.ts`](../../src/agents/__tests__/native-config.test.ts)
|
|
116
|
+
- [`src/adapt/__tests__/foundation.test.ts`](../../src/adapt/__tests__/foundation.test.ts)
|
|
117
|
+
- [`src/scripts/__tests__/verify-native-agents.test.ts`](../../src/scripts/__tests__/verify-native-agents.test.ts)
|
|
118
|
+
- [`src/verification/__tests__/multi-agent-compatibility-architecture.test.ts`](../../src/verification/__tests__/multi-agent-compatibility-architecture.test.ts)
|
|
119
|
+
|
|
120
|
+
If you change the compatibility architecture, update the doc and the contract tests together.
|
|
@@ -29,6 +29,8 @@ Current code recognizes these top-level `.rcs-config.json` keys:
|
|
|
29
29
|
| --- | --- | --- |
|
|
30
30
|
| `env` | Object of non-empty string values | Fallback environment values for model routing and helper launch paths. Model-related supported keys are listed below. |
|
|
31
31
|
| `models` | Object of non-empty string values | Mode defaults and low-complexity model aliases. Supported model-routing keys are listed below. |
|
|
32
|
+
| `providers` | Object | Provider profiles for model/API-agnostic routing (`base_url`, `api_format`, `env_key`, `capabilities`, `label`). |
|
|
33
|
+
| `routing` | Object | Default provider, mode-specific provider mapping, fallback provider chains, and hot-swap/failover flags. |
|
|
32
34
|
| `notifications` | Object | Notification transports, profiles, templates, cooldowns, replies, and OpenClaw/custom aliases. See the notification summary below and the OpenClaw guide for full examples. |
|
|
33
35
|
| `stopHookCallbacks` | Legacy object | Backward-compatible legacy session-end notification config for `telegram` and `discord`; prefer `notifications`. |
|
|
34
36
|
| `promptRouting` | `{ "triage": { "enabled": boolean } }` | Enables/disables advisory triage prompt routing. Missing key defaults to enabled; malformed shape fails closed to disabled. |
|
|
@@ -251,6 +253,7 @@ If behavior does not match your config, first confirm whether you are in user or
|
|
|
251
253
|
## Related docs and source surfaces
|
|
252
254
|
|
|
253
255
|
- Notification and OpenClaw config: [`docs/openclaw-integration.md`](../openclaw-integration.md)
|
|
256
|
+
- Provider abstraction: [`docs/reference/llm-provider-abstraction.md`](./llm-provider-abstraction.md)
|
|
254
257
|
- Project wiki config: [`docs/reference/project-wiki.md`](./project-wiki.md)
|
|
255
258
|
- Model routing source: `src/config/models.ts`
|
|
256
259
|
- Notification config source: `src/notifications/config.ts`, `src/notifications/types.ts`, `src/notifications/hook-config-types.ts`
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# Roblox MCP Reference Layer
|
|
2
|
+
|
|
3
|
+
Status: canonical external reference-source policy for Roblox-facing RCS work.
|
|
4
|
+
|
|
5
|
+
## Purpose
|
|
6
|
+
|
|
7
|
+
RCS has two different MCP/reference layers:
|
|
8
|
+
|
|
9
|
+
1. **First-party RCS MCP servers**
|
|
10
|
+
- local stdio servers for state, memory, code-intel, trace, and wiki
|
|
11
|
+
2. **External Roblox reference sources**
|
|
12
|
+
- official Creator Docs
|
|
13
|
+
- serverless `gitmcp.io` mirrors
|
|
14
|
+
- Roblox-specific skill repositories
|
|
15
|
+
- implementation corpora
|
|
16
|
+
|
|
17
|
+
This file defines how those external sources should be used.
|
|
18
|
+
|
|
19
|
+
## Canonical Source Order
|
|
20
|
+
|
|
21
|
+
### Tier 1: Official platform truth
|
|
22
|
+
|
|
23
|
+
Use these first when the question is about correctness, APIs, platform behavior, or Creator Hub rules:
|
|
24
|
+
|
|
25
|
+
- `https://github.com/Roblox/creator-docs`
|
|
26
|
+
- `https://gitmcp.io/Roblox/creator-docs`
|
|
27
|
+
|
|
28
|
+
These define the canonical platform truth.
|
|
29
|
+
|
|
30
|
+
### Tier 2: High-signal Roblox implementation references
|
|
31
|
+
|
|
32
|
+
Use these to improve implementation awareness after the official baseline is grounded:
|
|
33
|
+
|
|
34
|
+
- `https://github.com/sentinelcore/roblox-skills`
|
|
35
|
+
- `https://gitmcp.io/sentinelcore/roblox-skills`
|
|
36
|
+
- `https://github.com/greedychipmunk/agent-skills/tree/main/roblox-game-developer`
|
|
37
|
+
- `https://github.com/omer-metin/skills-for-antigravity/tree/main/skills/roblox-development`
|
|
38
|
+
- `https://github.com/dig1t/skills`
|
|
39
|
+
- `https://github.com/Corecii/Devprod`
|
|
40
|
+
- `https://gitmcp.io/Corecii/Devprod`
|
|
41
|
+
|
|
42
|
+
### Tier 3: Raw script corpora and broad pattern mining
|
|
43
|
+
|
|
44
|
+
Use these only as inspiration or anti-pattern review, never as canonical truth:
|
|
45
|
+
|
|
46
|
+
- `https://github.com/retpirato/Roblox-Scripts`
|
|
47
|
+
- `https://gitmcp.io/retpirato/Roblox-Scripts`
|
|
48
|
+
- `https://gitmcp.io/frosteen/Roblox_LUA_Weapon_Scripts`
|
|
49
|
+
- `https://gitmcp.io/uhub/awesome-lua`
|
|
50
|
+
- `https://gitmcp.io/LewisJEllis/awesome-lua`
|
|
51
|
+
- `https://gitmcp.io/forhappy/awesome-lua`
|
|
52
|
+
- `http://lua-users.org/wiki/SampleCode`
|
|
53
|
+
|
|
54
|
+
## Usage Rules
|
|
55
|
+
|
|
56
|
+
- Official Roblox docs decide correctness.
|
|
57
|
+
- Skill repositories improve implementation strategy, workflow framing, and checklist quality.
|
|
58
|
+
- Raw script corpora are weak signals only; treat them as inspiration or anti-pattern mining.
|
|
59
|
+
- Never present a third-party script repository as if it overrides official Roblox platform guidance.
|
|
60
|
+
- Prefer the serverless `gitmcp.io` mirror when fast MCP-style browsing helps, but do not confuse the mirror with official product ownership.
|
|
61
|
+
|
|
62
|
+
## RCS Fit
|
|
63
|
+
|
|
64
|
+
This repo should treat the layer like this:
|
|
65
|
+
|
|
66
|
+
- **RCS first-party MCP** = local runtime/state/control plane
|
|
67
|
+
- **Creator Docs / `gitmcp.io`** = external Roblox platform truth
|
|
68
|
+
- **Roblox skill repos** = implementation guidance and workflow references
|
|
69
|
+
- **Raw script corpora** = non-canonical pattern support only
|
|
70
|
+
|
|
71
|
+
## Template
|
|
72
|
+
|
|
73
|
+
Reference inventory shipped with the repo:
|
|
74
|
+
|
|
75
|
+
- `templates/roblox/reference-sources.md`
|
|
@@ -45,10 +45,18 @@ Priority 1: canonical platform truth
|
|
|
45
45
|
- `https://gitmcp.io/Roblox/creator-docs`
|
|
46
46
|
|
|
47
47
|
Priority 2: high-signal implementation references
|
|
48
|
+
- `https://github.com/sentinelcore/roblox-skills`
|
|
48
49
|
- `https://gitmcp.io/retpirato/Roblox-Scripts`
|
|
49
50
|
- `https://gitmcp.io/sentinelcore/roblox-skills`
|
|
50
|
-
- `https://
|
|
51
|
+
- `https://github.com/greedychipmunk/agent-skills/tree/main/roblox-game-developer`
|
|
52
|
+
- `https://github.com/omer-metin/skills-for-antigravity/tree/main/skills/roblox-development`
|
|
53
|
+
- `https://github.com/dig1t/skills`
|
|
54
|
+
- `https://github.com/Corecii/Devprod`
|
|
51
55
|
- `https://gitmcp.io/Corecii/Devprod`
|
|
56
|
+
|
|
57
|
+
Priority 3: raw script and corpus support
|
|
58
|
+
- `https://github.com/retpirato/Roblox-Scripts`
|
|
59
|
+
- `https://gitmcp.io/frosteen/Roblox_LUA_Weapon_Scripts`
|
|
52
60
|
- `https://gitmcp.io/uhub/awesome-lua`
|
|
53
61
|
- `https://gitmcp.io/LewisJEllis/awesome-lua`
|
|
54
62
|
- `https://gitmcp.io/forhappy/awesome-lua`
|
|
@@ -61,11 +69,15 @@ Priority 3: dataset and corpus support
|
|
|
61
69
|
- `https://datasets-server.huggingface.co/splits?dataset=TorpedoSoftware%2FRoblox-Luau-Reasoning-v1.0`
|
|
62
70
|
- `https://huggingface.co/datasets/bartholomort/lua-obfuscator-corpus`
|
|
63
71
|
|
|
64
|
-
|
|
72
|
+
Reference policy:
|
|
65
73
|
- official Roblox docs define correctness
|
|
66
|
-
- repos improve implementation awareness only
|
|
74
|
+
- Roblox skill repos improve implementation awareness only
|
|
67
75
|
- datasets are weak pattern support only
|
|
68
76
|
|
|
77
|
+
Canonical reference-layer policy is documented in:
|
|
78
|
+
- `docs/reference/roblox-mcp-reference-layer.md`
|
|
79
|
+
- `templates/roblox/reference-sources.md`
|
|
80
|
+
|
|
69
81
|
## Phase 2: Understanding Synthesis
|
|
70
82
|
|
|
71
83
|
Before implementation, answer:
|
|
@@ -92,13 +92,6 @@ Every mission bundle should communicate the same semantic shape.
|
|
|
92
92
|
9. reference layers
|
|
93
93
|
10. vocabulary guardrail
|
|
94
94
|
|
|
95
|
-
## Archive Rule
|
|
96
|
-
|
|
97
|
-
Historical surfaces may describe deleted/generic role labels, but:
|
|
98
|
-
- they should be clearly archival
|
|
99
|
-
- they should not be used as active onboarding
|
|
100
|
-
- they should not be required by active runtime/catalog behavior
|
|
101
|
-
|
|
102
95
|
## Enforcement
|
|
103
96
|
|
|
104
97
|
The repo should keep lightweight tests that verify:
|
|
@@ -114,18 +114,9 @@ Sources:
|
|
|
114
114
|
| `prompts/writer.md` | `prompt` | `creator-runtime` | `internal` | writer |
|
|
115
115
|
| `skills/worker/SKILL.md` | `skill` | `creator-runtime` | `internal` | worker |
|
|
116
116
|
|
|
117
|
-
## Historical Surfaces
|
|
118
|
-
|
|
119
|
-
| Path | Type | Domain | Audience | Surface |
|
|
120
|
-
| --- | --- | --- | --- | --- |
|
|
121
|
-
| `skills/forge-init/SKILL.md` | `skill` | `archive` | `archive` | forge-init |
|
|
122
|
-
| `skills/swarm/SKILL.md` | `skill` | `archive` | `archive` | swarm |
|
|
123
|
-
| `skills/web-clone/SKILL.md` | `skill` | `archive` | `archive` | web-clone |
|
|
124
|
-
|
|
125
117
|
## Additional Repo Lanes
|
|
126
118
|
|
|
127
119
|
- `AGENTS.md` and `templates/AGENTS.md` remain the orchestration brain and guidance authority.
|
|
128
|
-
- `docs/archive/` is the historical lane; archive content may describe removed surfaces but must not act as active onboarding.
|
|
129
120
|
- `src/catalog/manifest.json`, `templates/catalog-manifest.json`, and `src/catalog/generated/public-catalog.json` are the catalog source/generated contract lane.
|
|
130
121
|
- `dist/` is generated runtime output and should reflect the taxonomy, not redefine it.
|
|
131
122
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Roblox Creator Skills v0.1.7
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
`v0.1.7` is the doc/prompt hardening release after the `0.1.6` automation update. It removes the last archive lane, rewrites the demo surface around Roblox-first creator workflows, strengthens Roblox-native framing inside the prompt system, and replaces the placeholder localized README stubs with real translated bodies.
|
|
6
|
+
|
|
7
|
+
## What changed
|
|
8
|
+
|
|
9
|
+
- Removed `docs/archive/` from the project surface
|
|
10
|
+
- Reduced active `docs/qa/` to the live gate docs only
|
|
11
|
+
- Rewrote `DEMO.md` into a Roblox-first demo guide
|
|
12
|
+
- Tightened prompt identities/goals for Roblox-native framing across key internal prompts
|
|
13
|
+
- Replaced localized README placeholder stubs with actual localized content
|
|
14
|
+
|
|
15
|
+
## Verification
|
|
16
|
+
|
|
17
|
+
- `npm run build`
|
|
18
|
+
- prompt-guidance and taxonomy contract tests
|
|
19
|
+
- semantic/workspace/robloxstudio-mcp verification tests
|
|
20
|
+
- `node dist/scripts/surface-taxonomy.js`
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Roblox Creator Skills v0.1.8
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
`v0.1.8` is the MCP/reference-layer activation release after the `0.1.7` docs and localization hardening line. It makes the GitMCP Roblox reference sources part of the default managed Codex setup, documents the activation split more clearly, and adds the tests needed to keep that default layer stable.
|
|
6
|
+
|
|
7
|
+
## What changed
|
|
8
|
+
|
|
9
|
+
- Default managed Codex config now includes:
|
|
10
|
+
- `creator_docs`
|
|
11
|
+
- `roblox_skills`
|
|
12
|
+
- `devprod_docs`
|
|
13
|
+
- `roblox_scripts_corpus`
|
|
14
|
+
- Added canonical docs for the Roblox MCP reference layer
|
|
15
|
+
- Added a shipped reference-source template inventory
|
|
16
|
+
- Clarified in README and localized READMEs that:
|
|
17
|
+
- `rcs mcp-serve` is for first-party local RCS MCP servers
|
|
18
|
+
- GitMCP Roblox references should stay enabled by default
|
|
19
|
+
- `robloxstudio-mcp` remains a manual live Studio bridge
|
|
20
|
+
|
|
21
|
+
## Verification
|
|
22
|
+
|
|
23
|
+
- `npm run build`
|
|
24
|
+
- `node --test dist/config/__tests__/roblox-reference-mcp.test.js dist/config/__tests__/generator-idempotent.test.js dist/verification/__tests__/roblox-mcp-reference-layer.test.js dist/verification/__tests__/robloxstudio-mcp-compatibility.test.js`
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Contributing Wiki
|
|
2
|
+
|
|
3
|
+
This page complements the repository root [CONTRIBUTING.md](../../CONTRIBUTING.md).
|
|
4
|
+
|
|
5
|
+
## Fastest way to start
|
|
6
|
+
|
|
7
|
+
1. Read the root [README](../../README.md).
|
|
8
|
+
2. Run the local setup flow.
|
|
9
|
+
3. Look for issues labeled `good first issue` or `help wanted`.
|
|
10
|
+
4. Pick a small, self-contained task before touching larger workflow/runtime surfaces.
|
|
11
|
+
|
|
12
|
+
## What maintainers should optimize for
|
|
13
|
+
|
|
14
|
+
- a newcomer should be able to install, build, and smoke-test the repo in a few minutes
|
|
15
|
+
- issue descriptions should include clear reproduction or acceptance criteria
|
|
16
|
+
- docs, localization, wiki, and QA contributions count as real contributions
|
|
17
|
+
- roadmap items should be broken into slices that can be finished without deep repo archaeology
|
|
18
|
+
|
|
19
|
+
## Accepted contribution types
|
|
20
|
+
|
|
21
|
+
- code and tests
|
|
22
|
+
- docs and onboarding fixes
|
|
23
|
+
- localization updates
|
|
24
|
+
- issue triage and reproduction refinement
|
|
25
|
+
- release notes and changelog cleanup
|
|
26
|
+
- contributor-experience improvements
|
|
27
|
+
|
|
28
|
+
## Mentorship posture
|
|
29
|
+
|
|
30
|
+
- explain repo-local vocabulary when it is not obvious
|
|
31
|
+
- redirect contributors to the right doc instead of assuming they already know the surface
|
|
32
|
+
- prefer scoped guidance over vague “needs more work” reviews
|
|
33
|
+
- keep review feedback factual and actionable
|
|
34
|
+
|
|
35
|
+
## Labels that matter
|
|
36
|
+
|
|
37
|
+
- `good first issue`
|
|
38
|
+
- `help wanted`
|
|
39
|
+
- `docs`
|
|
40
|
+
- `localization`
|
|
41
|
+
- `wiki`
|
|
42
|
+
- `contributor experience`
|
|
43
|
+
- `release`
|
|
44
|
+
|
|
45
|
+
See [Good first issues and labels](./Good-First-Issues.md).
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Good First Issues and Labels
|
|
2
|
+
|
|
3
|
+
This page defines the maintainer standard for contributor-friendly task shaping.
|
|
4
|
+
|
|
5
|
+
## Required labels
|
|
6
|
+
|
|
7
|
+
- `good first issue` — small, safe, self-contained task with explicit acceptance criteria
|
|
8
|
+
- `help wanted` — useful task that is open to outside contribution, but may require more repo context
|
|
9
|
+
- `docs` — documentation surface
|
|
10
|
+
- `localization` — translation or locale-sync work
|
|
11
|
+
- `wiki` — contributor wiki or runtime wiki documentation surface
|
|
12
|
+
- `contributor experience` — onboarding, templates, setup, or workflow ergonomics
|
|
13
|
+
|
|
14
|
+
## What qualifies as a good first issue
|
|
15
|
+
|
|
16
|
+
- one surface or subsystem
|
|
17
|
+
- no hidden cross-repo dependency
|
|
18
|
+
- clear reproduction or acceptance criteria
|
|
19
|
+
- easy local verification path
|
|
20
|
+
- no risky release, auth, or multi-runtime migration work
|
|
21
|
+
|
|
22
|
+
## Good first issue examples in this repo
|
|
23
|
+
|
|
24
|
+
- clarify a Roblox-first prompt or skill example
|
|
25
|
+
- improve docs or setup wording
|
|
26
|
+
- sync README locale drift after a root README change
|
|
27
|
+
- add a missing focused test for a small contract
|
|
28
|
+
- fix a small CLI/help text mismatch
|
|
29
|
+
- tighten release notes or contributor guidance
|
|
30
|
+
|
|
31
|
+
## What should not be labeled good first issue
|
|
32
|
+
|
|
33
|
+
- large runtime refactors
|
|
34
|
+
- release workflow surgery without a focused scope
|
|
35
|
+
- tmux/team-state concurrency work with unclear blast radius
|
|
36
|
+
- broad prompt taxonomy rewrites
|
|
37
|
+
- changes that require maintainer-only credentials or environment access
|
|
38
|
+
|
|
39
|
+
## Maintainer checklist before applying the label
|
|
40
|
+
|
|
41
|
+
- task is broken down enough to fit in one PR
|
|
42
|
+
- expected files are named
|
|
43
|
+
- verification path is stated
|
|
44
|
+
- hidden blockers are removed or called out
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Contributor Wiki
|
|
2
|
+
|
|
3
|
+
This is the contributor-facing wiki source for `JustineDevs/roblox-ai-os`.
|
|
4
|
+
|
|
5
|
+
It is **not** the same thing as the local runtime wiki under `.rcs/wiki/`.
|
|
6
|
+
Use this wiki for community guidance, roadmap context, issue triage, and release operations.
|
|
7
|
+
|
|
8
|
+
## Start here
|
|
9
|
+
|
|
10
|
+
- [Contributing guide](./Contributing.md)
|
|
11
|
+
- [Good first issues and labels](./Good-First-Issues.md)
|
|
12
|
+
- [Roadmap](./Roadmap.md)
|
|
13
|
+
- [Release playbook](./Release-Playbook.md)
|
|
14
|
+
|
|
15
|
+
## What this wiki is for
|
|
16
|
+
|
|
17
|
+
- lowering the barrier to first contribution
|
|
18
|
+
- giving contributors a stable place to understand priorities
|
|
19
|
+
- showing maintainers how to label and scope newcomer-friendly work
|
|
20
|
+
- documenting release and update flows without forcing people to reverse-engineer workflow files
|
|
21
|
+
|
|
22
|
+
## Maintainer expectations
|
|
23
|
+
|
|
24
|
+
- keep issues small, explicit, and easy to test
|
|
25
|
+
- use `good first issue` and `help wanted` labels deliberately
|
|
26
|
+
- respond quickly when a contributor asks for clarification
|
|
27
|
+
- thank contributors in release notes, README acknowledgements, or follow-up docs when their work materially lands
|
|
28
|
+
- accept non-code contributions such as docs, localization, QA, roadmap refinement, and issue triage
|
|
29
|
+
- use an All Contributors-style mindset so contribution credit is not limited to code
|
|
30
|
+
|
|
31
|
+
## Source of truth
|
|
32
|
+
|
|
33
|
+
- Canonical public entry point: [../../README.md](../../README.md)
|
|
34
|
+
- Contributor workflow contract: [../../CONTRIBUTING.md](../../CONTRIBUTING.md)
|
|
35
|
+
- Roadmap source for contributor planning: [./Roadmap.md](./Roadmap.md)
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# Release Playbook
|
|
2
|
+
|
|
3
|
+
This page explains the public release surfaces for RCS.
|
|
4
|
+
|
|
5
|
+
## Three separate release surfaces
|
|
6
|
+
|
|
7
|
+
### 1. npm package
|
|
8
|
+
|
|
9
|
+
Public package:
|
|
10
|
+
|
|
11
|
+
- `@jstn-sdk/rcs`
|
|
12
|
+
|
|
13
|
+
Registry:
|
|
14
|
+
|
|
15
|
+
- `https://registry.npmjs.org`
|
|
16
|
+
|
|
17
|
+
Purpose:
|
|
18
|
+
|
|
19
|
+
- what end users install with `npm install -g @jstn-sdk/rcs`
|
|
20
|
+
|
|
21
|
+
### 2. GitHub Packages
|
|
22
|
+
|
|
23
|
+
Registry:
|
|
24
|
+
|
|
25
|
+
- `https://npm.pkg.github.com`
|
|
26
|
+
|
|
27
|
+
Purpose:
|
|
28
|
+
|
|
29
|
+
- populates the repository Packages tab
|
|
30
|
+
- keeps GitHub-native package visibility aligned with the repo
|
|
31
|
+
|
|
32
|
+
### 3. GitHub Releases
|
|
33
|
+
|
|
34
|
+
Purpose:
|
|
35
|
+
|
|
36
|
+
- creates the Releases page entry
|
|
37
|
+
- attaches release notes and binary assets to a tag
|
|
38
|
+
|
|
39
|
+
Important:
|
|
40
|
+
|
|
41
|
+
- a git tag alone is not a GitHub Release object
|
|
42
|
+
- a successful npm publish alone does not populate GitHub Releases or GitHub Packages
|
|
43
|
+
|
|
44
|
+
## Maintainer release expectations
|
|
45
|
+
|
|
46
|
+
- verify Actions pre-flight before sign-off
|
|
47
|
+
- keep changelog and release notes aligned
|
|
48
|
+
- create or update the GitHub Release object from the tag workflow
|
|
49
|
+
- publish npm and GitHub Packages from the workflow lanes, not by assumption
|
|
50
|
+
|
|
51
|
+
## Contributor-facing outputs
|
|
52
|
+
|
|
53
|
+
- release notes
|
|
54
|
+
- changelog entry
|
|
55
|
+
- package version bump
|
|
56
|
+
- tagged release
|
|
57
|
+
- attached native assets when applicable
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# Roadmap
|
|
2
|
+
|
|
3
|
+
This is the current contributor-facing roadmap for RCS.
|
|
4
|
+
|
|
5
|
+
## Current priority themes
|
|
6
|
+
|
|
7
|
+
- contributor experience and community hygiene
|
|
8
|
+
- release reliability across GitHub Releases, GitHub Packages, and npm
|
|
9
|
+
- Roblox-first prompt and skill quality
|
|
10
|
+
- Studio workspace and reference-layer grounding
|
|
11
|
+
|
|
12
|
+
## Next roadmap
|
|
13
|
+
|
|
14
|
+
### Worldbuilding and design production skills
|
|
15
|
+
|
|
16
|
+
Planned outputs:
|
|
17
|
+
|
|
18
|
+
- moodboards
|
|
19
|
+
- GDD structure
|
|
20
|
+
- story outline
|
|
21
|
+
- character sheets
|
|
22
|
+
- map chunk specs
|
|
23
|
+
- weekly implementation plans
|
|
24
|
+
|
|
25
|
+
Why it matters:
|
|
26
|
+
|
|
27
|
+
- helps RCS support pre-production and design-system work, not just coding
|
|
28
|
+
- gives creators a disciplined planning path before implementation
|
|
29
|
+
|
|
30
|
+
### Roblox monetization planner
|
|
31
|
+
|
|
32
|
+
Planned outputs:
|
|
33
|
+
|
|
34
|
+
- game pass ideas
|
|
35
|
+
- dev product loops
|
|
36
|
+
- subscription perks
|
|
37
|
+
- private server strategy
|
|
38
|
+
- Creator Rewards fit by genre
|
|
39
|
+
|
|
40
|
+
Why it matters:
|
|
41
|
+
|
|
42
|
+
- pushes monetization design into explicit, reviewable planning instead of ad hoc prompting
|
|
43
|
+
|
|
44
|
+
### Patch assistant
|
|
45
|
+
|
|
46
|
+
Planned outputs:
|
|
47
|
+
|
|
48
|
+
- update notes
|
|
49
|
+
- devlog copy
|
|
50
|
+
- QA checklist
|
|
51
|
+
- release readiness review
|
|
52
|
+
|
|
53
|
+
Why it matters:
|
|
54
|
+
|
|
55
|
+
- turns merged work into ship-ready communication and operational follow-through
|
|
56
|
+
|
|
57
|
+
### Audience and retention planner
|
|
58
|
+
|
|
59
|
+
Planned outputs:
|
|
60
|
+
|
|
61
|
+
- target player habits
|
|
62
|
+
- session length expectations
|
|
63
|
+
- social hooks
|
|
64
|
+
- replay loops
|
|
65
|
+
|
|
66
|
+
Why it matters:
|
|
67
|
+
|
|
68
|
+
- makes retention design a first-class creator workflow instead of an afterthought
|
|
69
|
+
|
|
70
|
+
### Live ops mode
|
|
71
|
+
|
|
72
|
+
Planned outputs:
|
|
73
|
+
|
|
74
|
+
- weekly update planning
|
|
75
|
+
- event cadence
|
|
76
|
+
- private-server hooks
|
|
77
|
+
- seasonal content beats
|
|
78
|
+
- acquisition loops tied to Roblox monetization and Creator Rewards
|
|
79
|
+
|
|
80
|
+
Why it matters:
|
|
81
|
+
|
|
82
|
+
- aligns content cadence, retention, and monetization into one explicit operating surface
|
|
83
|
+
|
|
84
|
+
## Contributor note
|
|
85
|
+
|
|
86
|
+
If you want to help, prefer turning one roadmap item into:
|
|
87
|
+
|
|
88
|
+
1. a scoped issue
|
|
89
|
+
2. clear acceptance criteria
|
|
90
|
+
3. one narrow implementation slice
|
package/package.json
CHANGED
|
@@ -45,10 +45,18 @@ Priority 1: canonical platform truth
|
|
|
45
45
|
- `https://gitmcp.io/Roblox/creator-docs`
|
|
46
46
|
|
|
47
47
|
Priority 2: high-signal implementation references
|
|
48
|
+
- `https://github.com/sentinelcore/roblox-skills`
|
|
48
49
|
- `https://gitmcp.io/retpirato/Roblox-Scripts`
|
|
49
50
|
- `https://gitmcp.io/sentinelcore/roblox-skills`
|
|
50
|
-
- `https://
|
|
51
|
+
- `https://github.com/greedychipmunk/agent-skills/tree/main/roblox-game-developer`
|
|
52
|
+
- `https://github.com/omer-metin/skills-for-antigravity/tree/main/skills/roblox-development`
|
|
53
|
+
- `https://github.com/dig1t/skills`
|
|
54
|
+
- `https://github.com/Corecii/Devprod`
|
|
51
55
|
- `https://gitmcp.io/Corecii/Devprod`
|
|
56
|
+
|
|
57
|
+
Priority 3: raw script and corpus support
|
|
58
|
+
- `https://github.com/retpirato/Roblox-Scripts`
|
|
59
|
+
- `https://gitmcp.io/frosteen/Roblox_LUA_Weapon_Scripts`
|
|
52
60
|
- `https://gitmcp.io/uhub/awesome-lua`
|
|
53
61
|
- `https://gitmcp.io/LewisJEllis/awesome-lua`
|
|
54
62
|
- `https://gitmcp.io/forhappy/awesome-lua`
|
|
@@ -61,11 +69,15 @@ Priority 3: dataset and corpus support
|
|
|
61
69
|
- `https://datasets-server.huggingface.co/splits?dataset=TorpedoSoftware%2FRoblox-Luau-Reasoning-v1.0`
|
|
62
70
|
- `https://huggingface.co/datasets/bartholomort/lua-obfuscator-corpus`
|
|
63
71
|
|
|
64
|
-
|
|
72
|
+
Reference policy:
|
|
65
73
|
- official Roblox docs define correctness
|
|
66
|
-
- repos improve implementation awareness only
|
|
74
|
+
- Roblox skill repos improve implementation awareness only
|
|
67
75
|
- datasets are weak pattern support only
|
|
68
76
|
|
|
77
|
+
Canonical reference-layer policy is documented in:
|
|
78
|
+
- `docs/reference/roblox-mcp-reference-layer.md`
|
|
79
|
+
- `templates/roblox/reference-sources.md`
|
|
80
|
+
|
|
69
81
|
## Phase 2: Understanding Synthesis
|
|
70
82
|
|
|
71
83
|
Before implementation, answer:
|
|
@@ -141,6 +141,3 @@ Remaining Risks:
|
|
|
141
141
|
**Bad:** Keep a `fallback if it fails` branch that silently defaults after a swallowed error instead of fixing the root cause or making failure explicit.
|
|
142
142
|
|
|
143
143
|
**Good:** A version-specific compatibility shim is narrow, documented, preserves error evidence, has primary and fallback regression tests, and is reported as a grounded compatibility/fail-safe fallback.
|
|
144
|
-
surface-class: "operator"
|
|
145
|
-
domain: "creator-runtime"
|
|
146
|
-
audience: "operator"
|