Skip to content

docs: polish open source project docs#13

Merged
faraa2m merged 1 commit into
mainfrom
codex/open-source-polish
May 20, 2026
Merged

docs: polish open source project docs#13
faraa2m merged 1 commit into
mainfrom
codex/open-source-polish

Conversation

@faraa2m
Copy link
Copy Markdown
Owner

@faraa2m faraa2m commented May 20, 2026

Summary

  • Add contributor, security, code of conduct, and PR template docs
  • Refresh README status for the published @RouterLab packages
  • Make eval:smoke truly fixture-backed so it no longer reaches Hugging Face
  • Add a patch Changeset for @routerlab/core and @routerlab/cli

Validation

  • bun install --frozen-lockfile
  • bun run --filter '*' build
  • bun test
  • bun run eval:smoke

@faraa2m faraa2m merged commit b477b8d into main May 20, 2026
1 check passed
@faraa2m faraa2m deleted the codex/open-source-polish branch May 20, 2026 14:49
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 604473c3ba

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread eval/cli.ts

for (const [task, filename] of Object.entries(fixtures)) {
const source = new URL(`./tasks/fixtures/${filename}`, import.meta.url).pathname;
const target = datasetCachePath(filename);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep smoke fixtures out of shared dataset cache

seedSmokeFixtures() writes fixture files to datasetCachePath(filename), which is the same cache location used by normal frontier/frontier-all dataset loaders. After someone runs bun eval/cli.ts smoke, later non-smoke evals will read these tiny fixture caches instead of fetching the real HF datasets, silently producing incorrect frontier/quality results until the cache is manually cleared.

Useful? React with 👍 / 👎.

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.

1 participant