Conversation
…rected data; delete s3-troubleshoot.yml - ESLint 9.x → 10.x, tests 1200 → 2890, modules 27 → 31 - harden-runner v2.14.2 → v2.15.1 in WORKFLOWS.md and SECURITY_ARCHITECTURE.md - Delete unused s3-troubleshoot.yml workflow (total 44 → 43) - Fix agentic workflow count 7 → 10 in FUTURE_WORKFLOWS.md gantt - Fix FUTURE_ARCHITECTURE.md unit test count 49 → 2890 - Fix TypeDoc trigger description Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
…SMENT.md, WORKFLOWS.md - README.md: test count 49 → 2890, module count 27 → 31 - TESTING.md: harden-runner v2.14.2 → v2.15.1 - CRA-ASSESSMENT.md: workflow count 44 → 43 - WORKFLOWS.md: release.yml trigger corrected to "Push tags (v*)" Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update WORKFLOWS.md and FUTURE_WORKFLOWS.md for clarity
Fix stale figures across WORKFLOWS.md, FUTURE_WORKFLOWS.md, and ISMS docs; delete unused s3-troubleshoot workflow
Mar 10, 2026
Contributor
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR corrects stale metrics and version references across 8 documentation files and removes the unused s3-troubleshoot.yml diagnostic workflow. All changes are purely documentation/metadata fixes — no functional code is modified — ensuring the ISMS documentation portfolio accurately reflects the current state of the codebase.
Changes:
- Updated five metrics across documentation (test count 1200→2890, browser modules 27→31, ESLint 9.x→10.x, harden-runner SHA/version, workflow count 44→43)
- Corrected workflow trigger descriptions in WORKFLOWS.md (TypeDoc:
workflow_dispatchonly; release: tag pushv*) - Deleted unused
.github/workflows/s3-troubleshoot.ymldiagnostic workflow
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
WORKFLOWS.md |
Updated 5 metrics, corrected trigger descriptions for TypeDoc & release workflows, bumped document version to 6.0 |
FUTURE_WORKFLOWS.md |
Updated Gantt chart "Current (7)→(10)" agentic section and current-state summary block metrics, bumped version to 2.1 |
TESTING.md |
Updated harden-runner SHA from v2.14.2 to v2.15.1 in two code examples |
SECURITY_ARCHITECTURE.md |
Updated harden-runner SHA from v2.14.2 to v2.15.1 in configuration example |
README.md |
Updated test count (49→2890) and module count (27→31) across 4 locations |
FUTURE_ARCHITECTURE.md |
Updated test count from 49 to 2890 in current state baseline |
CRA-ASSESSMENT.md |
Updated workflow count from 44 to 43 in two references |
.github/workflows/s3-troubleshoot.yml |
Deleted unused diagnostic workflow (reduces total workflow count by 1) |
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.
Audit of all workflow files against documentation revealed widespread stale metrics and version references across 8 markdown files.
Deleted
.github/workflows/s3-troubleshoot.yml— unused diagnostic workflowCorrected metrics (verified against actual tooling)
npx vitest runfind src/browser -name '*.ts'package.json: ^10.0.3WORKFLOWS.md
workflow_dispatchnot push/PR), release trigger (tag push not branch push), bumped doc version to 6.0FUTURE_WORKFLOWS.md
Current (7)→Current (10)to match actual 10.mdsource workflowsOther ISMS docs
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.