nw-canary

Detect auto-injection activation status in runtime environments.

Updated Mar 18, 2024
One-click install
npx skills add https://github.com/v1bh0r/precise-ledger-pro --skill nw-canary-v1bh0r
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nw-canary
Source: https://github.com/v1bh0r/precise-ledger-pro/tree/main/nWave/skills/nw-canary
Command: npx skills add https://github.com/v1bh0r/precise-ledger-pro --skill nw-canary-v1bh0r

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Canary-based health check to confirm auto-injection is active in the runtime environment, helping detect broken or disabled injection mechanisms.

Core Features & Use Cases

  • Canary presence validates that the injection framework is loaded and reachable at runtime.
  • Use in CI and staging to verify ADR-006 activation and prevent deployment of environments without proper injection safeguards.
  • Quick health checks during development to confirm that canary signals are produced and observable.

Quick Start

Run the canary check to confirm that auto-injection is active and the canary validation passes.

Frequently Asked Questions about nw-canary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a canary health check for auto-injection?▼

A canary health check verifies that auto-injection is active and reachable in the runtime environment. It validates the injection framework is loaded, ensuring deployment safeguards function correctly during CI and staging.

How do I verify ADR-006 injection activation in a CI pipeline?▼

Verify ADR-006 injection activation by running a canary check in your CI pipeline. This detects broken or disabled injection mechanisms, preventing the deployment of environments without proper injection safeguards.

How do I monitor for injection faults during runtime?▼

Monitor injection faults by observing canary signals during runtime. This mechanism ensures injection behavior remains deterministic and isolated, limiting risk while confirming the framework produces observable health metrics.

Does auto-injection validation work for staging environments?▼

Auto-injection validation works for staging environments by applying a canary check to confirm injection activation. It ensures the canary mechanism is observable, isolated, and verifiable before production deployment.

Why does auto-injection fail to activate in the runtime environment?▼

Auto-injection fails to activate when the injection framework is broken or disabled in the runtime environment. A canary check detects this by validating framework presence and confirming observable signal production.

Are canary checks isolated from the main runtime environment?▼

Canary checks are isolated from the main runtime environment to ensure deterministic behavior and limited risk. This isolation guarantees the canary mechanism remains observable and verifiable without impacting production stability.