docs: sync README to 3.0.0 facts + note install-log cleanup#1130
Merged
Conversation
Correct stale 3.0.0 counts and document new 3.0 features in README: - Collector counts: download table 30->33, edition comparison 32/24->33/25 - MCP tool counts: 51-63->55-66 (highlights), 63/52->66/55 (comparison + MCP intro) - install/ script count 58->59 (folder structure) - Add "What You Get" bullet for the Recommendations / Apply Fix (advise-and-act) engine with informed-consent destructive fixes - Full Overview tab: add "recommendations"; add Lite "Recommendations" tab row - Alert Types: add Volume Free Space (10% or 5 GB; never on Azure SQL DB) and Failed Agent Job (60-min lookback; skipped on Azure SQL DB) rows - MCP tools table: add Object/Index Stats row (get_table_index_sizes, get_index_usage, get_object_locking; registered in both apps); remove erroneous Lite-only markers from the Diagnostic Analysis row (those six tools are registered in the Dashboard too) - CI badge: point at build.yml (ci.yml does not exist) so it renders Install-log cleanup: PerformanceMonitor_Install_*.txt logs are already untracked and covered by .gitignore (line 45); no git changes needed. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Summary
README sync for the v3.0.0 release — corrects stale counts an external audit flagged and documents the new 3.0 features. All changes verified against the codebase before editing.
README edits (surgical, no EOL churn)
get_table_index_sizes,get_index_usage,get_object_locking— registered in both apps); removed the erroneous Lite-only*markers from the Diagnostic Analysis row (those six tools are registered in the Dashboard too)ci.ymltobuild.ymlso the badge rendersVerification
.sqlscriptsLowDiskThresholdPercent=10,LowDiskThresholdGb=5) and failed-job (FailedJobLookbackMinutes=60) defaults confirmed in sourcebuild.ymlexists;ci.ymldoes notInstall-log cleanup
The
PerformanceMonitor_Install_*.txttest-run logs are already untracked and already covered by.gitignore(line 45). Nothing togit rmand no.gitignorechange needed — the git-side cleanup was already in place. (75 such files exist in the working tree but are ignored.)git diff --stat:README.md | 24 +++--- (15 insertions, 9 deletions)🤖 Generated with Claude Code