Skip to content

chore: dedupe CLAUDE.md portfolio-context block + fix Tauri CI#14

Merged
saagpatel merged 4 commits into
mainfrom
chore/dedupe-claude-md-fix-tauri-ci
May 18, 2026
Merged

chore: dedupe CLAUDE.md portfolio-context block + fix Tauri CI#14
saagpatel merged 4 commits into
mainfrom
chore/dedupe-claude-md-fix-tauri-ci

Conversation

@saagpatel
Copy link
Copy Markdown
Owner

Summary

Two cleanups bundled:

  1. CLAUDE.md — remove duplicate `` block. The auto-portfolio sync owns the canonical block at line 181-218; an older copy was sitting at 294-337 (added pre-rebase before the auto-sync took over).

  2. Test (Tauri) workflow — fix pre-existing CI rot (lane red since 2026-04-13):

    • test-frontend: pin `pnpm/action-setup@v4` to `version: 11` (action requires explicit version since there's no `packageManager` field in `package.json`)
    • test-backend: install Tauri Linux system deps (`libgtk-3-dev`, `libwebkit2gtk-4.1-dev`, `libsoup-3.0-dev`, `libjavascriptcoregtk-4.1-dev`, `librsvg2-dev`, `libayatana-appindicator3-dev`) before `cargo clippy`

Test plan

🤖 Generated with Claude Code

saagpatel added 4 commits May 17, 2026 18:14
CLAUDE.md:
- Remove duplicate <!-- portfolio-context --> block (was at lines 294-337).
  The auto-portfolio sync owns the block at line 181-218; the second one was
  a stale pre-rebase addition.

CI (Test (Tauri)):
- Pin pnpm/action-setup to v11 (action v4 requires explicit version since
  no packageManager field in package.json).
- Install Tauri Linux system deps (libgtk-3-dev, libwebkit2gtk-4.1-dev,
  libsoup-3.0-dev, libjavascriptcoregtk-4.1-dev, librsvg2-dev,
  libayatana-appindicator3-dev) before cargo clippy. Without these the
  webkit/gtk crates fail to build.

Both lanes have been failing on main since 2026-04-13 (pre-existing).
@saagpatel saagpatel merged commit ffe5529 into main May 18, 2026
3 checks passed
@saagpatel saagpatel deleted the chore/dedupe-claude-md-fix-tauri-ci branch May 18, 2026 01:21
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