saravanakumardb1
ed3bc15a4a
chore(deps): use wildcard (*) for @bytelyst/* internal packages
...
All @bytelyst/* packages are internal to the ByteLyst ecosystem and
published to the private Gitea registry. Using "*" eliminates version
bump noise — always resolves to latest available.
2026-04-13 01:05:40 -07:00
saravanakumardb1
f3e14e28dd
feat(ecosystem): Phase 0 — kill-switch, feedback, accessibility, feature flags, telemetry events
...
Phase 0 of the Agentic AI Roadmap: ecosystem gap fixes.
- Add @bytelyst/kill-switch-client integration (web/src/lib/kill-switch.ts)
- Wire kill switch check into providers.tsx on app init
- Add @bytelyst/feedback-client integration (web/src/lib/feedback.ts)
- Add @bytelyst/accessibility to web dependencies
- Add 7 agentic feature flags to backend (all default false)
- Define 16 telemetry event constants (backend + web)
- Add AGENTIC_AI_ROADMAP.md with full Phase 0-E plan + audit findings
All 182 backend tests pass. All 394 web tests pass.
No breaking changes to existing functionality.
2026-03-31 23:26:37 -07:00
saravanakumardb1
8b18a8e74b
fix(deps): switch @bytelyst/ui and design-tokens to file: refs for local resolution
2026-03-29 02:12:45 -07:00
saravanakumardb1
f5dc7332cb
fix(tokens): import @bytelyst/design-tokens/css/chronomind — remove hand-written token block
2026-03-29 01:23:57 -07:00
saravanakumardb1
0036e6af10
chore(design-system): add @bytelyst/ui shared component library dependency
2026-03-28 00:36:08 -07:00
saravanakumardb1
bfbca2b820
feat(docker): migrate to Gitea registry-backed Docker pattern
...
- Convert all @bytelyst/* file: refs to semver ^0.1.0
- Remove sibling common-plat workspace references
- Add .npmrc and .npmrc.docker for local Gitea registry
- Rewrite Dockerfiles: pnpm + BuildKit secret mount
- Verified: pnpm install + backend typecheck pass
2026-03-23 20:57:37 -07:00
saravanakumardb1
582936ad65
feat(repo): migrate chronomind workspace to pnpm
...
- Add pnpm-workspace.yaml (backend + web + common-plat packages)
- Add root package.json with workspace scripts and pnpm config
- Add packageManager: pnpm@10.6.5 to backend/web manifests
- Remove package-lock.json files, generate pnpm-lock.yaml
- Add root .gitignore (was missing)
- Update CI to use pnpm workspace commands
- Add transpilePackages + webpack symlinks to next.config.ts
- Update docker-prep.sh for backend + web consumers
- Rewrite backend/web Dockerfiles to .docker-deps consumer pattern
- Add .dockerignore
Verified: typecheck + 576 tests (182 backend + 394 web) + builds pass
Docker: backend + web smoke builds pass
2026-03-22 19:11:01 -07:00
saravanakumardb1
c362fa61cf
chore: update dependencies
2026-03-19 21:25:38 -07:00
saravanakumardb1
f49ef788a2
feat(web): migrate billing-client + feature-flags to shared packages
...
- billing-client.ts: hand-rolled fetch → @bytelyst/subscription-client
wrapper with backwards-compatible Subscription type adapter
- feature-flags.ts: hand-rolled polling → @bytelyst/feature-flag-client
(71→42 lines, same public API)
- providers.tsx: remove platform param (now configured at client level)
- ChronoMind-specific usage API stays as local fetch call
2026-03-19 16:52:47 -07:00
saravanakumardb1
cb79c9b3ad
feat(diagnostics): wire @bytelyst/diagnostics-client init in ChronoMind web
2026-03-05 10:57:58 -08:00
saravanakumardb1
8a5a40676a
refactor(web): wire @bytelyst/react-auth into auth-context, clean platform-sync auth plumbing
2026-02-28 11:28:14 -08:00
saravanakumardb1
bde5cb792d
refactor(web): wire @bytelyst/auth-client + telemetry-client into ChronoMind
...
- auth-api.ts: lazy-init shared auth client singleton
- platform-sync.ts: delegate auth ops to @bytelyst/auth-client
- telemetry.ts: delegate to @bytelyst/telemetry-client
- All 373 tests pass
2026-02-28 04:50:00 -08:00
saravanakumardb1
639d606233
feat(web): add Playwright E2E tests, service worker, package updates
2026-02-27 22:37:04 -08:00
saravanakumardb1
29cd7ffc62
fix(deploy): add --webpack flag to dev script for Serwist compatibility
2026-02-27 22:19:21 -08:00
saravanakumardb1
e6b97fcbf0
feat(deploy): Phase 1 polish — analytics, install prompt, a11y, PWA icons
2026-02-27 21:57:43 -08:00
saravanakumardb1
28dfa9f929
feat: add Serwist service worker for offline PWA support
2026-02-27 21:18:43 -08:00
saravanakumardb1
6ac54d76fd
feat: add timer engine, cascade system, urgency system with 40 passing tests
2026-02-27 20:50:36 -08:00