Skip to content

Comments

chore: version packages#164

Merged
AaronAbuUsama merged 1 commit intomasterfrom
changeset-release/master
Jan 31, 2026
Merged

chore: version packages#164
AaronAbuUsama merged 1 commit intomasterfrom
changeset-release/master

Conversation

@open-harness-release-bot
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@open-harness/ralph@0.1.0

Minor Changes

  • #162 43f0348 Thanks @AaronAbuUsama! - Initial public release of Open Harness

    • open-harness: Unified SDK package with subpath exports for core, server, client, and testing modules
    • @open-harness/ralph: CLI tool for executing Claude Code task lists using the Open Harness workflow engine

open-harness@0.1.0

Minor Changes

  • #162 43f0348 Thanks @AaronAbuUsama! - Initial public release of Open Harness

    • open-harness: Unified SDK package with subpath exports for core, server, client, and testing modules
    • @open-harness/ralph: CLI tool for executing Claude Code task lists using the Open Harness workflow engine

@greptile-apps
Copy link

greptile-apps bot commented Jan 31, 2026

Greptile Overview

Greptile Summary

Standard changesets automated release PR that bumps both open-harness and @open-harness/ralph packages from 0.0.0 to 0.1.0 for their initial public release.

  • Consumed the changeset file (.changeset/initial-release.md) and deleted it as expected
  • Generated CHANGELOG.md files for both packages with proper formatting
  • Bumped version numbers in both package.json files from 0.0.0 to 0.1.0
  • All changes are standard changesets automation outputs with no custom modifications

Confidence Score: 5/5

  • This PR is completely safe to merge - it's standard changesets automation with no code changes
  • Perfect score because this is an automated release PR generated by the changesets GitHub action with standard version bumps and changelog generation, containing no custom code or logic changes
  • No files require special attention

Important Files Changed

Filename Overview
.changeset/initial-release.md Changeset file correctly deleted after being consumed by changesets action
apps/harness-loop/CHANGELOG.md New changelog generated with correct formatting for v0.1.0 release
apps/harness-loop/package.json Version correctly bumped from 0.0.0 to 0.1.0 for initial release
packages/open-harness/CHANGELOG.md New changelog generated with correct formatting for v0.1.0 release
packages/open-harness/package.json Version correctly bumped from 0.0.0 to 0.1.0 for initial release

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant CS as Changesets Bot
    participant Repo as Repository
    participant NPM as NPM Registry

    Note over GHA,CS: Automated Release Process
    CS->>Repo: Read .changeset/initial-release.md
    CS->>Repo: Delete consumed changeset file
    CS->>Repo: Generate CHANGELOG.md files
    CS->>Repo: Bump package.json versions (0.0.0 → 0.1.0)
    CS->>GHA: Create PR #164 with changes
    
    Note over GHA,NPM: After PR Merge
    GHA->>NPM: Publish @open-harness/ralph@0.1.0
    GHA->>NPM: Publish open-harness@0.1.0
Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@AaronAbuUsama AaronAbuUsama merged commit 85a1345 into master Jan 31, 2026
3 checks passed
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