th-d85dfa: teach th prime the SQLite-era pearls workflow - #547
Merged
Merged
Conversation
The primer every session loads still described the Dolt world implicitly: no mention that worktrees share the store, no checkpoint/handoff commands, and a 'Sync' heading that held search/stats. Pearls are one machine-global SQLite file now (PR #522), push/pull are notices, and handoff is checkpoint + show --handoff (PR #523), so the primer says so. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01M9HmiTg9pYARWUdaXYasqq
🦋 Changeset detectedLatest commit: 8ed6a56 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Problem
th prime(the primer every harness session loads) was rewritten for SQLite in #522 only as far as removing Dolt. It still had no word that worktrees share the machine-global store (agents kept hopping tomainto file pearls), no checkpoint/handoff commands (#523), and a### Syncheading that actually heldsearch/stats.Solution
Rewrite the pearls parts of
crates/smooth-cli/prompts/prime.md: worktrees-share-the-store rule (verified againstresolve_project_root, which keys ongit rev-parse --git-common-dir), push/pull are notices, a "Checkpoints & handoff" section (checkpoint,show --handoff,prime --in-progress), "Search & stats" named honestly, a "Team sync" section pointing atth pearls sync(th-19cca5, #529), and a close-pearl/checkpoint step in the session-close checklist.Sibling PR fixes the same wording in smooai's CLAUDE.md; smooblue's main was already fixed by SmooAI/smooblue#100.
Verification
Prose only — no code changed, so no test was added (prime.md is not covered by one today).
oxfmt --checkclean. Pearl th-d85dfa.🤖 Generated with Claude Code
https://claude.ai/code/session_01M9HmiTg9pYARWUdaXYasqq