Skip to content

fix: mark ACC tire wear unavailable - #257

Open
Korupt-virus wants to merge 1 commit into
mainfrom
fix/acc-tire-wear-unavailable
Open

fix: mark ACC tire wear unavailable#257
Korupt-virus wants to merge 1 commit into
mainfrom
fix/acc-tire-wear-unavailable

Conversation

@Korupt-virus

Copy link
Copy Markdown
Contributor

Summary

  • mark ACC shared-memory tire wear unavailable instead of treating reserved zeroes as fresh tires
  • hide unsupported tire wear and degradation across live dashboards, lap exports, comparisons, and AI prompts
  • update telemetry capability metadata, generated catalog artifacts, adapter docs, and focused tests

Why

ACC Shared Memory reserves the tyreWear array but documents it as unused. Presenting its zeroes as real data reports 100% tire health and implies degradation coverage ACC does not provide.

Verification

  • bun test test/ai/prompts/inputs-compare-prompt.test.ts test/games/acc/acc-parser.test.ts test/lap-analysis/report.test.ts test/telemetry/analysis-telemetry.test.ts test/telemetry/catalog/contracts.test.ts test/tooling/changelog.test.ts --timeout 120000 — 32 passed
  • bun run telemetry:catalog:check — passed
  • bun run typecheck — passed

@Korupt-virus
Korupt-virus requested a review from a team August 13, 2026 02:16
@Korupt-virus
Korupt-virus force-pushed the fix/acc-tire-wear-unavailable branch from 80567ec to 060d3f5 Compare August 13, 2026 02:18
@blacksmith-sh

blacksmith-sh Bot commented Aug 13, 2026

Copy link
Copy Markdown

Found 2 test failures on Blacksmith runners:

Failures

Test View Logs
src/stories/
dashboards.snapshot.ts:17:3 › snapshot: AccLiveDashboard ──────────────────────────
View Logs
src/stories/
dashboards.snapshot.ts:17:3 › snapshot: SetupBrowser ──────────────────────────────
View Logs

Fix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need.

@github-actions

Copy link
Copy Markdown
Contributor

🖼️ App UI changes

Current PR screenshots compared with main. Storybook render-vs-committed-baseline failures are listed separately from committed PR-baseline-vs-main changes.

Changed: render-vs-committed-pr-baseline /AccLiveDashboard

Before After Diff
before after diff

Rendered from Storybook and responsive app screenshot tests against current main.

@github-actions github-actions Bot added the ui change Pull request changes rendered dashboard UI label Aug 13, 2026
@Snazzie

Snazzie commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Are you sure Tire wear is not available.

@Korupt-virus

Copy link
Copy Markdown
Contributor Author

Are you sure Tire wear is not available.

I ran a stint earlier for my golden test and got no tire wear and i had it enabled. Everything i see online is they do not show it in the data. I will double verify again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ui change Pull request changes rendered dashboard UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants