feat: add plan-authoring tools, capture, and structure utilities - #76
Merged
chriswritescode-dev merged 2 commits intoJul 26, 2026
Merged
Conversation
added 2 commits
July 26, 2026 13:32
Introduces a plan-authoring tool surface with capture and parsing helpers, section-bootstrap and decomposer updates, plus tests across plan-authoring, capture, structure, fences, and TUI stored-plan state.
Contributor
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
chriswritescode-dev
merged commit Jul 26, 2026
aa3bc79
into
feat/dashboard-repo-shell
2 checks passed
Uh oh!
There was an error while loading. Please reload this page.
chriswritescode-dev added a commit
that referenced
this pull request
Jul 27, 2026
…gation (#75) * feat(dashboard): add multi-level repo shell with searchable loop navigation Replace the flat dashboard loop list with a three-level shell: a repository index, a per-repo view with Loops/Groups/Findings/Plans sections, and a per-loop detail with tabs. Add a searchable loop picker in the breadcrumb that lists every repo loop sorted most recent first with a timestamp, supports type-to-filter and arrow/Enter/Escape keyboard navigation, and preserves the active tab on jump. The recency-ordered options drive both the picker and the prev/next pager so they agree on order. Hide the repo-level section-nav inside a loop detail, leaving only the loop tabs. * feat(dashboard): make markdown sections collapsible and non-scrolling Replace the internal scroll box with a full-height body that toggles collapse via an accessible caret, and promote the state-machine graph on the timeline tab out of a <details> block to always-visible. * feat(dashboard): add markdown TOC, feature-stage badges, and faster usage queries * feat(dashboard): stack running cards and make title a home link * feat: add plan-authoring tools, capture, and structure utilities (#76) * feat: add plan-authoring tools, capture, and structure utilities Introduces a plan-authoring tool surface with capture and parsing helpers, section-bootstrap and decomposer updates, plus tests across plan-authoring, capture, structure, fences, and TUI stored-plan state. * refactor: centralize plan-authoring tool names and plan-of-record resolution --------- Co-authored-by: Forge <forge@example.com> * feat(dashboard): reduce poll/render cost with leaner usage queries and UI refinements (#77) * feat(dashboard): reduce poll/render cost with leaner usage queries and UI refinements * refactor: unify forge-db path and active-loop guards, slim dashboard payload * Update test/utils/tui-client-stored-plan.test.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: Forge <forge@example.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix: apply CodeRabbit auto-fixes Fixed 7 file(s) based on 6 unresolved review comments. Co-authored-by: CodeRabbit <noreply@coderabbit.ai> --------- Co-authored-by: Forge <forge@example.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
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 freeto 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.
Summary
Introduces a plan-authoring tool surface with capture and parsing helpers, section-bootstrap and decomposer updates, plus tests across plan-authoring, capture, structure, fences, and TUI stored-plan state.
Key changes
Files changed
42 files changed, 2228 insertions(+), 127 deletions(-)