fix: redact operational skill review sources
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
# Published review fixture — original environment discovery and endpoints removed.
|
||||
|
||||
_ndo_die() { echo "$*" >&2; exit 2; }
|
||||
|
||||
env_list() {
|
||||
printf '%-16s %-34s %-14s %s\n' ALIAS CONTEXT NAMESPACE GATEWAY
|
||||
printf '%-16s %-34s %-14s %s\n' sample/dev '[REDACTED CONTEXT]' '[REDACTED NAMESPACE]' '[REDACTED URL]'
|
||||
}
|
||||
|
||||
env_resolve() {
|
||||
_ndo_die "Environment resolution is disabled in this published, redacted review fixture."
|
||||
}
|
||||
|
||||
env_discover() {
|
||||
_ndo_die "Environment discovery is disabled in this published, redacted review fixture."
|
||||
}
|
||||
Reference in New Issue
Block a user