saravanakumardb1
|
5b2c6f2874
|
docs: add cross-repo automation playbook reference to AGENTS.md and CLAUDE.md
|
2026-03-21 09:11:48 -07:00 |
|
saravanakumardb1
|
710992e69f
|
docs: add corporate network/proxy setup (§9) to AGENTS.md + expand switch-network.sh header
|
2026-03-19 15:22:14 -07:00 |
|
root
|
c80016c8c2
|
docs: sync agent guidance with prototype runtime
|
2026-03-14 06:27:07 +00:00 |
|
root
|
bfecc9f95d
|
docs(agents): sync local llm routing guidance
|
2026-03-14 06:26:08 +00:00 |
|
saravanakumardb1
|
a33f3cfbd6
|
docs: design system audit, onboarding guide, and AGENTS.md updates
- Comprehensive audit report: DESIGN_SYSTEM_AUDIT_2026-03-03.md
- Token consumption across all 7 repos
- 594 hardcoded colors identified
- Per-product breakdown with migration priorities
- Developer onboarding guide: ONBOARDING.md
- Platform-specific setup instructions
- Migration steps for each product
- Token cheat sheet and troubleshooting
- Updated AGENTS.md with Design System section
- Never hardcode colors rule
- Platform usage patterns (Web, iOS, Android, RN)
- Current adoption status table
- Validation commands
- Added design-tokens package README
- Quick start for all platforms
- Usage examples (CSS, TS, Swift, Kotlin, RN)
- CI integration examples
|
2026-03-03 21:55:02 -08:00 |
|
saravanakumardb1
|
24d7896599
|
refactor(platform-service): migrate product-specific modules to product repo backends
Remove 23 product-specific module directories from platform-service:
- ChronoMind: timers, routines, households, shared-timers, webhooks
- JarvisJr: jarvis-agents, jarvis-sessions, jarvis-memory, jarvis-teams, marketplace
- NomGap: fasting-sessions, fasting-protocols, body-stages, social-fasting, meal-log, push-triggers
- PeakPulse: peak-sessions, peak-routes
- MindLyst: brains, memory, reflections, daily-briefs, streaks
Update server.ts: remove product module imports and registrations
Update cosmos-init.ts: remove product-specific container definitions
Clean up server.test.ts: remove 5 stale vi.mock() calls
Update AGENTS.md: add section 13 (product backends), update test counts
Platform-service tests: 759 passing (platform-common only)
Product backends: PeakPulse 32, ChronoMind 171, JarvisJr 198, NomGap 152, MindLyst 59
|
2026-03-01 20:38:32 -08:00 |
|
saravanakumardb1
|
c7c36e74b6
|
docs: add portable Docker/CI build instructions (prep-consumer.sh)
|
2026-02-28 13:17:03 -08:00 |
|
saravanakumardb1
|
e6eee35544
|
docs: fix stale references to consolidated services and migrated dashboards
|
2026-02-28 03:06:44 -08:00 |
|
saravanakumardb1
|
0e468f74ea
|
docs: update AGENTS.md — add dashboards/ to monorepo layout
|
2026-02-28 02:19:50 -08:00 |
|
saravanakumardb1
|
4a659bf107
|
docs(agent-docs): update platform service and copilot references
|
2026-02-19 08:22:09 -08:00 |
|
saravanakumardb1
|
cb728d3dfe
|
docs: update agent docs — add missing packages, fix stale service refs, update test counts
|
2026-02-15 01:09:29 -08:00 |
|
saravanakumardb1
|
11ca4e95e3
|
docs: Phase 5 update AGENTS.md, package.json, monitoring for consolidated services
|
2026-02-14 21:54:09 -08:00 |
|
saravanakumardb1
|
fde10be75b
|
chore: add extraction-service to AGENTS.md, CI matrix, token pre-commit hook (7.9)
- AGENTS.md: extraction-service in layout, file ownership, deps, test table (211+ tests)
- ci.yml.disabled: extraction package + extraction-service added to matrix
- package.json: lint-staged rule to auto-generate tokens on bytelyst.tokens.json change
- ROADMAP.md: 252/278 (~91%), 7.9 done
|
2026-02-14 20:48:07 -08:00 |
|
|
|
06aca239f4
|
chore(security): add secret scanning + playbook
|
2026-02-14 00:24:41 -08:00 |
|
saravanakumardb1
|
fd6e3d7e8e
|
docs: update AGENTS.md + ROADMAP.md to 83% complete (232/278)
- AGENTS.md: added fastify-core, logger, testing to layout; updated dashboard consumer table; updated test count to 277
- ROADMAP.md: Phase 2B complete (29/29), Phase 5 Docker tasks (15/23), Phase 6 regression (17/28)
- Cross-repo regression verified: 277 tests pass, all 3 dashboards typecheck clean
|
2026-02-12 23:51:53 -08:00 |
|
saravanakumardb1
|
90b9cf93d8
|
fix(common): configure ESLint 9 and fix lint issues
- Added @eslint/js dependency
- Updated eslint.config.js for ESLint 9 compatibility
- Added required globals (crypto, localStorage, React, etc.)
- Fixed unused imports and variables
- Disabled sort-imports temporarily
- Formatted all files with Prettier
|
2026-02-12 16:37:30 -08:00 |
|
saravanakumardb1
|
8930aa5af7
|
docs: update agent docs via /update-agent-docs
- AGENTS.md: add plans/licenses/rate-limit/promos modules, add dashboard consumer table, update test count
- CLAUDE.md: unchanged (already current)
|
2026-02-12 15:31:20 -08:00 |
|
saravanakumardb1
|
5cd4bc69ea
|
docs: add AGENTS.md and CLAUDE.md for AI coding agent onboarding
AGENTS.md covers:
- Project identity and scopes (@bytelyst/* packages, @lysnrai/* services)
- Full monorepo layout with all 7 packages and 5 services
- Tech stack rules (ESM, Fastify 5, Zod, Vitest, pnpm)
- Coding conventions (MUST/MUST NOT rules)
- File ownership map (27 domains)
- Build/test/dev commands
- Common patterns (new module, new package, token workflow)
- Environment variables reference
- Dependency graph and build order
- 12 common pitfalls
CLAUDE.md is a compact summary referencing AGENTS.md.
|
2026-02-12 12:51:39 -08:00 |
|