Skip to content

Teach Pane Chat work question skills#315

Merged
parsakhaz merged 1 commit into
mainfrom
pane-chat-work-question-skills
Jul 9, 2026
Merged

Teach Pane Chat work question skills#315
parsakhaz merged 1 commit into
mainfrom
pane-chat-work-question-skills

Conversation

@parsakhaz

Copy link
Copy Markdown
Member

Summary

  • Teach generated Pane Chat bootstrap guidance to route read-only work questions to pane-work-recap and pane-work-prioritizer.
  • Add optional raw fallback downloads for those skills so fallback sync can pick them up without making them hard boot dependencies.
  • Bump the Pane Chat bootstrap version to refresh existing Pane Chat panels and assert both generated outputs mention the new workflows.

Visual Overview

flowchart LR
  subgraph Before["Before"]
    A["Pane Chat initialization"] --> B["RunPane lifecycle guidance"]
    B --> C["Implementation pane workflows"]
  end

  subgraph After["After"]
    D["Pane Chat initialization v9"] --> E["RunPane lifecycle guidance"]
    E --> F["Read-only work questions"]
    F --> G["pane-work-recap"]
    F --> H["pane-work-prioritizer"]
    E --> I["Implementation panes only when asked"]
  end
Loading

Testing

  • ../../node_modules/.bin/vitest run main/src/services/skillCacheManager.test.ts
  • PATH=/Users/parsas/allGitHubRepos/dcouple/Pane/node_modules/.bin:/Users/parsas/allGitHubRepos/dcouple/Pane/main/node_modules/.bin:$PATH pnpm --filter main typecheck
  • PATH=/Users/parsas/allGitHubRepos/dcouple/Pane/node_modules/.bin:/Users/parsas/allGitHubRepos/dcouple/Pane/main/node_modules/.bin:$PATH pnpm --filter main lint
    • Passes with the repo's existing 163 warnings.
  • PATH=/Users/parsas/allGitHubRepos/dcouple/Pane/node_modules/.bin:/Users/parsas/allGitHubRepos/dcouple/Pane/main/node_modules/.bin:$PATH pnpm --filter main build
    • Passes with existing npm env config warnings.
  • git diff --check

Related: dcouple/skills#33, parsakhaz/runpane-website#124

@parsakhaz parsakhaz merged commit 0501942 into main Jul 9, 2026
16 checks passed
@parsakhaz parsakhaz deleted the pane-chat-work-question-skills branch July 9, 2026 20:15
Sign up for free to 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