Skip to content

chore(#9): clippy --workspace -D warnings = 0 + Bun crash investigationΒ #11

Description

@gHashTag

Two tasks in priority order

P0 β€” Bun C++ panic (15 min)

During input tests: panic(main thread): A C++ exception occurred

This is likely a CDP connection race or Bun version issue in trios-mcp-bridge tests.

cd packages/browseros-agent/apps/trios-mcp-bridge
bun test 2>&1 | grep -A5 'panic\|exception\|C++'
# Identify which test triggers it
# Fix: add teardown/cleanup or increase CDP timeout
bun test  # Must be 69/69 with no panics

P1 β€” Clippy workspace (15 min)

cd /Users/playra/trios
cargo clippy --workspace -- -D warnings 2>&1
# Fix all unused imports in trios-git + trios-gb
cargo clippy --workspace -- -D warnings
# Must be 0 warnings
cargo test --workspace
# Must be green

P2 β€” save_pdf 3/4 (30 min) β€” BrowserOS issue

File in gHashTag/BrowserOS, not here.

P3 β€” Tab Groups β€” BrowserOS issue

File in gHashTag/BrowserOS, not here.

Laws

  • L1: Closes #9
  • L7: NO .sh

Commits

git commit -m "fix: Bun C++ panic in CDP tests + clippy -D warnings = 0

Closes #9"

Agent returns:

βœ… #9 DONE | 69/69 no panics | clippy 0 warnings

φ² + 1/φ² = 3 | GO.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions