Skip to content

[gc-bot] Deprecated symbols with @deprecated JSDoc — audit migration status #183

Description

@claude

Tier B: Architectural decision required

Concern

4 symbols in production code have @deprecated JSDoc but are still actively used. Callers may not have migrated.

Files and symbols:

  • packages/wwv-plugin-sdk/dist/index.d.ts (line 129) - property marked deprecated; should use getEngineUrl() instead
  • packages/wwv-plugin-sdk/src/index.ts (line 198) - same symbol
  • scripts/migrate-aviation-history.ts (line 2) - script marked @deprecated
  • src/app/api/camera/adapters/types.ts (line 95) - type marked @deprecated; should use CameraFeature

Action

For each symbol:

  1. Audit callers to confirm migration is complete
  2. If yes: remove @deprecated marker
  3. If no: prioritize migration work

Scanner: scripts/gc-scan.mjs anti-pattern detector

Metadata

Metadata

Assignees

No one assigned

    Labels

    gc-botOpened automatically by the Garbage Collector agent

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions