Skip to content

voxscribe app implemented#162

Merged
kalevski merged 3 commits into
mainfrom
feature/voxscribe
Jul 8, 2026
Merged

voxscribe app implemented#162
kalevski merged 3 commits into
mainfrom
feature/voxscribe

Conversation

@kalevski

@kalevski kalevski commented Jul 8, 2026

Copy link
Copy Markdown
Owner

No description provided.

kalevski and others added 3 commits July 8, 2026 21:47
Root .gitignore line 1 (`lib`) ignores every lib/ dir as build output,
but voxscribe/lib/ is a Next.js source dir (the @/lib/tc web-components
interop shim). Docker build cloned from git without these files, so
`@/lib/tc` failed to resolve. Add `!voxscribe/lib/` negation, matching
the existing taskforge/quaykeeper carve-outs, and commit the shim files.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The image build context is the repo root and the Dockerfile does
`COPY /repo/voxscribe/public ./voxscribe/public` unconditionally. The
public/ dir was empty, so git never tracked it, so the CI checkout had
no public/ and buildx failed:

  "/repo/voxscribe/public": not found

Track an empty .gitkeep to keep the directory in the tree.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@kalevski kalevski merged commit 6082eda into main Jul 8, 2026
6 checks passed
@kalevski kalevski deleted the feature/voxscribe branch July 8, 2026 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant