docs(wiki): update devin wiki.json to reflect active release state#108
Merged
Conversation
Remove phase language and update all content to reflect current project status: Linux and macOS are active releases, Windows MinGW-w64 is backlog (issue #29). Changes to .devin/wiki.json: - repo_notes: fix preset names (macos-vulkan), add DXVK fork policy (generalsx-macos-v2.6 / references/fbraz3-dxvk), remove phase references, add cmake openal.cmake to engine note, add vcpkg note - repo_notes: replace Phase 0-4 block with platform release status (Linux active, macOS active, Windows backlog issue #29) - Repository Structure page: add resources/, flatpak/, references sub-dirs (fbraz3-dxvk, generals-online-client) - Build System page: update preset list (macos-vulkan, mingw variants, windows64-deploy planned), add Docker workflow details - Scripts Reference page: rewrite with organized paths under scripts/build/linux/, scripts/build/macos/, scripts/qa/smoke/, scripts/tooling/cpp/maintenance/ - Audio System page: remove Phase 2 label - OpenAL page: rename from OpenAL Audio Integration (Phase 2) - Cross-Platform Port Strategy: add DXVK fork source-of-truth policy - DXVK Integration page: add fork details and SAGE_DXVK_USE_LOCAL_FORK - Linux Platform page: update to active release, correct script paths - macOS Platform page: rewrite from TBD to active release (ARM64) - Windows Modern Platform page: rewrite for MinGW-w64 focus, issue #29 - Documentation Structure page: remove WORKDIR/phases/ reference - Reference Repositories page: add fbraz3-dxvk and generals-online-client Also add the !.devin exception to .gitignore so the folder is tracked. Previously .devin/ was caught by the .* rule; .devin is part of the project (DeepWiki configuration) and should be version-controlled.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Updates
.devin/wiki.json(DeepWiki configuration) to align with the current active release state of the project. Also fixes.gitignoreto properly track the.devin/folder.Changes
.gitignore!.devinexception so the folder is tracked — previously it was silently caught by the.*rule..devin/wiki.json— all phase language removed, content reflects active releasesrepo_notes:
macos-deploy→macos-vulkanreferences/fbraz3-dxvk, branchgeneralsx-macos-v2.6)openal.cmaketo cmake scripts list; add vcpkg notePages updated:
resources/,flatpak/,references/fbraz3-dxvk,references/generals-online-clientmacos-vulkan,mingw-w64-i686-debug/profile,windows64-deployplanned)scripts/build/linux/,scripts/build/macos/,scripts/qa/smoke/,scripts/tooling/cpp/maintenance/pathsSAGE_DXVK_USE_LOCAL_FORKflagWORKDIR/phases/referencefbraz3-dxvk(DXVK fork) andgenerals-online-clientRelated