feat(rust): adopt the root Cargo workspace convention - #19
Merged
vitaliytv merged 3 commits intoJul 27, 2026
Merged
Conversation
…a/7n-rules#179) Плагіни: lang-rust 0.7.0 (новий концерн workspace_root — один кореневий Cargo workspace на репо), lang-js 0.12.0, ci-github 1.9.0. Виправлені tauri/gitignore_target (target dir від фактичної workspace-топології, не суфікс-конвенції) і core_test_isolation (валідний приклад layout). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…_root Аналог кореневого package.json для Rust: кореневий Cargo.toml (members = app/src-tauri, owner/src-tauri, owner/owner-llm; resolver 2; [profile.dev] у корені), один Cargo.lock і один target/ на репо — єдиний пін mt-core/llm-cascade для обох продуктів. Супутнє: - .gitignore → target/; rust-cache у release*.yml → дефолтний корінь - lint-rust.yml: bare cargo fmt/clippy з кореня — нарешті покриває owner (раніше лінтився лише app/src-tauri) + канон rust/lint_rust_yml - FakeOmlxProvider у owner-llm тестах (канон-іменування core_test_isolation); cargo fmt по всьому workspace - порт авто-фіксів lint --full (oxfmt, canonical lint-воркфлоу включно з новими lint-k8s/lint-repo, vitest pool: forks, зайва root-залежність) + mt-вузли беклогу manual-фіксів - .cargo/mutants.toml + deny.toml базлайни (rust-канон; deny.toml переписано на валідні секції cargo-deny замість LLM-стабу) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Джерело:
branch:refs/remotes/origin/fix/main-drift-post-llm-cascade.The commits form a completed Cargo workspace-root migration with matching ignore rules, release cache configuration, synchronized repository rules, manifests, lockfile relocation, documentation, and change metadata.
Перевірки:
git diff --check origin/main...HEADnpx @7n/rules lint changelog --no-fix