Commit b6f6a2e
feat: log application path and table init during startup (#1109)
* feat: log application path and table init during startup
Adds info-level log lines so users know their app directory was found and
each GraphQL-schema table was initialised, filling the confidence gap when
running `harper dev /path/to/app`.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: add worker-0 guard and optional chaining to startup logs
- Wrap app-path log in getWorkerIndex() === 0 to avoid duplicate lines
from worker threads
- Use harperLogger.info?.() optional chaining per Harper conventions
- Add ?. to properties.find() for robustness
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: remove accidentally committed cache file, ignore cache/ dir
cache/projects.json is a Claude Code internal file containing a
machine-local path. Add cache/ to .gitignore to prevent recurrence.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 109acd9 commit b6f6a2e
3 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
261 | 262 | | |
262 | 263 | | |
263 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
264 | 270 | | |
265 | 271 | | |
266 | 272 | | |
| |||
0 commit comments