You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you encounter an error like `Error: Cannot find cwd: /opt/buildhome/repo/structure-insight-web` during deployment (e.g., on Cloudflare Pages):
37
+
## Repository Notes
24
38
25
-
This indicates the deployment service is expecting the project files to be in a subdirectory named `structure-insight-web`, but they are in the root of your repository.
39
+
- The repository root contains the public project README.
40
+
- CI runs from the repository root but uses this directory as the working directory.
41
+
- Cloudflare Pages or similar platforms should point their root/build directory to `structure-insight/`.
26
42
27
-
**Fix:**
28
-
1. Go to your deployment project settings (e.g., Cloudflare Pages > Settings > Build & deployments).
29
-
2. Locate the **Root Directory** setting in "Build configurations".
30
-
3. Change it to `/` (empty) to indicate the project is in the root directory.
43
+
## Export Semantics
44
+
45
+
-`Edited Changes` represents differences between the imported file contents and your in-app edits.
46
+
- It does **not** read the local git working tree or staged diff.
47
+
- Token counts are estimates intended for planning and comparison, not exact model-token guarantees.
48
+
49
+
## Offline Notes
50
+
51
+
- The app shell no longer depends on external CDN resources in `index.html`.
52
+
- Core styling is compiled locally with Tailwind.
53
+
- Icons and syntax-highlighting resources are bundled or served from local project assets.
54
+
- Font Awesome is reduced to the local solid subset with `woff2` output only.
55
+
- First-load network access is still needed for the initial installation, but repeat visits can rely on cached local assets.
0 commit comments