docs: document upgrade --plugins and check diagnostics#336
Merged
Conversation
Add missing documentation for two recent features: - `archgate upgrade --plugins`: Options table, plugin update section explaining the interactive prompt and non-interactive flag - `archgate check` diagnostics: Broad file scope warning (>1000 files or >2s scan), unscoped gitignore opt-out, and all-files-excluded warnings - Writing ADRs guide: Tip about keeping file scope narrow to avoid performance warnings All changes include EN and pt-BR translations. Regenerated llms-full.txt. Signed-off-by: Rhuan Barreto <rhuan@barreto.work>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Deploying archgate-cli with
|
| Latest commit: |
b693db3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://dcfc8156.archgate-cli.pages.dev |
| Branch Preview URL: | https://docs-upgrade-plugins-and-che.archgate-cli.pages.dev |
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
--pluginsoption and post-upgrade plugin update prompt on thearchgate upgradereference page (feat(upgrade): prompt to update editor plugins after CLI upgrade #334)archgate checkdiagnostics: broad file scope warning (>1000 files / >2s scan), unscopedrespectGitignore: falsewarning, and all-files-excluded-by-gitignore warning (feat: warn when ADR file scope is too broad #329)filesscope narrow to avoid performance warningsllms-full.txtTest plan
bun run validatepasses (ADR checks confirm ARCH-015, ARCH-016, GEN-002 compliance)cd docs && bun run build