decommission: preserve factory/41e57872-8ab7-4f2a-a225-a7dc29a2-242cabb3 - #12
Closed
andrei-hasna wants to merge 2 commits into
Closed
decommission: preserve factory/41e57872-8ab7-4f2a-a225-a7dc29a2-242cabb3#12andrei-hasna wants to merge 2 commits into
andrei-hasna wants to merge 2 commits into
Conversation
CI: hasna/models has no GitHub Actions workflow — add a test+typecheck gate on pull_request This repo has no GitHub Actions workflow at all — there is no automated gate on pull requests, so nothing catches a broken build or a failing test before merge. Add a minimal, correct CI workflow at .github/workflows/ci.yml for open-models (github.com/hasna/models). Trigger on push and pull_request to the default branch. Use actions/checkout and oven-sh/setup-bun; run `bun install --frozen-lockfile` (fall back to `bun install` if there is no lockfile), then ONLY the scripts that actually exist in package.json among typecheck / build / test — skip any that are absent, do not invent scripts. Keep it minimal and GREEN: if a script exists but is already failing on the default branch, do not paper over it — either scope the workflow to the scripts that pass and say so in the PR body, or fix the failure if it is trivial and clearly in scope. Verify: confirm the workflow file parses (valid YAML, correct action refs) and that each command you reference is a real script in package.json. Scope: the workflow file only, optionally a CI badge line in README. Do NOT modify product code. Open a PR against the default branch; do not merge. X-Factory-Run: run_342f7a321266 X-Factory-Task: 41e57872-8ab7-4f2a-a225-a7dc29a2566a
Agent: Augustus
Contributor
Author
|
Closed as superseded by the PR-zero drain lane (todos 594efd1f). The preserved branch content (CI test workflow attempt, closed PR #9) is already on main: merging this PR into main is a verified no-op - git merge-tree --write-tree origin/main 649cb9d returned a tree byte-identical to main (MERGE_TREE_RC=0, DIFF_QUIET_RC=0), independently confirmed by two adversarial reviewers on this exact head. Reopen only if main is missing intended behavior from this branch. |
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.
Decommission-preservation PR (station02 legacy workspace sweep, 2026-08-14).
The legacy checkout of this repo is being deleted; this PR preserves branch
factory/41e57872-8ab7-4f2a-a225-a7dc29a2-242cabb3(1 commits not on origin/main) so the work remains visible and mergeable. Pushed by the decommission sweep; no source content was modified.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.