Skip to content

ChloeVPin/qoder-reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qoder

Qoder Reset

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.

Snapshot

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

What Is Here

  • src/lib/reset/qoderReset.js: the path-first reset flow and status reporting
  • assets/qoder-color.svg: the logo used at the top of the README
  • assets/qoder-color.png: the raster logo asset kept alongside the SVG
  • docs/native-paths.md: exact Qoder profile roots, storage files, identity paths, registry keys, and updater paths
  • docs/attempts.md: the browser, VPN, and login experiments already tried
  • docs/architecture.md: a short map of the local state and backend signals involved
  • CONTRIBUTING.md: contribution rules for keeping the export scoped and readable
  • LICENSE: MIT license for the repository
  • .gitignore: standard ignores for local build and log noise

Investigation Summary

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]
Loading

What the Repo Is For

  • 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

Read First

  1. docs/architecture.md
  2. docs/native-paths.md
  3. docs/attempts.md

Current State

  • 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.

About

Qoder path inventory and investigation notes

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors