@codeyam/codeyam-cli 0.1.24 → 0.1.26

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.
Files changed (62) hide show
  1. package/analyzer-template/.build-info.json +6 -6
  2. package/analyzer-template/log.txt +3 -3
  3. package/codeyam-cli/src/commands/editor.js +306 -89
  4. package/codeyam-cli/src/commands/editor.js.map +1 -1
  5. package/codeyam-cli/src/utils/__tests__/editorAudit.test.js +10 -0
  6. package/codeyam-cli/src/utils/__tests__/editorAudit.test.js.map +1 -1
  7. package/codeyam-cli/src/utils/__tests__/testRunner.test.js +0 -1
  8. package/codeyam-cli/src/utils/__tests__/testRunner.test.js.map +1 -1
  9. package/codeyam-cli/src/utils/__tests__/webappDetection.test.js +6 -0
  10. package/codeyam-cli/src/utils/__tests__/webappDetection.test.js.map +1 -1
  11. package/codeyam-cli/src/utils/editorAudit.js +22 -5
  12. package/codeyam-cli/src/utils/editorAudit.js.map +1 -1
  13. package/codeyam-cli/src/utils/editorScenarios.js +1 -0
  14. package/codeyam-cli/src/utils/editorScenarios.js.map +1 -1
  15. package/codeyam-cli/src/utils/entityChangeStatus.server.js +15 -0
  16. package/codeyam-cli/src/utils/entityChangeStatus.server.js.map +1 -1
  17. package/codeyam-cli/src/utils/scenariosManifest.js +8 -2
  18. package/codeyam-cli/src/utils/scenariosManifest.js.map +1 -1
  19. package/codeyam-cli/src/utils/testResultCache.js +53 -0
  20. package/codeyam-cli/src/utils/testResultCache.js.map +1 -0
  21. package/codeyam-cli/src/utils/testResultCache.server.js +81 -0
  22. package/codeyam-cli/src/utils/testResultCache.server.js.map +1 -0
  23. package/codeyam-cli/src/utils/testResultCache.server.test.js +187 -0
  24. package/codeyam-cli/src/utils/testResultCache.server.test.js.map +1 -0
  25. package/codeyam-cli/src/utils/testResultCache.test.js +230 -0
  26. package/codeyam-cli/src/utils/testResultCache.test.js.map +1 -0
  27. package/codeyam-cli/src/utils/testRunner.js +1 -7
  28. package/codeyam-cli/src/utils/testRunner.js.map +1 -1
  29. package/codeyam-cli/src/utils/webappDetection.js +4 -2
  30. package/codeyam-cli/src/utils/webappDetection.js.map +1 -1
  31. package/codeyam-cli/src/webserver/__tests__/idleDetector.test.js +32 -0
  32. package/codeyam-cli/src/webserver/__tests__/idleDetector.test.js.map +1 -1
  33. package/codeyam-cli/src/webserver/build/client/assets/editor.entity.(_sha)-CRxPi2BB.js +96 -0
  34. package/codeyam-cli/src/webserver/build/client/assets/globals-BsGHu8WX.css +1 -0
  35. package/codeyam-cli/src/webserver/build/client/assets/{manifest-694b698a.js → manifest-9032538f.js} +1 -1
  36. package/codeyam-cli/src/webserver/build/client/assets/{root-DXjFYOxD.js → root-dKFRTYcy.js} +5 -5
  37. package/codeyam-cli/src/webserver/build/server/assets/{analysisRunner-zEYtiv0T.js → analysisRunner-B6HnVI5u.js} +1 -1
  38. package/codeyam-cli/src/webserver/build/server/assets/{index-CcHPEbhi.js → index-rV_xLS1u.js} +1 -1
  39. package/codeyam-cli/src/webserver/build/server/assets/{init-D68IyWbU.js → init-BdWDvetv.js} +1 -1
  40. package/codeyam-cli/src/webserver/build/server/assets/server-build-B_jdq5dT.js +689 -0
  41. package/codeyam-cli/src/webserver/build/server/index.js +1 -1
  42. package/codeyam-cli/src/webserver/build-info.json +5 -5
  43. package/codeyam-cli/src/webserver/idleDetector.js +12 -3
  44. package/codeyam-cli/src/webserver/idleDetector.js.map +1 -1
  45. package/codeyam-cli/src/webserver/terminalServer.js +3 -1
  46. package/codeyam-cli/src/webserver/terminalServer.js.map +1 -1
  47. package/codeyam-cli/templates/expo-react-native/MOBILE_SETUP.md +119 -5
  48. package/codeyam-cli/templates/expo-react-native/__tests__/.gitkeep +0 -0
  49. package/codeyam-cli/templates/expo-react-native/app/_layout.tsx +3 -2
  50. package/codeyam-cli/templates/expo-react-native/app/index.tsx +36 -0
  51. package/codeyam-cli/templates/expo-react-native/global.css +7 -0
  52. package/codeyam-cli/templates/expo-react-native/lib/theme.ts +73 -0
  53. package/codeyam-cli/templates/expo-react-native/package.json +16 -6
  54. package/codeyam-cli/templates/isolation-route/expo-router.tsx.template +54 -0
  55. package/codeyam-cli/templates/skills/codeyam-editor/SKILL.md +15 -0
  56. package/package.json +1 -1
  57. package/codeyam-cli/src/webserver/build/client/assets/editor.entity.(_sha)-oBrbke_R.js +0 -96
  58. package/codeyam-cli/src/webserver/build/client/assets/globals-oyPmV37k.css +0 -1
  59. package/codeyam-cli/src/webserver/build/server/assets/server-build-Cxzo0Zp2.js +0 -688
  60. package/codeyam-cli/templates/expo-react-native/app/(tabs)/_layout.tsx +0 -33
  61. package/codeyam-cli/templates/expo-react-native/app/(tabs)/index.tsx +0 -12
  62. package/codeyam-cli/templates/expo-react-native/app/(tabs)/settings.tsx +0 -12
@@ -1,33 +0,0 @@
1
- import { Tabs } from 'expo-router';
2
- import { Ionicons } from '@expo/vector-icons';
3
-
4
- export default function TabLayout() {
5
- return (
6
- <Tabs
7
- screenOptions={{
8
- tabBarActiveTintColor: '#005C75',
9
- headerStyle: { backgroundColor: '#f8fafc' },
10
- headerTitleStyle: { fontWeight: '600' },
11
- }}
12
- >
13
- <Tabs.Screen
14
- name="index"
15
- options={{
16
- title: 'Home',
17
- tabBarIcon: ({ color, size }) => (
18
- <Ionicons name="home-outline" size={size} color={color} />
19
- ),
20
- }}
21
- />
22
- <Tabs.Screen
23
- name="settings"
24
- options={{
25
- title: 'Settings',
26
- tabBarIcon: ({ color, size }) => (
27
- <Ionicons name="settings-outline" size={size} color={color} />
28
- ),
29
- }}
30
- />
31
- </Tabs>
32
- );
33
- }
@@ -1,12 +0,0 @@
1
- import { View, Text } from 'react-native';
2
-
3
- export default function HomeScreen() {
4
- return (
5
- <View className="flex-1 items-center justify-center bg-white p-6">
6
- <Text className="text-2xl font-bold text-gray-900 mb-2">Welcome</Text>
7
- <Text className="text-base text-gray-500 text-center">
8
- Your Expo app is ready. Start building!
9
- </Text>
10
- </View>
11
- );
12
- }
@@ -1,12 +0,0 @@
1
- import { View, Text } from 'react-native';
2
-
3
- export default function SettingsScreen() {
4
- return (
5
- <View className="flex-1 items-center justify-center bg-white p-6">
6
- <Text className="text-2xl font-bold text-gray-900 mb-2">Settings</Text>
7
- <Text className="text-base text-gray-500 text-center">
8
- Configure your app preferences here.
9
- </Text>
10
- </View>
11
- );
12
- }