Commit 96e8829
authored
chore(audit): execute 2026-06-04 (2055) audit — docs CI config triggers, env-var docs (#125)
* ci(docs): trigger linkcheck on wrangler/bunfig/osv-scanner config changes
These files affect the docs build, install behavior, and vuln scan but were absent from the linkcheck push paths, so a config-only push could land on main without the build/linkcheck running.
Audit: F002
* docs(docs): document BORINGSTACK_UI_DIR/API_DIR build-time path overrides
These env vars override the sibling-app roots used for catalog generation (for shallow clones / worktrees / non-monorepo layouts) but were undocumented. Documented at the resolveTemplateRoot resolution point and the pre-push pass-through site, where a debugger lands. They are internal contributor knobs, not product config, so they stay out of the published docs site.
Audit: F004
* docs(api): document optional dev-only PREVIEW_PORT in .env.example
preview.ts reads process.env.PREVIEW_PORT directly (outside the validated schema) because it only runs under bun run preview:templates. Documented as a commented stub matching the EMAIL_TEMPLATES_DIR convention — an uncommented key would trip the env-cascade-drift guardrail.
Audit: F0031 parent 92baa54 commit 96e8829
4 files changed
Lines changed: 31 additions & 0 deletions
File tree
- .github/workflows
- apps
- api
- docs/scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
8 | 20 | | |
9 | 21 | | |
10 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
0 commit comments