원클릭으로
bus-audit
Thin Codex skill shim for node_bus_audit_compute. Use when auditing OmniNode event-bus topic registry and contract wiring health.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Thin Codex skill shim for node_bus_audit_compute. Use when auditing OmniNode event-bus topic registry and contract wiring health.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Thin Codex skill shim for node_ticket_pipeline. Use to run the bounded per-ticket pipeline slice through the OmniMarket runtime adapter.
Thin Codex skill shim for node_adversarial_pipeline_orchestrator. Use when running the adversarial plan-to-ticket pipeline through runtime truth.
Thin Codex skill shim for node_dep_cascade_dedup_orchestrator. Use when deduplicating dependency bump PR cascades through runtime truth.
Thin Codex skill shim for node_observability_sink_effect. Use when persisting OmniNode observability events through runtime adapters.
Thin Codex skill shim for node_recall_compute. Use when querying OmniNode runtime knowledge through the event bus.
Thin Codex skill shim for node_gap_compute. Use when running OmniNode integration gap detection, report classification, or gap-cycle preflight.
| name | bus-audit |
| description | Thin Codex skill shim for node_bus_audit_compute. Use when auditing OmniNode event-bus topic registry and contract wiring health. |
This skill is a thin Codex runtime adapter shim over the OmniMarket
node_bus_audit_compute node. The node owns event registry parsing, contract
wiring checks, and finding classification. Do not add Kafka probing, grep
fallbacks, or inline audit logic to this skill.
| Argument | Description | Default |
|---|---|---|
scope | Operator-facing audit scope | local |
registry_path | Optional event registry YAML path | Node default |
contract_roots | Contract roots or contract.yaml files to scan | Node default |
failures_only | Return only error findings | false |
verbose | Include informational findings | false |
skip_daemon | Skip live daemon checks | false |
broker | Broker hint for future live sampling | Omitted |
sample_count | Requested sample count for future live sampling | 20 |
dry_run | Run without side effects | false |
target_runtime_address | Optional runtime://... runtime target | Uses ONEX_TARGET_RUNTIME_ADDRESS when set |
Run from the omnimarket repo or an omnimarket worktree:
env -u PYTHONPATH uv run python scripts/run_codex_runtime_request.py \
--command-name "bus_audit_compute" \
--payload '<json-payload>' \
--timeout-ms 30000
If the user supplies a runtime://... target, add
--target-runtime-address '<runtime-address>' to the request command. If the
argument is omitted, the wrapper uses ONEX_TARGET_RUNTIME_ADDRESS when set.
For event-bus-free preflight, add --compile-only. This validates the payload,
command topic, response topic, correlation id, timeout, and target runtime
address without publishing to Kafka or starting a runtime.
Map user inputs into a JSON payload using the same field names:
scoperegistry_pathcontract_rootsfailures_onlyverboseskip_daemonbrokersample_countdry_runIf ok is true and output_payloads is present, treat output_payloads[0]
as the primary node result.
If ok is false, surface error.code and error.message directly.
src/omnimarket/nodes/node_bus_audit_compute/scripts/run_codex_runtime_request.pybus_audit_computeonex.cmd.omnimarket.bus-audit-compute.v1onex.evt.omnimarket.bus-audit-compute.v1Prefer output_payloads[0]. Render status, topic counts, contract count,
and findings grouped by severity. All audit behavior is owned by
node_bus_audit_compute.