@jstn-sdk/ma 0.1.4 → 0.1.5
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/.codex/config.toml +2 -0
- package/.codex/hooks.json +1 -1
- package/.codex/prompts/enforcement.md +3 -3
- package/.codex/prompts/onboarding.md +14 -29
- package/README.md +129 -472
- package/bin/ma.js +103 -54
- package/docs/README.md +1 -2
- package/docs/getting-started.md +37 -402
- package/docs/mcp-setup.md +134 -3
- package/docs/onboarding.md +11 -41
- package/docs/qa/release-readiness-0.1.5.md +77 -0
- package/docs/release-spec.md +103 -81
- package/docs/skills-publishing.md +54 -187
- package/docs/skills.md +141 -78
- package/mcp/collections.json +1 -1
- package/mcp/fallback.json +1 -1
- package/mcp/servers.json +1 -1
- package/package.json +14 -17
- package/plugins/meta-architect/.app.json +1 -1
- package/plugins/meta-architect/.mcp.json +1 -1
- package/plugins/meta-architect/README.md +10 -23
- package/plugins/meta-architect/skills/meta-architect/SKILL.md +23 -17
- package/plugins/meta-architect/skills/meta-architect-arch/SKILL.md +24 -0
- package/plugins/meta-architect/skills/meta-architect-build/SKILL.md +25 -0
- package/plugins/meta-architect/skills/meta-architect-flow/SKILL.md +23 -0
- package/plugins/meta-architect/skills/meta-architect-sage/SKILL.md +23 -0
- package/plugins/meta-architect/skills/meta-architect-vet/SKILL.md +23 -0
- package/plugins/meta-architect/skills/meta-architect-vibe/SKILL.md +24 -0
- package/prompts/architect.md +216 -0
- package/prompts/builder.md +10 -0
- package/prompts/flow.md +9 -0
- package/prompts/release-manager.md +10 -0
- package/prompts/sage.md +10 -0
- package/prompts/security-reviewer.md +10 -0
- package/prompts/verifier.md +10 -0
- package/prompts/vibe.md +10 -0
- package/scripts/doctor.js +0 -8
- package/scripts/skills-install.js +36 -4
- package/scripts/skills-manifest.js +1 -1
- package/scripts/skills-validate.js +40 -78
- package/skills/index.json +22 -22
- package/skills/meta-architect/SKILL.md +23 -17
- package/skills/meta-architect/agents/openai.yaml +3 -3
- package/skills/meta-architect/references/core-release-rules.md +2 -2
- package/skills/meta-architect-arch/SKILL.md +24 -0
- package/skills/meta-architect-arch/agents/openai.yaml +4 -0
- package/skills/meta-architect-build/SKILL.md +25 -0
- package/skills/meta-architect-build/agents/openai.yaml +4 -0
- package/skills/meta-architect-flow/SKILL.md +23 -0
- package/skills/meta-architect-flow/agents/openai.yaml +4 -0
- package/skills/meta-architect-sage/SKILL.md +23 -0
- package/skills/meta-architect-sage/agents/openai.yaml +4 -0
- package/skills/meta-architect-vet/SKILL.md +23 -0
- package/skills/meta-architect-vet/agents/openai.yaml +4 -0
- package/skills/meta-architect-vibe/SKILL.md +24 -0
- package/skills/meta-architect-vibe/agents/openai.yaml +4 -0
- package/sprint/00-idea.md +1 -1
- package/sprint/01-architecture.md +1 -1
- package/sprint/02-oss-evidence.md +1 -1
- package/sprint/03-logic.md +1 -1
- package/sprint/04-security.md +2 -2
- package/sprint/05-dx-ux.md +1 -1
- package/src/decision-log.js +4 -4
- package/src/doctor.js +30 -0
- package/src/launcher.js +17 -21
- package/src/mcp-live-client.js +1 -1
- package/src/paths.js +32 -8
- package/src/release-state.js +3 -3
- package/src/setup.js +375 -0
- package/src/skills.js +166 -309
- package/templates/AGENTS.md +6 -6
- package/templates/model-instructions/core.md +1 -1
- package/.agents/plugins/marketplace.json +0 -20
- package/docs/assets/meta-architect-logo.png +0 -0
- package/docs/assets/meta-architect-logo.svg +0 -8
- package/docs/installed-sdk.md +0 -60
- package/docs/qa/release-readiness-0.1.4.md +0 -79
- package/plugins/meta-architect/.codex-plugin/plugin.json +0 -23
- package/plugins/meta-architect/skills/arch/SKILL.md +0 -27
- package/plugins/meta-architect/skills/arch/agents/openai.yaml +0 -4
- package/plugins/meta-architect/skills/build/SKILL.md +0 -24
- package/plugins/meta-architect/skills/build/agents/openai.yaml +0 -4
- package/plugins/meta-architect/skills/flow/SKILL.md +0 -24
- package/plugins/meta-architect/skills/flow/agents/openai.yaml +0 -4
- package/plugins/meta-architect/skills/meta-architect/agents/openai.yaml +0 -4
- package/plugins/meta-architect/skills/meta-architect/references/core-release-rules.md +0 -13
- package/plugins/meta-architect/skills/sage/SKILL.md +0 -24
- package/plugins/meta-architect/skills/sage/agents/openai.yaml +0 -4
- package/plugins/meta-architect/skills/vet/SKILL.md +0 -25
- package/plugins/meta-architect/skills/vet/agents/openai.yaml +0 -4
- package/plugins/meta-architect/skills/vibe/SKILL.md +0 -24
- package/plugins/meta-architect/skills/vibe/agents/openai.yaml +0 -4
- package/scripts/plugin-sync.js +0 -92
- package/scripts/postinstall.js +0 -23
- package/scripts/release-metadata.js +0 -94
- package/scripts/release-sync.js +0 -359
- package/scripts/release-verify.js +0 -153
- package/scripts/setup-npmrc.js +0 -39
- package/skills/arch/SKILL.md +0 -27
- package/skills/arch/agents/openai.yaml +0 -4
- package/skills/build/SKILL.md +0 -24
- package/skills/build/agents/openai.yaml +0 -4
- package/skills/flow/SKILL.md +0 -24
- package/skills/flow/agents/openai.yaml +0 -4
- package/skills/sage/SKILL.md +0 -24
- package/skills/sage/agents/openai.yaml +0 -4
- package/skills/vet/SKILL.md +0 -25
- package/skills/vet/agents/openai.yaml +0 -4
- package/skills/vibe/SKILL.md +0 -24
- package/skills/vibe/agents/openai.yaml +0 -4
- package/src/runtime-artifacts.js +0 -363
- package/src/skill-installer.js +0 -198
package/.codex/hooks.json
CHANGED
|
@@ -19,7 +19,7 @@ Your purpose is to turn project ideas into evidence-backed architecture, validat
|
|
|
19
19
|
Treat Meta-Architect as two layers:
|
|
20
20
|
|
|
21
21
|
- **Kernel**
|
|
22
|
-
-
|
|
22
|
+
- CLI runtime
|
|
23
23
|
- gate enforcement
|
|
24
24
|
- decision and release state
|
|
25
25
|
- MCP evidence binding
|
|
@@ -42,12 +42,12 @@ The kernel may be minimal, but it must be strict. Extensions may vary, but they
|
|
|
42
42
|
6. Do not allow direct release from a task branch or linked worktree.
|
|
43
43
|
7. All completed task branches must merge into `development` before release promotion.
|
|
44
44
|
8. Only release from `development` or an approved `release/*` branch to `prod`.
|
|
45
|
-
9. Every write-capable implemented entrypoint must append a decision record to `.
|
|
45
|
+
9. Every write-capable implemented entrypoint must append a decision record to `.omx/decisions.json`.
|
|
46
46
|
10. Every security finding with unresolved High or Critical severity must force `security_status = RED`.
|
|
47
47
|
11. Every unresolved critical business-logic blocker must force `logic_status = RED`.
|
|
48
48
|
12. No silent status upgrades are allowed.
|
|
49
49
|
13. No hallucinated packages, repositories, or MCP endpoints are allowed.
|
|
50
|
-
14. Runtime `.
|
|
50
|
+
14. Runtime `.omx` residue such as logs/state/tmp/cache must not be treated as public source.
|
|
51
51
|
15. When a gate is blocked, explain the blocker and list the next allowed triggers.
|
|
52
52
|
|
|
53
53
|
## Evidence rule
|
|
@@ -1,41 +1,26 @@
|
|
|
1
1
|
# Onboarding
|
|
2
2
|
|
|
3
|
-
Meta-Architect is a
|
|
3
|
+
Meta-Architect is a Codex-native runtime layer.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Canonical start
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
- `$flow`
|
|
11
|
-
- `$vet`
|
|
12
|
-
- `$vibe`
|
|
13
|
-
- `$build`
|
|
7
|
+
1. Install `@openai/codex` and `meta-architect`
|
|
8
|
+
2. Launch `ma --madmax --high`
|
|
9
|
+
3. Operate through `$arch`, `$sage`, `$flow`, `$vet`, `$vibe`, `$build`
|
|
14
10
|
|
|
15
|
-
Secondary
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
- `ma skills`
|
|
11
|
+
## Secondary helpers
|
|
12
|
+
|
|
13
|
+
Use only when needed:
|
|
19
14
|
- `ma status`
|
|
20
|
-
- `ma
|
|
21
|
-
- `ma run
|
|
22
|
-
- `ma run '$flow'`
|
|
23
|
-
- `ma run '$vet'`
|
|
24
|
-
- `ma run '$vibe'`
|
|
25
|
-
- `ma run '$build'`
|
|
15
|
+
- `ma idea`
|
|
16
|
+
- `ma run ...`
|
|
26
17
|
- `ma merge`
|
|
27
18
|
- `ma release`
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
1. Read `README.md`
|
|
32
|
-
2. Read `docs/getting-started.md`
|
|
33
|
-
3. Read `docs/release-spec.md`
|
|
34
|
-
4. Read `docs/skills.md`
|
|
35
|
-
5. Start Codex context if needed, then use `$arch` before assuming the workflow is ready
|
|
19
|
+
- `ma doctor`
|
|
20
|
+
- `ma setup`
|
|
36
21
|
|
|
37
22
|
## What not to do
|
|
38
23
|
|
|
39
|
-
- Do not edit `.
|
|
40
|
-
- Do not treat `.
|
|
24
|
+
- Do not edit `.omx/release.json` or `.omx/decisions.json` manually to bypass the gate model.
|
|
25
|
+
- Do not treat `.omx/logs/`, `.omx/state/`, or `.omx/metrics.json` as source.
|
|
41
26
|
- Do not claim release channels succeeded without proof.
|