mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-08 07:37:48 +02:00
Merge remote-tracking branch 'origin/main' into maint/pr-2871-current
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
name: nasiko-control-plane
|
||||
description: Install, detect, and operate the optional Nasiko agent control plane through ECC with pinned artifacts, explicit consent, and telemetry and secrets boundaries.
|
||||
description: Use the experimental Nasiko CLI lifecycle bridge for pinned installation, read-only status, and qualified uninstall with explicit consent and telemetry and secrets boundaries.
|
||||
---
|
||||
|
||||
# Nasiko Control Plane
|
||||
# Nasiko CLI Lifecycle Bridge
|
||||
|
||||
Use this skill when a user explicitly asks to install, inspect, or operate the
|
||||
Nasiko control plane with ECC.
|
||||
Use this skill when a user explicitly asks ECC to install, inspect, or remove
|
||||
the qualified Nasiko CLI. This skill does not operate a Nasiko control plane.
|
||||
|
||||
## Safety contract
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
interface:
|
||||
display_name: "Nasiko Control Plane"
|
||||
short_description: "Safely install and inspect the optional Nasiko control plane"
|
||||
display_name: "Nasiko CLI Bridge"
|
||||
short_description: "Safely install and inspect the optional pinned Nasiko CLI"
|
||||
default_prompt: "Use $nasiko-control-plane to inspect or explicitly install the pinned Nasiko CLI without enabling telemetry or exposing secrets."
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
results/*.md
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
uv.lock
|
||||
Reference in New Issue
Block a user