Operations
:::note Source not directly sampled in this pass
D:\BASIC wasn't mounted for this documentation session — this page is built entirely from the analyzer's evidence (docs/index.json), which sampled 18 files / ~38.5k characters from the project. Build/run commands below reflect what's recorded there rather than a fresh read of the source.
:::
What's known
- Built and run via the QB64 compiler/runtime with the InForm UI framework.
- Depends on
wingetbeing present on the host Windows machine. - Debug artifacts (
debug_qb64.txt,debug_log.txt) and sample output files (winget_search_output.txt,winget_install_output.txt) are checked into the repo, suggesting these are actively used during development/debugging rather than purely gitignored scratch files. - The install queue persists to a plain-text file,
saved_packages.txt, at the repo root.
Documentation on file
Docs/WinGettingQB64-README.mdDocs/WinGettingQB64-Architecture.mdDocs/WinGettingQB64-NEXT_EVOLUTION.mdDocs/WingettingQB64-dev_summary_pitfalls.md— worth reading directly; a "pitfalls" doc for a QB64/file-IPC approach is likely to contain hard-won specifics not captured in this summary
Known gap
Per the manifest's own known_gaps: build/test/artifact/release posture was not executed during the last governance migration pass, so none of build_verified, tests_verified, artifact_verified, or release_verified can currently be treated as confirmed.