Skip to content

Conversation

@galligan
Copy link
Contributor

@galligan galligan commented Jan 23, 2026

Summary

  • Align package versions to 0.1.0 across the repo.
  • Update changelogs to reflect the new versions.

Changes

  • packages/*/package.json
  • packages/*/CHANGELOG.md
  • apps/outfitter/CHANGELOG.md

Testing

  • Not run (not requested).

Copy link
Contributor Author

galligan commented Jan 23, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@greptile-apps
Copy link

greptile-apps bot commented Jan 23, 2026

Greptile Summary

  • Aligns all package versions from 0.0.x to 0.1.0across the monorepo as part of a coordinated release preparation
  • Updates corresponding CHANGELOG.md files to document the version alignment and dependency updates
  • Includes minor formatting fix in apps/outfitter/CHANGELOG.md by adding proper spacing after section header

Important Files Changed

Filename Overview
packages/daemon/CHANGELOG.md Contains duplicate 0.1.0 changelog entries causing version history confusion
packages/config/CHANGELOG.md Has duplicate 0.1.0 entries with conflicting version information
packages/testing/CHANGELOG.md Contains duplicate 0.1.0 version entries with different formats and dates

Confidence score: 3/5

  • This PR contains formatting issues that could cause confusion in version tracking and break semantic versioning tooling
  • Score lowered due to duplicate changelog entries in multiple packages (daemon, config, testing, file-ops, logging, state, cli, ui) where automated changeset entries conflict with existing manual entries
  • Pay close attention to all CHANGELOG.md files that now contain duplicate version entries for 0.1.0

Sequence Diagram

sequenceDiagram
    participant Developer as "Developer"
    participant Release as "Release Process"
    participant Packages as "Package Files"
    participant Changelogs as "Changelog Files"
    
    Developer->>Release: "Initiate version alignment to 0.1.0"
    Release->>Packages: "Update version in package.json files"
    Release->>Changelogs: "Add 0.1.0 entries to CHANGELOG.md files"
    Release->>Packages: "Update workspace dependencies to 0.1.0"
    Release->>Developer: "Version alignment complete"
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.

Additional Comments (6)

  1. packages/file-ops/CHANGELOG.md, line 20 (link)

    logic: Duplicate version heading - there are now two ## 0.1.0 entries which will cause confusion in the changelog

  2. packages/cli/CHANGELOG.md, line 15-18 (link)

    style: The changelog header now appears after the new version entry instead of at the top - this breaks the standard changelog format where the header should come first

    Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

  3. packages/config/CHANGELOG.md, line 3-20 (link)

    logic: Duplicate version entries for 0.1.0 - the new entry at line 3 conflicts with existing entry at line 20

  4. packages/ui/CHANGELOG.md, line 20 (link)

    logic: Duplicate 0.1.0section - there are now two entries for version 0.1.0 (lines 3 and 20)

  5. packages/state/CHANGELOG.md, line 3-20 (link)

    logic: There are now two 0.1.0 entries in this changelog - one at line 3 (new) and another at line 20 (existing dated entry). This creates duplicate version entries which violates changelog conventions.

    Should the existing dated entry at line 20 be removed or merged with the new entry?

  6. packages/logging/CHANGELOG.md, line 3-19 (link)

    logic: Duplicate version 0.1.0 entries with different dates and formats may confuse users about which features belong to which release

    Should the changeset-generated entry (lines 3-12) replace the manually written one (lines 19-36), or are these meant to represent different releases?

25 files reviewed, 8 comments

Edit Code Review Agent Settings | Greptile

@galligan
Copy link
Contributor Author

Resolved duplicate 0.1.0 changelog entries by merging version-alignment notes into the existing 0.1.0 sections (added Changed/Dependencies where appropriate). Restacked and resubmitted.

@galligan galligan force-pushed the chore-release-align-package-versions-to-0.1.0 branch from d848054 to 6ff08a4 Compare January 24, 2026 12:41
@galligan galligan force-pushed the chore-release-align-package-versions-to-0.1.0 branch from 6ff08a4 to b024a0b Compare January 24, 2026 13:14
@galligan
Copy link
Contributor Author

Changelog duplicates are resolved: packages/daemon/CHANGELOG.md and packages/testing/CHANGELOG.md now each have a single 0.1.0 entry.

Copy link
Contributor Author

galligan commented Jan 24, 2026

Merge activity

  • Jan 24, 1:54 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Jan 24, 3:15 PM UTC: Graphite rebased this pull request as part of a merge.
  • Jan 24, 3:15 PM UTC: @galligan merged this pull request with Graphite.

@galligan galligan changed the base branch from p6/docs to graphite-base/105 January 24, 2026 15:12
@galligan galligan changed the base branch from graphite-base/105 to main January 24, 2026 15:13
@galligan galligan force-pushed the chore-release-align-package-versions-to-0.1.0 branch from b024a0b to 4ba4d42 Compare January 24, 2026 15:14
@galligan galligan merged commit aee54f3 into main Jan 24, 2026
1 check passed
@galligan galligan deleted the chore-release-align-package-versions-to-0.1.0 branch January 24, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants