Skip to content

fix: restore no-token repository validation#43

Open
vultuk wants to merge 1 commit into
mainfrom
fix/42-restore-no-token-repo-validation
Open

fix: restore no-token repository validation#43
vultuk wants to merge 1 commit into
mainfrom
fix/42-restore-no-token-repo-validation

Conversation

@vultuk

@vultuk vultuk commented Apr 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • restore tokenless repository existence validation with a manual GitHub HEAD probe
  • preserve authenticated API validation, ignore stale unauthenticated misses when a token is present, and only cache definitive anonymous results
  • add page-view regressions for positive/negative caching, redirect handling, transient probe failures, and authenticated fallback

Validation

  • npx bun run typecheck
  • npx bun test test/repository-service-page-view.test.ts
  • npx bun test test/repo-api-route.test.ts

Review

  • pre-commit review gate: reviewer-only fallback via codex exec using the loaded review-changes reviewer contract because full orchestration was not available in this cron-run environment

Closes #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Repository page view: restore no-token repo existence validation

1 participant