Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 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
cb7e14c
store split 4 (#29166)
chrisnojima-zoom Apr 23, 2026
af7f64d
module cleanup (#29175)
chrisnojima-zoom Apr 24, 2026
4af638a
lint hooks (#29177)
chrisnojima Apr 25, 2026
f104d40
fix perms (#29178)
chrisnojima-zoom Apr 26, 2026
f42bae5
more lint 2 (#29180)
chrisnojima-zoom Apr 26, 2026
cb9adf1
init cleanup subs (#29181)
chrisnojima-zoom Apr 26, 2026
c826608
chat store shift 1 (#29182)
chrisnojima-zoom May 1, 2026
e71f970
update small deps (#29191)
chrisnojima May 1, 2026
c63a401
fix getgregor calls and initial thread load (#29192)
chrisnojima-zoom May 4, 2026
c1dd3f9
Merge origin/master into nojima/HOTPOT-next-670-clean-2
chrisnojima-zoom May 4, 2026
e99bb32
WIP
chrisnojima May 4, 2026
fa0181c
jsi perf test (#29188)
chrisnojima-zoom May 4, 2026
0fe4f31
fs slim (#29195)
chrisnojima-zoom May 6, 2026
e3acd01
update deps (#29196)
chrisnojima May 6, 2026
aa96cc1
font cleanup (#29198)
chrisnojima May 7, 2026
7cac52e
better mobile nav icons (#29199)
chrisnojima May 7, 2026
24450d2
test push (#29200)
chrisnojima May 7, 2026
65bfcbf
dont reload on refocus (#29201)
chrisnojima May 7, 2026
257e32a
update deps (#29202)
chrisnojima May 7, 2026
f4495ad
thread crash and push nav dedupe (#29203)
chrisnojima May 7, 2026
c565b21
merge master: audio classification, attachment moderation, toast fix
chrisnojima May 11, 2026
63da6b5
mm
chrisnojima May 11, 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