Summary:\n- added Codex marketplace registry plus awareness/ethics/guardrails sub-plugins\n- mirrored Claude plugin commands/scripts/hooks into codex api/ci/code/collect/coolify/core/issue/perf/qa/review/verify\n- embedded Axioms of Life ethics modal, guardrails, and kernel files under codex/ethics\n- added Codex parity report, improvements list, and MCP integration plan\n- extended Gemini MCP tools and docs for Codex awareness
11 lines
209 B
Bash
Executable file
11 lines
209 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
cat <<'MAP'
|
|
Core CLI mapping:
|
|
- go test -> core go test
|
|
- go build -> core build
|
|
- go fmt -> core go fmt
|
|
- composer test -> core php test
|
|
- ./vendor/bin/pint -> core php fmt
|
|
MAP
|