Skip to content

fix(agent): use absolute repoRoot for local hooks#560

Draft
Gribesh wants to merge 1 commit intoentireio:mainfrom
Gribesh:fix/init-subdirectory
Draft

fix(agent): use absolute repoRoot for local hooks#560
Gribesh wants to merge 1 commit intoentireio:mainfrom
Gribesh:fix/init-subdirectory

Conversation

@Gribesh
Copy link

@Gribesh Gribesh commented Feb 28, 2026

Description

Resolves an issue where initializing Entire hook configurations inside subdirectories during local development failed because variables like ${GEMINI_PROJECT_DIR} evaluated to the subdirectory path instead of the repository root. Replaced these with absolute path references acquired actively during runtime setup.

Fixes #559

Resolves an issue where initializing Entire hook configurations inside subdirectories during local development failed because variables like ${GEMINI_PROJECT_DIR} evaluated to the subdirectory path instead of the repository root. Replaced these with absolute path references acquired actively during runtime setup.

Fixes entireio#559
@Gribesh Gribesh requested a review from a team as a code owner February 28, 2026 12:47
@Gribesh Gribesh marked this pull request as draft February 28, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Entire not initialized when coding agent is started from subdirectory

1 participant