From 2f771e27e3069d162b904e00cdbeca6dc5dfee6c Mon Sep 17 00:00:00 2001 From: 123kupola <123kupola@gmail.com> Date: Sun, 28 Jun 2026 00:08:38 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20legacy=20references=20=E2=80=94?= =?UTF-8?q?=20Rust=20source=20+=20agent=20skills=20(5=20files)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .agent/skills/agent-setup/SKILL.md | 2 +- .agent/skills/coding-agent/SKILL.md | 2 +- .agent/skills/pi-update/SKILL.md | 8 ++++---- .agent/skills/runtime-version-sync/SKILL.md | 2 +- crates/colibri-glasspane/src/lib.rs | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.agent/skills/agent-setup/SKILL.md b/.agent/skills/agent-setup/SKILL.md index 726ba58..7c8d5ca 100644 --- a/.agent/skills/agent-setup/SKILL.md +++ b/.agent/skills/agent-setup/SKILL.md @@ -22,7 +22,7 @@ Current layout: ## Canonical addresses - `warden0`: `${AGENT_SUBNET_BASE}.1/24` -- `.2`: reserved compatibility slot (legacy controlplane naming) +- `.2`: reserved compatibility slot (earlier controlplane naming) - `{agent}-db`: `${AGENT_SUBNET_BASE}.3` - `{agent}-cms`: `${AGENT_SUBNET_BASE}.4` - `{agent}-ollama` or `{agent}-llamacpp`: `${AGENT_SUBNET_BASE}.5` (optional) diff --git a/.agent/skills/coding-agent/SKILL.md b/.agent/skills/coding-agent/SKILL.md index a8f3618..dc0ea6d 100644 --- a/.agent/skills/coding-agent/SKILL.md +++ b/.agent/skills/coding-agent/SKILL.md @@ -58,7 +58,7 @@ Send a test message on Telegram and check `logs/clawdie.log` for the new provide ## Installing / Reinstalling pi **IMPORTANT:** pi is published as `@earendil-works/pi-coding-agent`. -Older docs or installs may mention legacy package names; use the `pi-update` +Older docs or installs may mention earlier package names; use the `pi-update` skill for package-rename migrations. In the controlplane jail, install from the host's pre-built copy so the jail does not need to rebuild the multi-package pi project: diff --git a/.agent/skills/pi-update/SKILL.md b/.agent/skills/pi-update/SKILL.md index 552e79d..8fca372 100644 --- a/.agent/skills/pi-update/SKILL.md +++ b/.agent/skills/pi-update/SKILL.md @@ -7,7 +7,7 @@ description: Update the pi coding agent harness safely. Use when the operator as Update the `pi` coding-agent harness and its pi packages/extensions with minimal disruption. -Pi is currently published as `@earendil-works/pi-coding-agent`. Older installs may still use `@mariozechner/pi-coding-agent`; treat that as the legacy package name and migrate away from it. +Pi is currently published as `@earendil-works/pi-coding-agent`. Older installs may still use `@mariozechner/pi-coding-agent`; treat that as the previous-generation package name and migrate away from it. ## Rules @@ -45,7 +45,7 @@ Record: - current version - global npm root - whether `@earendil-works/pi-coding-agent` is installed -- whether legacy `@mariozechner/pi-coding-agent` is still installed +- whether the earlier `@mariozechner/pi-coding-agent` is still installed - installed pi packages/extensions, if any ## 2. Check latest upstream release @@ -94,7 +94,7 @@ A healthy final self-check says pi is already up to date. ## 4. Rename fallback path -Use this only if `pi update --self` cannot migrate a legacy install. +Use this only if `pi update --self` cannot migrate an earlier install. Check whether the old package is installed: @@ -162,6 +162,6 @@ Summarize: - old version and new version - package name used -- whether legacy package migration was needed +- whether previous-generation package migration was needed - whether pi packages/extensions were updated - any stale Clawdie references found for a follow-up patch diff --git a/.agent/skills/runtime-version-sync/SKILL.md b/.agent/skills/runtime-version-sync/SKILL.md index 81f2c6f..83d0dd3 100644 --- a/.agent/skills/runtime-version-sync/SKILL.md +++ b/.agent/skills/runtime-version-sync/SKILL.md @@ -15,7 +15,7 @@ Keep Linux, FreeBSD, and ISO runtime inputs aligned without relying on moving - For security-sensitive auth paths, inspect before mutating. - Pin build inputs; do not let ISO builds depend on moving npm dist-tags. - Prefer Node 24 across Linux and FreeBSD unless a target explicitly requires a - legacy lane. + earlier lane. - Use repo-local `tmp/` for generated inventories and manifests. ## 1. Inventory local host diff --git a/crates/colibri-glasspane/src/lib.rs b/crates/colibri-glasspane/src/lib.rs index e71fdd5..1ff4c39 100644 --- a/crates/colibri-glasspane/src/lib.rs +++ b/crates/colibri-glasspane/src/lib.rs @@ -702,7 +702,7 @@ pub struct Pane { pub id: String, pub agent: String, pub state: AgentState, - // `alias` keeps deserializing the legacy `pi_session_id` key (pre-zot wire + // `alias` keeps deserializing the original `pi_session_id` key (pre-zot wire // format / persisted snapshots) onto the harness-neutral field. #[serde( default,