chore: begin 0.7.0.dev0 + backmerge main into dev (post-0.6.0) - #207
Merged
Conversation
Surfaces the v0.5.0 install-skill feature where prospective users decide
whether SignalForge is for them. Three edits:
1. New "Drives end-to-end from Claude Code" bullet in § What it does
(8th entry in the feature list), linking to docs/skills.md as the
deep dive.
2. New top-level § Claude Code section between § How it works and §
Supported warehouses — gives the install command, three example
prompts ("draft tests for dim_customers", "prune my schema.yml",
"run the demo"), an explanation of what Claude actually does with
the skill (picks subcommand + flags, runs the pipeline, explains
the diff), and a pointer to docs/skills.md for the full reference
(install path, 7-step workflow, demo flows, parity gate, clauditor
self-grade).
3. Tightens the pre-existing Quick-start install hint at Step 1 to
cross-link to the new § Claude Code section rather than be the
first introduction.
Also adds an [Unreleased] § Docs CHANGELOG bullet recording the
overview promotion (the v0.5.0 entry already documents the feature
itself).
docs/skills.md is the deep dive — no change required there, it
already covers everything the new README section points to. mkdocs.yml
nav already has 'Claude Code Skill: skills.md' from v0.5.0.
`uv run --only-group docs mkdocs build` passes; all warnings are
pre-existing (per docs-publishing.md, repo-internal plans/super/ links
are deliberately not in the built site).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…main docs: publish Claude Code skill overview promotion to main
# Conflicts: # README.md
chore: release 0.6.0
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR bumps the SignalForge package and skill versions from 0.6.0.dev* to 0.7.0.dev0 across the codebase. The changelog is updated with v0.6.0 release metadata and an Unreleased section for tracking future changes. ChangesVersion Bump to 0.7.0.dev0
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
Comment |
This was referenced Jun 11, 2026
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.
Post-release housekeeping after v0.6.0 shipped to PyPI:
__version__0.6.0 → 0.7.0.dev0, with skill metadata (SKILL.mdfrontmatter +assets/SKILL.eval.json) bumped in lockstep.main(v0.6.0) intodev. The merge was a clean fast-forward —mainalready contained all of dev's history (the release branch was cut from dev), so dev picks up main's promoted-and-cleared CHANGELOG ([Unreleased]= 'Nothing yet' + dated[0.6.0]). No stale[Unreleased]carryover to clear this cycle.Canonical validation green: ruff / format / pyright (0 errors) / pytest (3717 passed, 8 skipped).
Summary by CodeRabbit
Release Notes