Claude/amazing faraday jlnd z#342
Conversation
- house-of-meena.html: visual source of truth (hand-coded landing page) - house-of-meena/CLAUDE.md: architecture, design system, phase map, working rules https://claude.ai/code/session_01VAUqkEJPJv2CWUcEHBxjSf
mrgoonie
left a comment
There was a problem hiding this comment.
Summary: This adds a Claude Code SessionStart hook that runs npm install in cli/ for remote sessions, plus a lockfile version bump. The lockfile version bump itself is harmless, but the repository hook is not safe to merge as-is.nnRisk level: MediumnnMandatory gates:n- Duplicate/prior implementation: clear; I did not find prior SessionStart / CLAUDE_CODE_REMOTE hook work in the repo queue or git history.n- Project standards: issue found; CLAUDE.md documents Python as the only repo prerequisite and keeps CLI asset/package work explicit under cli/, not as an automatic repo-wide session side effect.n- Strategic necessity: questionable; the PR has no description explaining what maintainer or user problem this automatic install solves.n- CI/checks: missing/not required for this PR metadata.nnFindings:n- Critical: None.n- Important: The new .claude SessionStart hook runs npm install automatically whenever CLAUDE_CODE_REMOTE=true. That mutates the working tree/network state at session startup, can rewrite cli/package-lock.json or node_modules, and creates an implicit dependency install path outside the documented workflow. This is especially risky for a repo whose source-of-truth workflow is explicit asset/template sync and release packaging. Please remove the automatic hook or replace it with documented manual setup instructions / an opt-in command.n- Suggestion: If the intent is just to keep cli/package-lock.json aligned with package.json version 2.5.0, split that into a tiny lockfile-only PR with a clear title/body.nnVerdict: REQUEST_CHANGES
|
Recommend closing, @mrgoonie. Placeholder/auto-generated PR (Claude/amazing faraday jlnd z) with no clear substantive change. |
|
Closing as recommended by contributor @ia-abatista. This PR appears to be a placeholder/auto-generated Claude Code session artifact (title: Prior review (2026-06-20) requested changes that were never addressed. The branch is also conflicted (mergeStateStatus=DIRTY). If the underlying intent was to keep Posted by github-maintain cron at 2026-06-26T10:48:00Z |
No description provided.