Qoder path inventory and investigation notes for the standalone Qoder export.
This repository is the Qoder-only slice pulled out of Onyx Pro. It documents the local files, machine identity paths, and account/trial experiments that were part of the reset investigation.
| Field | Value |
|---|---|
| Scope | Qoder only |
| Status | Reference repo and investigation log |
| Primary docs | docs/native-paths.md, docs/attempts.md, docs/architecture.md |
| Source | src/lib/reset/qoderReset.js |
| Assets | assets/qoder-color.svg, assets/qoder-color.png |
| Repo files | LICENSE, CONTRIBUTING.md, .gitignore |
src/lib/reset/qoderReset.js: the path-first reset flow and status reportingassets/qoder-color.svg: the logo used at the top of the READMEassets/qoder-color.png: the raster logo asset kept alongside the SVGdocs/native-paths.md: exact Qoder profile roots, storage files, identity paths, registry keys, and updater pathsdocs/attempts.md: the browser, VPN, and login experiments already trieddocs/architecture.md: a short map of the local state and backend signals involvedCONTRIBUTING.md: contribution rules for keeping the export scoped and readableLICENSE: MIT license for the repository.gitignore: standard ignores for local build and log noise
flowchart LR
A[Qoder app] --> B[Local profile paths]
A --> C[Machine identity files]
A --> D[SharedClientCache + state DB]
E[Browser / VPN / PAT experiments] --> F[Qoder account and trial state]
B --> G[docs/native-paths.md]
C --> G
D --> G
F --> H[docs/attempts.md]
- keep the Qoder-specific reset surface in one place
- show the exact on-disk locations that matter
- preserve the history of what was already tried
- make the export easy to review, fork, and extend on GitHub
docs/architecture.mddocs/native-paths.mddocs/attempts.md
- The exported source is path-first.
- Spoofing code has been removed from the export.
- On the current Linux install, the active Qoder root resolved to
/home/user/.config/Qoder.