release: cut v0.5.0 with README refresh, CI doc validation, and changelog finalization - #30
Open
ofriw wants to merge 4 commits into
Open
release: cut v0.5.0 with README refresh, CI doc validation, and changelog finalization#30ofriw wants to merge 4 commits into
ofriw wants to merge 4 commits into
Conversation
…1 requirements, and example-driven workflow
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.
Note: This PR was generated by an AI agent. If you'd like to talk with other humans, drop by our Discord!
Release: v0.5.0
This branch cuts v0.5.0. The actual feature work (frontmatter model selection, transactional
discardPages, Model Groups/spawn improvements) landed in earlier merges; this PR finalizes the release — bumps the version, makes CI validate documentation, completes the changelog, and rewrites the README to lead with the workflow story instead of a primitive list.What v0.5.0 delivers (the value)
model,model-group, andthinkingin frontmatter so the procedure owns its model policy, not runtime steering.discardPages— prune stale notebook pages transactionally (epoch-stamped, committed only after compaction succeeds); interrupted discards keep pages.#groupautocomplete with model/thinking details,maxthinking, single disposal across all lifecycle races.Changes on this branch
Added
0.5.0changelog section with two new Added entries (frontmatter model selection, handoffdiscardPages).Changed
0.4.0→0.5.0(package.json + package-lock.json); dev dep@earendil-works/pi-aipinned to0.84.1.*.md— README/CHANGELOG edits now run the test workflow (**/docs/**stays ignored).Removed
status: activebadge.Breaking / compatibility
Why it matters
The package's pitch shifts from "context tools" to a composable workflow layer: encode the procedure once (model role, memory, permissions, boundaries) and repeat it reliably across changesets, with models swapped via Model Groups without touching the workflow. This release documents and ships that story end-to-end.
Attached is an agent optimized description of the changes in this PR - AGENT_REVIEW.md