Skip to main content

runway-status

Check the current Agent Runway status - loaded architectural map, active conventions, module boundaries, and enforcement levels. Use when debugging agent behavior or verifying plugin configuration.

설치로 이동

소스 정보

저장소
rennf93/agent-runway
최근 소스 활동
2026년 4월 7일 18:30
감지된 SKILL.md 언어
영어
스타
3
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
runway-status
description
Check the current Agent Runway status - loaded architectural map, active conventions, module boundaries, and enforcement levels. Use when debugging agent behavior or verifying plugin configuration.
# Runway Status Read and display the current Agent Runway architectural map to understand what context is being injected into subagents. ## Steps 1. Read the arch-map.json from the plugin data directory: - Path: `${CLAUDE_PLUGIN_DATA}/arch-map.json` (or check `/tmp/agent-runway/arch-map.json` as fallback) 2. Display a summary: - Project name and scan timestamp - Module boundaries with their purposes and forbidden definitions - Active conventions with enforcement levels (warn/block) - CLAUDE.md rules that were extracted - Context block size (characters) 3. If `.agent-runway.yml` exists in the working directory, also display: - User-configured overrides - Custom convention rules - Extra instructions 4. If the arch-map.json does not exist, inform the user that the plugin has not scanned the project yet (happens on SessionStart).
GitHub에서 보기