Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
749f574
chore: snapshot ui core app centralization state
deancochran Mar 22, 2026
a543ddb
merge: bring origin/main into ui core app centralization
deancochran Mar 22, 2026
7a8970e
docs: plan launch-first ui centralization
deancochran Mar 23, 2026
ca64aa9
refactor: expand shared UI and CI test coverage
deancochran Mar 26, 2026
6a349e5
fix: unblock CI validation checks
deancochran Mar 26, 2026
b4e5755
fix: stabilize CI across node environments
deancochran Mar 26, 2026
fb41334
fix: align mobile type checks with CI
deancochran Mar 26, 2026
3f2d62f
fix: make route segment guards type-safe
deancochran Mar 26, 2026
2e6e6f2
fix: install Supabase CLI explicitly in CI
deancochran Mar 26, 2026
c24476f
add working maestro login coverage and full validation gates
deancochran Mar 27, 2026
b06ae77
update mobile e2e runtime and local validation scripts
deancochran Mar 27, 2026
97b9587
fix mobile jest selectors and fit import errors
deancochran Mar 27, 2026
18b5219
fix mobile jest runtime compatibility
deancochran Mar 27, 2026
f07d731
fix mobile validation compatibility
deancochran Mar 27, 2026
b19a65e
fix e2e workflow port checks
deancochran Mar 27, 2026
503d596
fix e2e runner startup
deancochran Mar 27, 2026
279ae82
fix android runner animation setup
deancochran Mar 27, 2026
e38a82a
tune android ci emulator image
deancochran Mar 27, 2026
692ff69
stabilize android emulator ci
deancochran Mar 27, 2026
f85129a
fix android ci system image selection
deancochran Mar 27, 2026
68830c3
cache gradle for mobile ci
deancochran Mar 27, 2026
edce357
fix mobile e2e dev-client readiness check
deancochran Mar 28, 2026
3ed6f14
fix mobile e2e flow arguments
deancochran Mar 28, 2026
382882d
restore Maestro bootstrap flow
deancochran Mar 28, 2026
c1d6ca5
respect CI Maestro fixture env
deancochran Mar 28, 2026
17480b4
increase mobile tRPC timeout for CI
deancochran Mar 28, 2026
7470e6a
make Maestro prepare idempotent
deancochran Mar 28, 2026
6f069bd
stabilize Maestro post-login wait
deancochran Mar 28, 2026
8228e5b
extend mobile CI request timeout
deancochran Mar 28, 2026
49e5119
clamp training plan insight range
deancochran Mar 28, 2026
cd90cc2
optimize mobile maestro CI reuse
deancochran Mar 28, 2026
d44a7d4
fix CI e2e apk prebuild step
deancochran Mar 28, 2026
be5abb0
reduce e2e apk release build pressure
deancochran Mar 28, 2026
c6be540
skip broken release lint in e2e apk
deancochran Mar 28, 2026
bbc8627
target x86_64 for e2e apk builds
deancochran Mar 28, 2026
af6687d
fix apk install in Maestro workflows
deancochran Mar 28, 2026
fba9570
Refine mobile calendar flows and add Worktrunk setup
deancochran Mar 29, 2026
6f1bfed
Strengthen worktree-native coordinator orchestration
deancochran Mar 29, 2026
777e95c
migrate app consumers to @repo/api
deancochran Mar 31, 2026
b544623
fix api migration CI validation
deancochran Mar 31, 2026
9897a11
fix PR validation regressions
deancochran Mar 31, 2026
fb5542c
clarify api-first target architecture
deancochran Mar 31, 2026
b6ad63a
feat(auth): complete TanStack Start/Drizzle/Better Auth replatform mi…
deancochran Apr 2, 2026
b8027ce
feat: consolidate auth replatform and mobile stack hardening
deancochran Apr 5, 2026
ef7b16f
merge main into audit/ui-core-shared-app-spec
deancochran Apr 5, 2026
31c43ca
chore: stop tracking local coordinator config
deancochran Apr 5, 2026
169880f
fix: regenerate broken pnpm lockfile
deancochran Apr 5, 2026
7d184a6
patch vlaidation checks and errorz
deancochran Apr 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 0 additions & 10 deletions .config/wt.toml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/mobile-full-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ jobs:
distribution: temurin
java-version: 17

- name: Setup Gradle cache
uses: gradle/actions/setup-gradle@v5

- name: Install dependencies
run: pnpm install --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- "apps/web/**"
- "packages/core/**"
- "packages/trpc/**"
- "packages/api/**"
- "packages/supabase/**"
- "pnpm-lock.yaml"
- ".github/workflows/publish-container.yml"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,6 @@ jobs:
distribution: temurin
java-version: 17

- name: Setup Gradle cache
uses: gradle/actions/setup-gradle@v5

- name: Install dependencies
run: pnpm install --frozen-lockfile

Expand Down
25 changes: 14 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ coverage/**/*

# Turbo
.turbo/
.tmp/

# Vercel
.vercel/
Expand Down Expand Up @@ -60,8 +61,13 @@ android/


# Supabase generated stuff
supabase/.temp/
supabase/.branches/
packages/supabase/.temp/
packages/supabase/.branches/

# Worktree artifacts
.worktrees/
# ------------------------------
# Logs & Debug
# ------------------------------
Expand Down Expand Up @@ -93,20 +99,17 @@ packages/*/lib/
.vscode/
.idea/
*.log
*.tsbuildinfo
.aider*

# OpenCode - ignore temporary/state files but allow config
.opencode/temp/
.opencode/state/
.opencode/logs/
# OpenCode / local coordinator config
.opencode/
opencode.json

# Local config
.config/

# Claude Code
.claude/

# Allow these to be tracked (valuable project assets):
# OpenCode:
# - .opencode/agents/ (agent definitions)
# - .opencode/skills/ (reusable skills)
# - .opencode/commands/ (custom commands)
# - opencode.json (agent config)
# - CLAUDE.md (project documentation)
# CLAUDE.md may still be tracked as project documentation.
21 changes: 0 additions & 21 deletions .opencode/commands/create-test-suite.md

This file was deleted.

28 changes: 0 additions & 28 deletions .opencode/commands/delegate-work.md

This file was deleted.

32 changes: 0 additions & 32 deletions .opencode/commands/evaluate-repository.md

This file was deleted.

28 changes: 0 additions & 28 deletions .opencode/commands/finish-handoff.md

This file was deleted.

39 changes: 0 additions & 39 deletions .opencode/commands/parallel-fan-out.md

This file was deleted.

27 changes: 0 additions & 27 deletions .opencode/commands/update-documentation.md

This file was deleted.

29 changes: 0 additions & 29 deletions .opencode/commands/write-checkpoint.md

This file was deleted.

95 changes: 0 additions & 95 deletions .opencode/instructions/delegation-contract.md

This file was deleted.

Loading
Loading