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
10 lines
208 B
Bash
Executable file
10 lines
208 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
cat <<'SAFE'
|
|
Safety guardrails:
|
|
- Avoid rm -rf / rm -r (except node_modules, vendor, .cache)
|
|
- Avoid sed -i
|
|
- Avoid xargs with file operations
|
|
- Avoid mv/cp with wildcards
|
|
SAFE
|