@take-out/docs 0.0.50 → 0.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/aggregates.md +2 -2
- package/cloudflare-dev-tunnel.md +2 -2
- package/database.md +2 -2
- package/docs.md +1 -1
- package/emitters.md +2 -2
- package/hot-updater.md +2 -2
- package/native-hot-update.md +1 -1
- package/one-components.md +2 -2
- package/one-hooks.md +2 -2
- package/one-routes.md +1 -1
- package/package-json.md +2 -2
- package/package.json +1 -1
- package/react-native-navigation-flow.md +2 -2
- package/scripts.md +2 -2
- package/sync-prompt.md +2 -2
- package/tamagui.md +1 -1
- package/testing-integration.md +2 -2
- package/triggers.md +2 -2
- package/xcodebuild-mcp.md +2 -2
- package/zero.md +2 -2
package/aggregates.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: aggregates
|
|
3
|
-
description: Database aggregates guide using PostgreSQL triggers and stats tables.
|
|
2
|
+
name: takeout-aggregates
|
|
3
|
+
description: Database aggregates guide using PostgreSQL triggers and stats tables. commentCount, followerCount, likesCount, reactionCount, replyCount, derived columns, computed values, denormalized data, INSERT ON CONFLICT, UPSERT pattern, maintaining counts, syncing counts, aggregate tables, stats tables.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Aggregates in your data
|
package/cloudflare-dev-tunnel.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: cloudflare-dev-tunnel
|
|
3
|
-
description: Cloudflare dev tunnel guide for exposing local development servers publicly.
|
|
2
|
+
name: takeout-cloudflare-dev-tunnel
|
|
3
|
+
description: Cloudflare dev tunnel guide for exposing local development servers publicly. dev tunnel, cloudflare tunnel, cfargotunnel, local tunnel, testing webhooks, webhook testing, share local server, expose localhost, ngrok alternative.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Development Tunnel
|
package/database.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: database
|
|
3
|
-
description: Database guide for PostgreSQL, Drizzle ORM, and Zero sync.
|
|
2
|
+
name: takeout-database
|
|
3
|
+
description: Database guide for PostgreSQL, Drizzle ORM, and Zero sync. Drizzle, migrations, schema changes, ALTER TABLE, SQL queries, getDb, getDBClient, queryDb, connection pooling, Aurora, pgvector, vector search.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Database
|
package/docs.md
CHANGED
package/emitters.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: emitters
|
|
3
|
-
description: Event emitters and pub/sub pattern for ephemeral UI state management.
|
|
2
|
+
name: takeout-emitters
|
|
3
|
+
description: Event emitters and pub/sub pattern for ephemeral UI state management. event emitters, pub/sub, ephemeral state, temporary state, transient state, UI events, event coordination, subscribe, emit, listen, @take-out/helpers emitters.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Emitters Guide - Event-Based State Management
|
package/hot-updater.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: hot-updater
|
|
3
|
-
description: Guide for implementing OTA updates and hot updates in React Native apps.
|
|
2
|
+
name: takeout-hot-updater
|
|
3
|
+
description: Guide for implementing OTA updates and hot updates in React Native apps. hot updater, OTA updates, over-the-air updates, app updates, code push, deploy updates, @hot-updater/react-native, HotUpdaterProvider, useHotUpdater, update deployment.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Hot Updater Guide
|
package/native-hot-update.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: native-hot-update
|
|
2
|
+
name: takeout-native-hot-update
|
|
3
3
|
description: Native hot update (OTA/over-the-air) system guide for @take-out/native-hot-update. Use for HotUpdaterSplash, splash screen, deploy-hot-update scripts, update issues, or troubleshooting OTA updates.
|
|
4
4
|
---
|
|
5
5
|
|
package/one-components.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: one-components
|
|
3
|
-
description: One framework components guide for navigation, layouts, and UI elements.
|
|
2
|
+
name: takeout-one-components
|
|
3
|
+
description: One framework components guide for navigation, layouts, and UI elements. Link, Redirect, navigation, Head, meta tags, SEO, SafeAreaView, StatusBar, device safe areas, Stack, Tabs, Slot, layout components, LoadProgressBar, ScrollBehavior.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# one framework: components
|
package/one-hooks.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: one-hooks
|
|
3
|
-
description: One framework hooks guide for routing, navigation, data loading, and focus management.
|
|
2
|
+
name: takeout-one-hooks
|
|
3
|
+
description: One framework hooks guide for routing, navigation, data loading, and focus management. hooks, useRouter, useParams, usePathname, useLoader, useFocusEffect, useNavigation, navigation hooks, data loading hooks, route params, query params, navigation state, screen focus management.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# one framework: hooks
|
package/one-routes.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: one-routes
|
|
2
|
+
name: takeout-one-routes
|
|
3
3
|
description: One framework routing guide. Use when working with routing, routes, pages, navigation, app/ directory structure, file-based routing, dynamic routes [id], params, layouts, _layout.tsx, SSG, SSR, SPA static generation, loaders, data loading, Link component, or navigate.
|
|
4
4
|
---
|
|
5
5
|
|
package/package-json.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: package-json
|
|
3
|
-
description: Package.json structure guide.
|
|
2
|
+
name: takeout-package-json
|
|
3
|
+
description: Package.json structure guide. package.json, package configuration, scripts section, npm scripts, env vars, environment variables, workspaces, monorepo, trustedDependencies, dependencies.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# package.json
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: react-native-navigation-flow
|
|
3
|
-
description: React Native navigation and mobile routing guide for One framework.
|
|
2
|
+
name: takeout-react-native-navigation-flow
|
|
3
|
+
description: React Native navigation and mobile routing guide for One framework. React Native navigation, native navigation, useRouter, useParams on native, drawer layout, drawer navigation, mobile routing, One framework routing, screen transitions, navigation flow.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# React Native Navigation Flow
|
package/scripts.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: scripts
|
|
3
|
-
description: Scripts guide for tko CLI automation.
|
|
2
|
+
name: takeout-scripts
|
|
3
|
+
description: Scripts guide for tko CLI automation. scripts, CLI scripts, ./scripts/ directory, tko commands, tko run, parallel execution, script management, bun scripts, npm scripts, automation.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# scripts
|
package/sync-prompt.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: sync-prompt
|
|
3
|
-
description: Intelligent sync guide for updating forked Takeout with upstream changes while preserving customizations.
|
|
2
|
+
name: takeout-sync-prompt
|
|
3
|
+
description: Intelligent sync guide for updating forked Takeout with upstream changes while preserving customizations. sync, upstream sync, fork sync, merging upstream, git merge, tamagui/takeout2, upstream changes, update from takeout, takeout updates.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Takeout Repository Sync Prompt
|
package/tamagui.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: tamagui
|
|
2
|
+
name: takeout-tamagui
|
|
3
3
|
description: Tamagui UI framework guide. Use when styling, components, tokens ($color, $size, $space), themes (light/dark mode), media queries, breakpoints, responsive design, shorthands (p, m, bg, f, ai, jc), Stack, XStack, YStack, Text, styled(), useTheme, or any Tamagui component.
|
|
4
4
|
---
|
|
5
5
|
|
package/testing-integration.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: testing-integration
|
|
3
|
-
description: Integration testing guide. Use when writing Playwright tests, running bun test
|
|
2
|
+
name: takeout-testing-integration
|
|
3
|
+
description: Integration testing guide. Use when writing Playwright tests, running bun test integration, testing with loginAsDemo, or debugging test failures. integration tests, e2e tests, end-to-end, Playwright, browser tests, test fixtures, test setup, test users.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Integration Testing Guide
|
package/triggers.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: triggers
|
|
3
|
-
description: PostgreSQL database triggers guide for automation and data consistency.
|
|
2
|
+
name: takeout-triggers
|
|
3
|
+
description: PostgreSQL database triggers guide for automation and data consistency. creating triggers, trigger functions, plpgsql, BEFORE/AFTER triggers, INSERT/UPDATE/DELETE events, maintaining derived data, syncing tables, audit trails, cascading updates, counter maintenance, reaction counts, reply counts.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Database Triggers Guide
|
package/xcodebuild-mcp.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: xcodebuild-mcp
|
|
3
|
-
description: iOS debugging with XcodeBuildMCP.
|
|
2
|
+
name: takeout-xcodebuild-mcp
|
|
3
|
+
description: iOS debugging with XcodeBuildMCP. run or test react native, debug ios, debug native, ios simulator, run simulator, ios device, device debugging, xcode build, native app debugging, simulator logs, capture screenshot, ui automation, test ios, run on device, launch simulator.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# xcodebuild mcp
|
package/zero.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: zero
|
|
3
|
-
description: Zero sync, offline-first queries, and mutations guide.
|
|
2
|
+
name: takeout-zero
|
|
3
|
+
description: Zero sync, offline-first queries, and mutations guide. useQuery, zql, queries, mutations, mutate, CRUD, permissions, where clauses, auth checks, relations, joins, related data, offline-first, sync, real-time, optimistic updates, convergent mutations.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# zero sync guide
|