diff --git a/.agents/skills/impeccable/scripts/context.mjs b/.agents/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.agents/skills/impeccable/scripts/context.mjs +++ b/.agents/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/.claude/skills/impeccable/scripts/context.mjs b/.claude/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.claude/skills/impeccable/scripts/context.mjs +++ b/.claude/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/.cursor/skills/impeccable/scripts/context.mjs b/.cursor/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.cursor/skills/impeccable/scripts/context.mjs +++ b/.cursor/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/.gemini/skills/impeccable/scripts/context.mjs b/.gemini/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.gemini/skills/impeccable/scripts/context.mjs +++ b/.gemini/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/.github/skills/impeccable/scripts/context.mjs b/.github/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.github/skills/impeccable/scripts/context.mjs +++ b/.github/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/.kiro/skills/impeccable/scripts/context.mjs b/.kiro/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.kiro/skills/impeccable/scripts/context.mjs +++ b/.kiro/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/.opencode/skills/impeccable/scripts/context.mjs b/.opencode/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.opencode/skills/impeccable/scripts/context.mjs +++ b/.opencode/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/.pi/skills/impeccable/scripts/context.mjs b/.pi/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.pi/skills/impeccable/scripts/context.mjs +++ b/.pi/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/.qoder/skills/impeccable/scripts/context.mjs b/.qoder/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.qoder/skills/impeccable/scripts/context.mjs +++ b/.qoder/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/.rovodev/skills/impeccable/scripts/context.mjs b/.rovodev/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.rovodev/skills/impeccable/scripts/context.mjs +++ b/.rovodev/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/.trae-cn/skills/impeccable/scripts/context.mjs b/.trae-cn/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.trae-cn/skills/impeccable/scripts/context.mjs +++ b/.trae-cn/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/.trae/skills/impeccable/scripts/context.mjs b/.trae/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/.trae/skills/impeccable/scripts/context.mjs +++ b/.trae/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); } diff --git a/plugin/skills/impeccable/scripts/context.mjs b/plugin/skills/impeccable/scripts/context.mjs index 3912a9060..04f334554 100644 --- a/plugin/skills/impeccable/scripts/context.mjs +++ b/plugin/skills/impeccable/scripts/context.mjs @@ -27,7 +27,7 @@ const FALLBACK_DIRS = ['.agents/context', 'docs']; // ─── Update check ────────────────────────────────────────────────────────── // Piggyback a lightweight skill-version check on the once-per-session boot. // When a newer skill ships, append an UPDATE_AVAILABLE directive so the agent -// can offer `npx impeccable skills update`. Everything here is best-effort and +// can offer `npx impeccable update`. Everything here is best-effort and // silent on failure: a network problem, sandbox, or missing cache must never // block context output or print an error. @@ -172,8 +172,8 @@ function buildUpdateDirective(localVersion, latestVersion) { `UPDATE_AVAILABLE: A newer Impeccable skill is available ` + `(installed v${localVersion}, latest v${latestVersion}). ` + `Before continuing, ask the user once: "A newer Impeccable (v${latestVersion}) is available. ` + - `Update now? It runs \`npx impeccable skills update\`." ` + - `If they agree, run \`npx impeccable skills update\` (the update applies to the next session, not this one). ` + + `Update now? It runs \`npx impeccable update\`." ` + + `If they agree, run \`npx impeccable update\` (the update applies to the next session, not this one). ` + `Either way, continue the current task without waiting, and do not raise this again.` ); }