Skip to content
Open
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
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,24 @@ docs/superpowers/
*.log
.DS_Store
Thumbs.db

# Local development artifacts
backups/
bin/
.codex-merge/
.codex-tmp-gh/
.codex-upstream/
psforge_debug.log
apps/codex-plus-manager/codex-plus-plus.exe

# Local-only files (not for upstream PR)
AGENT.md
README_SYNC_FIX.md
README_AGGREGATE_KERNEL_VERIFY.md
build-to-bin.bat
build-to-bin.ps1
reapply-local-mods.ps1
update-and-build.bat
update-and-build.ps1
scripts/aggregate-kernel-smoke.ps1
scripts/installer/windows/test-update-script.ps1
Binary file modified Cargo.lock
Binary file not shown.
Binary file modified Cargo.toml
Binary file not shown.
Binary file modified apps/codex-plus-launcher/src/main.rs
Binary file not shown.
Binary file modified apps/codex-plus-manager/package-lock.json
Binary file not shown.
Binary file modified apps/codex-plus-manager/package.json
Binary file not shown.
Binary file modified apps/codex-plus-manager/src-tauri/src/commands.rs
Binary file not shown.
Binary file modified apps/codex-plus-manager/src-tauri/src/lib.rs
Binary file not shown.
Binary file modified apps/codex-plus-manager/src-tauri/tauri.conf.json
Binary file not shown.
Binary file modified apps/codex-plus-manager/src/App.tsx
Binary file not shown.
Binary file not shown.
Binary file modified apps/codex-plus-manager/src/styles.css
Binary file not shown.
18 changes: 0 additions & 18 deletions apps/codex-plus-mobile-relay/Cargo.toml

This file was deleted.

Loading