Skip to content

docs: update CLAUDE.md to match current codebase#71

Merged
pasrom merged 1 commit intomainfrom
docs/auto-update-2026-03-25
Mar 25, 2026
Merged

docs: update CLAUDE.md to match current codebase#71
pasrom merged 1 commit intomainfrom
docs/auto-update-2026-03-25

Conversation

@pasrom
Copy link
Copy Markdown
Owner

@pasrom pasrom commented Mar 25, 2026

Summary

  • Remove FluidAudio/ from project structure — it was listed as a local package directory, but FluidAudio is a remote git dependency (https://github.com/FluidInference/FluidAudio.git). The directory does not exist in the repo.
  • Add tools/whisperkit-cli/ — this tool exists in the codebase but was missing from the project structure tree.
  • Fix Package.swift description — it only mentioned ViewInspector + SnapshotTesting (test deps), omitting the runtime dependencies WhisperKit, FluidAudio, and AudioTapLib.

No other docs needed changes: README.md, CONTRIBUTING.md, and docs/architecture-macos.md are all accurate.

Test plan

  • Verify FluidAudio/ directory does not exist locally (ls FluidAudio → not found)
  • Verify tools/whisperkit-cli/ directory exists with Package.swift and Sources/main.swift
  • Verify app/MeetingTranscriber/Package.swift lists WhisperKit, FluidAudio, AudioTapLib as dependencies

https://claude.ai/code/session_01GzdM1vzuoxfCDELcRhAfpn

- Fix Package.swift description: add WhisperKit, FluidAudio, AudioTapLib
  as runtime deps (only test deps were listed before)
- Add tools/whisperkit-cli/ to project structure (was missing)
- Remove FluidAudio/ from project structure (it is a remote git dependency,
  not a local package directory — the directory does not exist)

https://claude.ai/code/session_01GzdM1vzuoxfCDELcRhAfpn
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 25, 2026
@pasrom pasrom merged commit 608fb3a into main Mar 25, 2026
10 checks passed
@pasrom pasrom deleted the docs/auto-update-2026-03-25 branch March 25, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants