Skip to content

chore: release main#315

Open
pleaseai-bot[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

chore: release main#315
pleaseai-bot[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@pleaseai-bot

@pleaseai-bot pleaseai-bot Bot commented May 27, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

soop: 0.1.35

0.1.35 (2026-05-27)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @pleaseai/soop-cli bumped to 0.3.1
      • @pleaseai/soop-encoder bumped to 0.5.0
      • @pleaseai/soop-mcp bumped to 0.6.0
      • @pleaseai/soop-tools bumped to 0.1.17
soop-cli: 0.3.1

0.3.1 (2026-05-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @pleaseai/soop-encoder bumped to 0.5.0
      • @pleaseai/soop-mcp bumped to 0.6.0
      • @pleaseai/soop-tools bumped to 0.1.17
soop-encoder: 0.5.0

0.5.0 (2026-05-27)

⚠ BREAKING CHANGES

  • encoder: evolve CLI interface changed — requires positional arg, --graph option renamed to -l/--load-path, --stamp flag removed (auto-applied in save()).

Features

  • ast: add C#, C/C++, Ruby, Kotlin language support and upgrade tree-sitter (#107) (4be235a)
  • encoder: achieve full parity with Python reference encoder (#105) (812e16e)
  • encoder: add dep_graph.json sidecar + HTML visualize stages (#300) (f2eb901)
  • encoder: add git-managed vector embeddings with Float16 codec (#74) (d3fdb4d)
  • encoder: change default LLM provider to google/gemini-3.1-flash-lite-preview (#169) (88e833c)
  • encoder: implement DependencyGraph with invocation and inheritance tracking (#83) (3e21441)
  • encoder: implement token-aware batch semantic extraction (#82) (b1f8ad2)
  • encoder: implement type-aware call resolution in DependencyGraph (#90) (5da75f7)
  • encoder: improve semantic extraction quality from reference analysis (#166) (aa3f980)
  • encoder: support flexible 2-5 level hierarchy and evolution area creation (#155) (7e12b26)
  • git-grounded sync — silent-fail helpers, decision tree, sentinel-block hooks (#307) (cc4388e)
  • graph,encoder: persist DependencyEdge symbols and add cross-boundary excerpts (#156) (0fadc4f)
  • JSONL graph format for git-friendly storage (#262) (467ef23)
  • namu,ast: migrate to WASM tree-sitter and extract @pleaseai/soop-ast package (#185) (0b29d7a)
  • rebrand from rpg to repo please with monorepo restructure (#117) (d4b805a)
  • store: add BM25 scoring to LocalTextSearchStore (#233) (d04445d)
  • store: add zero-dependency local fallback stores and make native deps optional (#92) (edf43fe)
  • utils: add claude-code LLM provider (#66) (00d8ce2)
  • utils: add Codex CLI LLM provider (#73) (de76959)

Bug Fixes

  • build: resolve Bun compile errors for cross-platform binary distribution (#114) (1f9ce01)
  • encoder: convert BigInt attention_mask from ONNX int64 tensors to number (#220) (747c10e)
  • encoder: resolve dependency rebuild UNIQUE constraint and embedding ID mismatch (#239) (b43f9a0)
  • encoder: resolve voyage-4-nano ONNX model not found in CI (#217) (02b5dcd)
  • encoder: spread Map before toSorted to avoid iterator error (#282) (03b462e)
  • encoder: spread Map.entries() to array before calling toSorted (#251) (8a49ae5)
  • encoder: use composite keys in batch prompts to prevent name collision (#168) (7138c9c)
  • graph: store meta rootPath relative to graph file for portability (#295) (6c52dfd)

Code Refactoring

  • encoder: align RPGEncoder API and CLI with reference implementation (#231) (9a2a89a)
soop-mcp: 0.6.0

0.6.0 (2026-05-27)

⚠ BREAKING CHANGES

  • encoder: evolve CLI interface changed — requires positional arg, --graph option renamed to -l/--load-path, --stamp flag removed (auto-applied in save()).

Features

  • cli: integrate soop-mcp into soop mcp subcommand (#228) (8dd7426)
  • encoder: add git-managed vector embeddings with Float16 codec (#74) (d3fdb4d)
  • encoder: support flexible 2-5 level hierarchy and evolution area creation (#155) (7e12b26)
  • JSONL graph format for git-friendly storage (#262) (467ef23)
  • mcp: add soop_tree, fuzzy suggestions, and RPG-Kit parity fixes (#299) (c5cb889)
  • mcp: graceful startup, lazy reload, and actionable error payloads (#296) (891a45c)
  • namu,ast: migrate to WASM tree-sitter and extract @pleaseai/soop-ast package (#185) (0b29d7a)
  • rebrand from rpg to repo please with monorepo restructure (#117) (d4b805a)
  • store: add BM25 scoring to LocalTextSearchStore (#233) (d04445d)
  • store: add zero-dependency local fallback stores and make native deps optional (#92) (edf43fe)

Bug Fixes

  • build: resolve Bun compile errors for cross-platform binary distribution (#114) (1f9ce01)
  • encoder: spread Map before toSorted to avoid iterator error (#282) (03b462e)
  • encoder: spread Map.entries() to array before calling toSorted (#251) (8a49ae5)
  • graph: store meta rootPath relative to graph file for portability (#295) (6c52dfd)
  • mcp: replace top-level await with promise chain for cross-compilation (#173) (a14303d)
  • mcp: use basename for vector store path to prevent nested directories (#235) (84e4d07)

Code Refactoring

  • encoder: align RPGEncoder API and CLI with reference implementation (#231) (9a2a89a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @pleaseai/soop-encoder bumped to 0.5.0
      • @pleaseai/soop-tools bumped to 0.1.17
soop-tools: 0.1.17

0.1.17 (2026-05-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @pleaseai/soop-encoder bumped to 0.5.0

This PR was generated with Release Please. See documentation.


Summary by cubic

Release main with monorepo package updates. Highlights: @pleaseai/soop-encoder 0.5.0 introduces a breaking CLI change, new language support (C#, C/C++, Ruby, Kotlin), graph features, and stability fixes; @pleaseai/soop-mcp improves CLI integration and reliability.

  • Migration

    • @pleaseai/soop-encoder CLI now requires a positional argument.
    • --graph renamed to -l/--load-path.
    • --stamp removed (stamping is applied automatically on save).
  • Dependencies

    • @pleaseai/soop-encoder → 0.5.0
    • @pleaseai/soop-mcp → 0.6.0
    • @pleaseai/soop-cli → 0.3.1
    • @pleaseai/soop-tools → 0.1.17

Written for commit 362ae16. Summary will update on new commits.

@sonarqubecloud

Copy link
Copy Markdown

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request is intended to be an automated release comprising version bumps, breaking CLI changes, and significant architectural shifts like a WASM tree-sitter migration and rebranding. However, the current state of the PR provides an empty file diff.

While Codacy analysis shows the PR as being up to standards, this is a direct result of no code changes being present to analyze. The major logic updates and feature implementations described in the acceptance criteria cannot be verified and are effectively missing from the branch.

About this PR

  • The pull request contains zero file changes. This prevents the implementation or verification of the version bumps, breaking CLI argument changes, WASM migration, and rebranding mentioned in the PR description. This suggests the release process may have failed to stage or commit the intended changes.

Test suggestions

  • Verify soop-encoder CLI fails when positional argument is missing.
  • Verify soop-encoder CLI accepts -l and --load-path instead of --graph.
  • Verify soop-encoder automatically applies stamps during the save operation.
  • Verify semantic extraction works for C#, C++, Ruby, and Kotlin.
  • Verify package.json version bumps for all workspace packages.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify soop-encoder CLI fails when <repo-path> positional argument is missing.
2. Verify soop-encoder CLI accepts -l and --load-path instead of --graph.
3. Verify soop-encoder automatically applies stamps during the save operation.
4. Verify semantic extraction works for C#, C++, Ruby, and Kotlin.
5. Verify package.json version bumps for all workspace packages.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants