Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
251 changes: 0 additions & 251 deletions .github/workflows/cef-learning-harness.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ public/duckdb/
.codegraph/codegraph.db-wal
voice-spike/

# CEF SDK cache (~300MB compressed / ~1.5GB extracted) — fetched on demand by
# scripts/cef/fetch-cef-sdk.mjs (Wave 2, ADR-0020), never committed. See cef-version.json for the pin.
.cef-cache/

# Signing keys, certificates, and secrets — NEVER commit
*.key
*.key.pub
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ On any non-trivial code change add a single-line comment explaining **why**, not
| TS / JS | `// QNBS-v3: <reason / impact>` |
| TSX / JSX | `// QNBS-v3: …` above the changed line; `{/* QNBS-v3: … */}` only when needed inside JSX |
| CSS | `/* QNBS-v3: … */` |
| C++ / Rust (`apps/desktop-cef/`) | `// QNBS-v3: <reason / impact>` |
| C++ / Rust | `// QNBS-v3: <reason / impact>` |
| CMake (`CMakeLists.txt`) | `# QNBS-v3: <reason / impact>` |
| Pure config (JSON, YAML, TOML — e.g. `package.json`, workflow `.yml`, `Cargo.toml`) | No inline comment — explain in the commit message |

Expand Down
73 changes: 0 additions & 73 deletions apps/desktop-cef/CMakeLists.txt

This file was deleted.

15 changes: 0 additions & 15 deletions apps/desktop-cef/resources/crash_reporter.cfg

This file was deleted.

15 changes: 0 additions & 15 deletions apps/desktop-cef/rust-core/Cargo.toml

This file was deleted.

Loading
Loading