From 8879bd4de2fb4ac93cd686151ce4b9cc13379861 Mon Sep 17 00:00:00 2001 From: altair823 Date: Sat, 2 May 2026 18:47:23 +0000 Subject: [PATCH] chore(p9-fb-06): sync Cargo.lock for tempfile dev-dep + flip spec to completed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two follow-ups after PR #49 (kebab reset) merged: - Cargo.lock: kebab-cli's new dev-dep `tempfile` was committed in the feature PR but the lockfile entry was not regenerated, leaving main with a stale lock. `cargo metadata` regenerates the one-line addition to kebab-cli's dependency list. - tasks/p9/p9-fb-06-data-reset-command.md: status `in_progress` → `completed`, per the plan's task 6 commitment to flip in a separate one-line commit only after the implementation PR merges. Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.lock | 1 + tasks/p9/p9-fb-06-data-reset-command.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f48c334..49cd519 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3523,6 +3523,7 @@ dependencies = [ "kebab-eval", "kebab-tui", "serde_json", + "tempfile", ] [[package]] diff --git a/tasks/p9/p9-fb-06-data-reset-command.md b/tasks/p9/p9-fb-06-data-reset-command.md index 5828a70..fca1513 100644 --- a/tasks/p9/p9-fb-06-data-reset-command.md +++ b/tasks/p9/p9-fb-06-data-reset-command.md @@ -3,7 +3,7 @@ phase: P9 component: kebab-cli + kebab-app task_id: p9-fb-06 title: "kebab reset / nuke command" -status: in_progress +status: completed depends_on: [] unblocks: [] contract_source: ../../docs/superpowers/specs/2026-04-27-kebab-final-form-design.md