fix(compaction): surface safeguard cancel reasons and clarify /compact skips (#51072)

Merged via squash.

Prepared head SHA: f1dbef0443
Co-authored-by: afurm <6375192+afurm@users.noreply.github.com>
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com>
Reviewed-by: @jalehman
This commit is contained in:
Andrii Furmanets
2026-03-25 20:03:22 +02:00
committed by GitHub
parent 7847e67f8a
commit 89c4c674d1
10 changed files with 347 additions and 62 deletions

View File

@@ -203,7 +203,6 @@ describe("registerPreActionHooks", () => {
it("handles debug mode and plugin-required command preaction", async () => {
const processTitleSetSpy = vi.spyOn(process, "title", "set");
await runPreAction({
parseArgv: ["status"],
processArgv: ["node", "openclaw", "status", "--debug"],