From dcc9093182481cba63ba93e450d4645359cc6049 Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Fri, 13 Mar 2026 10:05:32 +1000 Subject: [PATCH] docs: clarify discord continuity is unsupported in alpha --- CHANGELOG.md | 3 +++ README.md | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b72cc..1b0fc62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,3 +26,6 @@ This release marks the transition from a skill-only continuity package to a ### Pending - Experiment C (compaction-path verification) remains pending because no real compaction event was triggered in the earlier pressure test + +### Known limitation in this alpha +- Reliable continuity recovery is currently validated for resident subagents, **not** for Discord main/channel/thread sessions. Fresh Discord tests did not preserve short facts or concrete working-state details across new sessions. diff --git a/README.md b/README.md index db505b4..8f0d5ef 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,15 @@ That is the problem this skill solves. ## Current architecture stance +> **Alpha support boundary (`v0.3.0-probe`)** +> +> Currently validated: +> - resident subagent startup continuity +> +> Not currently supported / not yet validated for reliable recovery: +> - Discord main/channel/thread continuity +> + This repository should now be understood as a **continuity package**, not just a standalone skill. ### Included forms