Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions .screenmap/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
{
"$comment": ".screenmap/config.json mechanical knobs for the screenmap Action's deterministic lane.",
"$comment": ".screenmap/config.json \u2014 mechanical knobs for the screenmap Action's deterministic lane.",
"scheme": "brew",
"appName": "Brew",
"device": "iPhone 17 Pro",
"waits": { "transition": 2000, "network": 3000, "boot": 15000 },
"suspects": { "depth": 2, "broadCap": 8 },
"agent": { "enabled": true, "maxScreens": 8, "provider": "claude" },
"params": { "id": "v60" }
}
"waits": {
"transition": 2000,
"network": 3000,
"boot": 15000
},
"suspects": {
"depth": 2,
"broadCap": 8
},
"agent": {
"enabled": true,
"maxScreens": 8,
"provider": "claude"
},
"params": {
"id": "v60"
},
"effort": "fast"
}
2 changes: 1 addition & 1 deletion src/app/(tabs)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function MethodsScreen() {
return (
<Screen>
<View style={styles.masthead}>
<Eyebrow>A field guide</Eyebrow>
<Eyebrow>A field guide · fast</Eyebrow>
<Type variant="display">Brew</Type>
<Type variant="body" tone="muted">
{METHODS.length} ways to get hot water through coffee, with the numbers that matter and
Expand Down
Loading