Evidence: cold-agent trial, stock Spec Kit + Clewseau bundle delivers AC-HOME-15 end to end - #8
Draft
rdryfoos wants to merge 5 commits into
Draft
Evidence: cold-agent trial, stock Spec Kit + Clewseau bundle delivers AC-HOME-15 end to end#8rdryfoos wants to merge 5 commits into
rdryfoos wants to merge 5 commits into
Conversation
…ent on Spudnik). specify integration upgrade claude - the actual .claude/skills/speckit-* skill definitions this project's .specify/integrations/claude.manifest.json already referenced were never committed (per-machine, gitignored) and were missing entirely on the Spudnik host. Confirmed via `specify integration status` before running: 10 managed files missing, 2 genuinely customized (spec-template.md, tasks-template.md - the mandatory-ID-field edits from traceability.md). The upgrade preserved both customizations untouched and only installed the missing skill files. Side effect, reviewed: 6 shared scripts/templates came forward from speckit_version 0.11.9.dev0 to 0.15.3.dev0 in the same pass (real content changes, e.g. common.sh gained a more robust JSON-parser fallback chain), since they weren't flagged as locally modified. Accepted as-is. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
…C-HOME-15 end to end. A fresh agent with no HomesFlow context re-initialized stock Spec Kit, installed the Clewseau bundle, minted US/FR/AC for the home display-name normalization story from plain PRD prose, and carried it through spec, tasks, implementation, tests, and a passing Gate 2 emit. Includes the break/fix probe writeup (renamed proof correctly flipped the row to tracked-debt via an open Traces: task, then back to verified). Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this is
A fresh agent with no HomesFlow context was given a working tree with stock Spec Kit re-initialized and the Clewseau bundle installed from the catalog. It was asked to pick up one plain-prose item from the PRD (home display name normalization) and carry it to done. This branch is what it produced, unedited.
Draft on purpose. This PR is evidence for review, not for merge: the trial tree re-initialized
.specify/from stock, so merging would overwrite main's native setup. Review it; don't land it.Where to look
Commit 1caa3aa carries the trial. The cold agent's own slice is 8 files; everything else in that commit is harness setup (stock re-init plus bundle install) done before the agent started.
HomesFlow.prd.mdFR-HOME-04andAC-HOME-15from plain prose: next free numbers, correct grammar, registry index table updated in the same editspecs/002-home-name-normalize/spec.mdspecs/002-home-name-normalize/tasks.md**Traces**:; the proof task is separate from the implementation task; running Gate 2 is itself a taskios/HomesFlow/Core/Home/HomeDisplayNameNormalizer.swift@covers FR-HOME-04, AC-HOME-15ios/HomesFlowTests/HomeDisplayNameNormalizerTests.swifttest_AC_HOME_15_*named to the proof grammar; five assertions covering every edge case the spec listsdocs/clewseau-break-fix-peer-review.mdTraces:task, restoring flipped it backHow this differs from a stock Spec Kit PR
Stock Spec Kit produces the spec/plan/tasks artifacts and the code. It does not produce: durable IDs minted into a registry with an updated index,
Traces:on every task,@coversannotations in source, a proof named to a checkable grammar, or a machine-checkable emit (clew.json) proving the chain held. Every one of those is present here, produced by an agent that had never seen this repo, guided only by what the bundle installed.Honest caveats
Made with Cursor