Let dogfood hooks resolve safeword eslint from source worktrees#615
Merged
Conversation
38feae9 to
6b89a5e
Compare
6b89a5e to
dd51e05
Compare
dd51e05 to
114db8d
Compare
This was referenced Jul 3, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #470.
safeword: workspace:*devDependency sobun installlinks the local CLI workspace atnode_modules/safeword..safeword/eslint.config.mjsto load TypeScript project configs throughjiti, while preserving native dynamic import for JS configs.jiti@^2.2.0through the TypeScript pack package list and document the generated-config dependency.safeword/eslintresolution, generated TS-config loading, package reconciliation, and base fixture dependency readiness.JITI_PACKAGEso production wiring and package-list tests share the same version-floor contract.commit-dogfood-hooks-without-package-link (CQ4CD3)done after explicit ready confirmation.Verification
node --input-type=module ... import('safeword/eslint')bunx eslint --config .safeword/eslint.config.mjs packages/cli/tests/integration/review-stamp.test.tsbunx eslint --config eslint.config.ts .safeword/hooks/lib/lint.ts --no-warn-ignoredbun run --cwd packages/cli test tests/commands/check.test.ts tests/commands/self-verify.test.ts tests/integration/namespace-migration-upgrade.test.ts tests/integration/phase0-walkthrough.test.ts tests/reconcile.test.ts tests/schema.test.ts src/templates/config.test.ts tests/dogfood-source-worktree.test.tsbun run --cwd packages/cli test tests/reconcile.test.ts tests/schema.test.tsbun run --cwd packages/cli typecheckbun run lintbun run format:checkbun run test:bddbun run --cwd packages/cli buildbun audit --jsonbun packages/cli/src/cli.ts sync-config --checkbunx depcruise --output-type err --config .dependency-cruiser.cjs .bunx knipbunx jscpd . --min-lines 10 --reporters consolegit diff --checkReview
origin/main(b1355aff) before final validation./quality-reviewchecked current ESLint TypeScript config docs, Bun workspace docs, package versions, andbun audit --json./refactorextractedJITI_PACKAGEafter the audit/CI fixture fix; focused schema/reconcile tests passed and the refactor is isolated in commitd278b395./auditfound no PR-caused blockers: config sync and depcruise are clean, security audit has no advisories, configured docs sources are updated, and remaining knip/jscpd findings are pre-existing repo-wide debt.CQ4CD3is nowdonein commit31f3b9c6.