Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a38f417
HOTPOT next 670 clean
chrisnojima-zoom Apr 7, 2026
9cf12a8
update deps (#29125)
chrisnojima Apr 7, 2026
1f959d6
internal boundary (#29124)
chrisnojima-zoom Apr 7, 2026
aed807f
move debounce out (#29128)
chrisnojima-zoom Apr 8, 2026
2013f39
WIP
chrisnojima Apr 8, 2026
ec1a2cf
WIP
chrisnojima Apr 8, 2026
0c35e7d
chat refactors (#29123)
chrisnojima-zoom Apr 9, 2026
d4e7255
small chat 3 (#29131)
chrisnojima-zoom Apr 13, 2026
9e2374c
Engine layer simpler (#29139)
chrisnojima-zoom Apr 13, 2026
ac67875
remove error flow from zus (#29133)
chrisnojima-zoom Apr 14, 2026
e173a05
show profile clean (#29144)
chrisnojima-zoom Apr 14, 2026
31c7b11
notif cleanup (#29148)
chrisnojima-zoom Apr 15, 2026
6d0e826
slim autoreset (#29147)
chrisnojima-zoom Apr 15, 2026
27702db
remove more store plumbing (#29149)
chrisnojima-zoom Apr 15, 2026
acd2376
chat move nav to router (#29150)
chrisnojima-zoom Apr 15, 2026
c7d19d1
team chat split part 1 (#29151)
chrisnojima-zoom Apr 16, 2026
8402257
more chat cleanup 1 (#29154)
chrisnojima-zoom Apr 17, 2026
bf3ca57
remove more defer (#29157)
chrisnojima-zoom Apr 17, 2026
2c29c26
fix flip convo id (#29161)
chrisnojima-zoom Apr 17, 2026
f2a9d92
forward port flip fix
chrisnojima-zoom Apr 17, 2026
c4310a2
split up unlock / accounts / config / shell stores (#29162)
chrisnojima-zoom Apr 20, 2026
d967a73
thin settings email more (#29163)
chrisnojima-zoom Apr 20, 2026
a0ee7ca
recover password to flow (#29164)
chrisnojima-zoom Apr 20, 2026
c8fdcf8
tb and randompw (#29165)
chrisnojima-zoom Apr 20, 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
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions .agents/skills/migrate-to-static-config/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: migrate-to-static-config
description: Migrate React Navigation navigators from dynamic component based config to static object based config.
---

# Migrating to Static Config

Check `@react-navigation/native` in `package.json` first.

- If `7.x`, read `references/react-navigation-7.md`
- If `8.x`, read `references/react-navigation-8.md`

Do not load both unless explicitly comparing versions.
4 changes: 4 additions & 0 deletions .agents/skills/migrate-to-static-config/agents/openai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
interface:
display_name: "Migrate React Navigation to Static Config"
short_description: "Convert JSX navigators to static config"
default_prompt: "Use $migrate-to-static-config to migrate React Navigation navigators from dynamic JSX to static config."
Loading