بنقرة واحدة
knowledge-mesh-platform
Read a Platform's CALM model + cross-BAR design from the mesh by platform id.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Read a Platform's CALM model + cross-BAR design from the mesh by platform id.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | knowledge-mesh-platform |
| description | Read a Platform's CALM model + cross-BAR design from the mesh by platform id. |
| version | 0.1.0 |
| purity | pure-data |
| runtime | research-runner |
| command | npx @maintainabilityai/research-runner@~0.1.64 skill-knowledge-mesh-platform |
Returns the platform's cross-BAR architecture + decisions. Used when an OKR spans multiple BARs and the agent needs to reason about shared infrastructure.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
platformId | string | yes | — | e.g. PLT-IMDB. |
| Field | Type | Description |
|---|---|---|
ok | boolean | |
platform | { id, slug, name, calmModel, decisions, bars } | Structured snapshot. |
reason? | string | On ok: false. |
echo '{"platformId":"PLT-IMDB"}' \
| npx @maintainabilityai/research-runner@~0.1.64 skill-knowledge-mesh-platform
Reads platforms/<slug>/platform.arch.json + platform.decisions.yaml. CLI subcommand backend lands in B-PR1a.
{ok: false, reason: 'platform-not-found'} when the id doesn't resolve.
Append one hash-chained audit event to okrs/<id>/audit/events/<run-id>.jsonl. Returns the new chain head.
Replay the hash chain over an existing audit JSONL; returns the chain head on success, the first integrity failure reason on failure.
Query the mesh's threat library for entries matching a concern (e.g. "identity", "data-licensing").
Academic paper search via arXiv. Returns ranked paper results per query envelope.
Aggregated architecture context for a scope — CALM nodes + ADRs + fitness functions + quality attributes. PURE data; the Architect persona is in the parent agent's prompt.
Aggregated quality context for a scope — quality attribute definitions + performance SLOs + reliability targets per BAR.