Gab
3639218879
fix: tfcode web fails after npm install — copy app dist in postinstall
...
The web command crashed because postinstall scripts never copied the
app/dist directory from the platform package. Added copyAppDir() to
both postinstall scripts, multi-path resolution in findAppDir() and
server static serving, and updated branding to use local favicon.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-15 13:57:44 +10:00
Gab
c5af4f99e1
feat: tfcode
2026-04-04 17:56:41 +11:00
Gab
478d930c4a
feat: packages
2026-03-30 00:11:43 +11:00
Gab
3581538902
fix: script
2026-03-26 15:14:37 +11:00
Gab
3fe808d64c
feat: tfcode
2026-03-24 23:27:38 +11:00
Gab
2ae12f8d6b
feat: releases
2026-03-24 22:12:30 +11:00
Gab
d716f9a6d6
feat: build scripts
2026-03-24 18:55:20 +11:00
Gab
ff2d13015d
feat: roolbac
2026-03-24 15:06:34 +11:00
Gab
a8b73fd754
refactor: apply minimal tfcode branding
...
- Rename packages/opencode → packages/tfcode (directory only)
- Rename bin/opencode → bin/tfcode (CLI binary)
- Rename .opencode → .tfcode (config directory)
- Update package.json name and bin field
- Update config directory path references (.tfcode)
- Keep internal code references as 'opencode' for easy upstream sync
- Keep @opencode-ai/* workspace package names
This minimal branding approach allows clean merges from upstream
opencode repository while providing tfcode branding for users.
2026-03-24 13:20:14 +11:00