feat: WatcherEvent convenience methods and provider-namespaced extras#7
Merged
feat: WatcherEvent convenience methods and provider-namespaced extras#7
Conversation
toolpath-convo 0.5.0: - Added as_turn(), as_progress(), is_update(), turn_id() on WatcherEvent - Documented Turn.extra provider-namespacing convention toolpath-claude 0.6.2: - Populate Turn.extra["claude"] from ConversationEntry.extra - Enrich Progress.data["claude"] with full entry payload - Both additive — previously-empty fields now carry data
- Replace live-repo integration tests with fixture-based tests using a known git repo (two commits, known author, known diff content) - New tests verify actor slugification, change diffs, commit message as intent, base URI format, and derive→validate roundtrip - Goes from 8 integration tests to 12, all self-contained (no dependency on the host repo's branch state) - Fix all clippy warnings surfaced by rustc 1.93 (useless_vec, needless_borrows_for_generic_args, len_zero, collapsible_if, map_entry)
|
🔍 Preview deployed: https://f0e45552.toolpath.pages.dev |
…ropdown Add path-04-exploration.json demonstrating branching exploration (three approaches to CLI arg parsing), a diamond merge, and a dead-end branch. Curate the visualizer dropdown to only show examples with interesting DAG topologies — standalone Step docs that render as single orphan nodes are removed from the dropdown (files remain in examples/).
Six gates: format (cargo fmt + prettier), clippy, test, doc, examples (validate all JSON), and site build. Supports --verbose and gate include/exclude (e.g. -site to skip site build).
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.
toolpath-convo 0.5.0:
toolpath-claude 0.6.2: