원클릭으로
log-sanitization-v3
Protocol for high-density, symmetrical shorthand logging in VS Code extensions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Protocol for high-density, symmetrical shorthand logging in VS Code extensions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
# Dev Cycle Protocol: CDP Shell Sovereignty (v2.5.1)
Protocol for local session metadata persistence in the Virgo extension.
Architectural map and development guidelines for the Virgo extension. Mandatory reference for all agent modifications.
Protocol for high-integrity conversational AI injections and sensory parity in the Virgo extension.
Governance protocol and automated scripts for packaging and publishing the Virgo MCP standalone server to the public NPM registry. Enforces safety gates and clean extraction logic.
Unified Release Authority — Single Source of Truth for all release lifecycle actions. Merges release_prestige and version_sentinel into one sovereign skill covering: semantic versioning rules, authorization gates, pipeline execution, artifact verification, git history auditing, SemVer enforcement, and post-release validation.
| name | log_sanitization_v3 |
| description | Protocol for high-density, symmetrical shorthand logging in VS Code extensions. |
Recursive JSON serialization of large state objects during debugging leads to terminal cropping and cognitive noise. This protocol solves this for internal code logs. However, it MUST NOT apply to user-facing content (conversational text), which is protected by the virgo_injection_guard verbatim protocol.
Any array with length > 10 MUST be replaced with a string summary during serialization:
[COUNT: {n} items]voices, chapters, sentences, etc.Filesystem paths and UUIDs MUST be shortened to preserve horizontal space:
file:///.../24f2-9ddc-46d5-86e4-f499bb2cca28 -> file:///.../24f2...cca28Abandon JSON formatting for log payloads. Use the High-Density Shorthand format:
[COMMAND] key:val | key2:val2The sanitizer logic MUST be mirrored in both the Extension (Backend) and Webview (Frontend) to ensure diagnostic logs look identical across the bridge.
Any payload marked as content, snippet, or markdown used for user-facing auditory injections is EXEMPT from all summarization rules.
console, logger). It does not apply to the virgo_injection_guard.High-frequency "heartbeat" or "sync" messages MUST be suppressed from the main output channel.
state-sync, cacheStatus, progress.The ASCII signal marker [STORE-SYNC-COMPLETE] is EXEMPT from all noise suppression and summarization rules.