Skip to content

feat: add plan-authoring tools, capture, and structure utilities - #76

Merged
chriswritescode-dev merged 2 commits into
feat/dashboard-repo-shellfrom
feat/plan-authoring-tools
Jul 26, 2026
Merged

feat: add plan-authoring tools, capture, and structure utilities#76
chriswritescode-dev merged 2 commits into
feat/dashboard-repo-shellfrom
feat/plan-authoring-tools

Conversation

@chriswritescode-dev

Copy link
Copy Markdown
Owner

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

  • src/tools/plan-authoring.ts — new plan-authoring tool surface.
  • src/utils/plan-structure.ts — plan structure utilities.
  • src/utils/markdown-fences.ts — markdown fence helpers.
  • src/services/plan-capture.ts — plan-capture service updates.
  • src/utils/marked-plan-parser.ts — parsing updates.
  • src/services/section-bootstrap.ts + src/services/deterministic-decomposer.ts — bootstrap and decomposer integration.
  • src/tools/loop.ts, src/prompts/agents/architect.md and related agent prompts — wiring.
  • Tests across plan-authoring, plan-structure, markdown-fences, plan-capture, TUI stored-plan, plugin, agents, and loop-tool-new-session.

Files changed

42 files changed, 2228 insertions(+), 127 deletions(-)

Forge 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.
@coderabbitai

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: adc4f1cc-1a49-44f8-9e87-bbf3ac9e4607

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/plan-authoring-tools

Comment @coderabbitai help to get the list of available commands.

@chriswritescode-dev
chriswritescode-dev merged commit aa3bc79 into feat/dashboard-repo-shellJul 26, 2026
2 checks passed
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>
@chriswritescode-dev
chriswritescode-dev deleted the feat/plan-authoring-tools branch August 2, 2026 04:57
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@chriswritescode-dev