Commit graph

5 commits

Author SHA1 Message Date
Garfie
07c0f4f8ab chore(skill): add reviewer + auditor passes and test-runner dispatch to /sync-upstream
- New D3: two mandatory independent review passes after the verifier signs
  off — `reviewer` (hasn't seen verifier output) then `auditor` (after any
  fixes land). Two independent passes catch different things; a sync PR is
  too large to ship after a single review. Implementer fixes; reviewers
  do not.
- New D5: dispatch per-section test-runner teammates after presenting the
  report. Section split scales with sync size — small (per-platform) vs.
  medium/large (per-feature-area × platform).
- Existing D3 (Present results) renumbered to D4.

Captures the v0.8.5 sync experience: a single-pass verifier + monolithic
device-test plan are insufficient for syncs that touch dozens of files
across SSE/auth/UI surfaces.
2026-04-27 06:18:36 -06:00
Garfie
720bc516e6 chore(sync-upstream): fix skill bugs and expand upstream scan coverage 2026-04-22 22:15:01 -05:00
Garfie
00056b634b chore: rename project from LibreChat Android to LibreChat Mobile 2026-04-03 16:56:36 -05:00
Garfie
e5c5b549db chore: rename package com.librechat to com.garfiec.librechat 2026-04-03 16:12:37 -05:00
Garfie
34ddeb9789 Add sync-upstream skill and upstream submodule
- Add official LibreChat repo as git submodule at upstream/ (pinned to v0.8.2)
- Create UPSTREAM_VERSION file to track which release the app targets
- Create /sync-upstream skill with Agent Teams workflow
- Add reference files for API, model, UI, and architecture mappings
- Update CLAUDE.md with upstream sync documentation
2026-03-26 16:50:18 -05:00