feat(decoupling): scaffold backend separation and fix cursor plan output#11
Merged
Merged
Conversation
Add initial decoupling scaffolding across app services, adapters, and docs while restoring runtime compatibility updates. Remove cursor plan mode for plan execution to avoid empty output responses and keep planning flow reliable.
Exclude local AI tooling folders and decoupling planning documentation from version control so they do not appear in the pull request.
Restore README.md in this branch and enhance the Demo section with a clickable visual preview that opens the shared Screen Studio video. This keeps the repository landing page attractive while preserving direct access to release installers.
Bring origin/main into feat/decoupling-scaffold-plan-fix and resolve all merge conflicts while preserving this branch decoupling work and the README demo preview update.
c81578a to
d70e673
Compare
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.
Summary
loopforge-app,loopforge-api,loopforge-adapters) and wire workspace dependencies.--mode planfrom plan engine args and keep compatibility path and artifact typing updates in Tauri.Test plan
cargo check --manifest-path src-tauri/Cargo.toml.bun run tauri buildand verify app bundle generation.