원클릭으로
knowledge-mesh-adrs
Query the mesh's ADRs by concern. Returns matching ADR documents from any BAR's architecture/ADRs/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Query the mesh's ADRs by concern. Returns matching ADR documents from any BAR's architecture/ADRs/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| name | knowledge-mesh-adrs |
| description | Query the mesh's ADRs by concern. Returns matching ADR documents from any BAR's architecture/ADRs/. |
| version | 0.1.0 |
| purity | pure-data |
| runtime | research-runner |
| command | npx @maintainabilityai/research-runner@~0.1.64 skill-knowledge-mesh-adrs |
Returns ADRs across the mesh that touch a given concern. Lets the agent's Architect persona cite prior decisions in the PRD or design.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
concern | string | yes | — | Free-text or tag (e.g. identity-disambiguation, caching, auth). |
scope | { platformId?, barIds?: string[] } | no | mesh-wide | Restrict the search to specific platform / BARs. |
maxResults | integer | no | 20 |
| Field | Type | Description |
|---|---|---|
ok | boolean | |
adrs | AdrRecord[] | Each with id, title, status, tags, body (markdown), barId. |
echo '{"concern":"identity-disambiguation","scope":{"platformId":"PLT-IMDB"}}' \
| npx @maintainabilityai/research-runner@~0.1.64 skill-knowledge-mesh-adrs
Walks **/architecture/ADRs/*.md under the given scope, filters by tag/keyword match. CLI subcommand backend lands in B-PR1a.
Empty adrs: [] is NOT an error.