feat(effort-graph): ship agent runtime, skills, and planning graph#222
Merged
Conversation
Contributor
|
Queued — the merge queue status continues in this comment ↓. |
tonyketcham
force-pushed
the
stack/tonyketcham/feat/effort-graph-agent-runtime/ship-agent-runtime-skills-planning-graph--bb417555
branch
from
July 19, 2026 04:01
bc93b78 to
8270fab
Compare
Collaborator
Author
Revision history
|
Promote the Effort Graph from write-only memory into an agent-facing runtime: digests/read APIs, `flatbread effort` CLI, versioned skill packaging with sync/pack CI gates, and a dogfooded `.flatbread-efforts` planning authority that replaces the ADR/roadmap docs stack. Also hardens publish/bump versioning for skill release metadata, updates onboarding to the unified watch loop, and adds the root Flatbread config used to query this repo's own effort graph. ## Note Follow-up graph update after the initial push: accept **Crumb Trail** as the product/brand name for agent memory (supersedes Crumb Graph as the product name). Crumb Graph stays as the datamodel explainer; Effort Graph remains an allowed technical alias. Package/CLI/path renames stay deferred under a new implementation issue. ## Summary - Add effort digests, generation-aware reads, and `flatbread effort` CLI - Package effort-graph / effort-modeling / grill-with-efforts skills with sync + pack checks in CI - Commit the dogfooded `.flatbread-efforts` graph; retire ADRs, roadmap, and stale proposal docs - Improve bump/publish scripts for skill release pinning; refresh CONTRIBUTING and public READMEs - Brand decision: Crumb Trail (product) vs Crumb Graph (datamodel explainer) ## Test plan - [ ] `pnpm skills:check && pnpm skills:pack-check` - [ ] `pnpm verify` (or at least build + effort-graph / flatbread effort CLI tests) - [ ] `pnpm exec flatbread effort list` / `get` against root `flatbread.config.js` - [ ] Spot-check CONTRIBUTING + package READMEs for watch-loop / effort skill install paths - [ ] Confirm Crumb Trail / Crumb Graph branding records resolve cleanly via `flatbread effort` Co-authored-by: Cursor <[email protected]> Change-Id: Ibb417555cd91d868417671c56fe4d4613f932041
tonyketcham
enabled auto-merge
July 19, 2026 04:04
Collaborator
Author
|
@Mergifyio queue |
Contributor
Merge Queue Status
This pull request spent 24 seconds in the queue, including 6 seconds running CI. Required conditions to merge
|
tonyketcham
deleted the
stack/tonyketcham/feat/effort-graph-agent-runtime/ship-agent-runtime-skills-planning-graph--bb417555
branch
July 19, 2026 04:05
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.
Promote the Effort Graph from write-only memory into an agent-facing
runtime: digests/read APIs,
flatbread effortCLI, versioned skillpackaging with sync/pack CI gates, and a dogfooded
.flatbread-effortsplanning authority that replaces the ADR/roadmap docs stack.
Also hardens publish/bump versioning for skill release metadata, updates
onboarding to the unified watch loop, and adds the root Flatbread config
used to query this repo's own effort graph.
Note
Follow-up graph update after the initial push: accept Crumb Trail as
the product/brand name for agent memory (supersedes Crumb Graph as the
product name). Crumb Graph stays as the datamodel explainer; Effort Graph
remains an allowed technical alias. Package/CLI/path renames stay deferred
under a new implementation issue.
Summary
flatbread effortCLI.flatbread-effortsgraph; retire ADRs, roadmap, and stale proposal docsTest plan
pnpm skills:check && pnpm skills:pack-checkpnpm verify(or at least build + effort-graph / flatbread effort CLI tests)pnpm exec flatbread effort list/getagainst rootflatbread.config.jsflatbread effortCo-authored-by: Cursor [email protected]