chore: retire legacy rectification runtime
Staging Backend Quality Gate / validate (push) Failing after 9m57s
Staging Backend Quality Gate / publish (push) Has been skipped

This commit is contained in:
Jesse_Chen
2026-08-07 12:55:32 +08:00
parent 28147b40d0
commit f3946eaa6f
158 changed files with 166 additions and 41640 deletions
@@ -21,8 +21,7 @@ const agent = readFileSync(
);
const styles = readFileSync(new URL("../src/app/globals.css", import.meta.url), "utf8");
test("birth-time rectification entry no longer routes through V4", () => {
assert.doesNotMatch(component, /loadActiveRectificationV4|RectificationV4Panel|transitionRectificationV4/);
test("birth-time rectification entry mounts the Agentic chat", () => {
assert.match(component, /return <AgenticRectificationChat \{\.\.\.props\} \/>/);
});