Skip to content

chore: release main#116

Merged
theagenticguy merged 2 commits into
mainfrom
release-please--branches--main
May 16, 2026
Merged

chore: release main#116
theagenticguy merged 2 commits into
mainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 15, 2026

🤖 Automated release via release-please

analysis: 0.3.0

0.3.0 (2026-05-16)

⚠ BREAKING CHANGES

  • lbug-only graph backend; rip DuckDB graph adapter (#117)

Features

  • lbug-only graph backend; rip DuckDB graph adapter (#117) (49e14fd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/storage bumped to 0.2.0
      • @opencodehub/wiki bumped to 0.2.0
cli: 0.5.0

0.5.0 (2026-05-16)

⚠ BREAKING CHANGES

  • drop detect-secrets; ship tuned betterleaks default config (#118)
  • lbug-only graph backend; rip DuckDB graph adapter (#117)

Features

  • drop detect-secrets; ship tuned betterleaks default config (#118) (d370f9e)
  • lbug-only graph backend; rip DuckDB graph adapter (#117) (49e14fd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/analysis bumped to 0.3.0
      • @opencodehub/ingestion bumped to 0.4.1
      • @opencodehub/mcp bumped to 0.4.0
      • @opencodehub/pack bumped to 0.2.0
      • @opencodehub/scanners bumped to 0.2.0
      • @opencodehub/search bumped to 0.2.0
      • @opencodehub/storage bumped to 0.2.0
      • @opencodehub/wiki bumped to 0.2.0
cobol-proleap: 0.1.5

0.1.5 (2026-05-16)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/ingestion bumped to 0.4.1
ingestion: 0.4.1

0.4.1 (2026-05-16)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/analysis bumped to 0.3.0
      • @opencodehub/scip-ingest bumped to 0.2.2
      • @opencodehub/storage bumped to 0.2.0
mcp: 0.4.0

0.4.0 (2026-05-16)

⚠ BREAKING CHANGES

  • lbug-only graph backend; rip DuckDB graph adapter (#117)

Features

  • lbug-only graph backend; rip DuckDB graph adapter (#117) (49e14fd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/analysis bumped to 0.3.0
      • @opencodehub/pack bumped to 0.2.0
      • @opencodehub/scanners bumped to 0.2.0
      • @opencodehub/search bumped to 0.2.0
      • @opencodehub/storage bumped to 0.2.0
pack: 0.2.0

0.2.0 (2026-05-16)

⚠ BREAKING CHANGES

  • lbug-only graph backend; rip DuckDB graph adapter (#117)

Features

  • lbug-only graph backend; rip DuckDB graph adapter (#117) (49e14fd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/analysis bumped to 0.3.0
      • @opencodehub/ingestion bumped to 0.4.1
      • @opencodehub/storage bumped to 0.2.0
scanners: 0.2.0

0.2.0 (2026-05-16)

⚠ BREAKING CHANGES

  • drop detect-secrets; ship tuned betterleaks default config (#118)

Features

  • drop detect-secrets; ship tuned betterleaks default config (#118) (d370f9e)
scip-ingest: 0.2.2

0.2.2 (2026-05-16)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/analysis bumped to 0.3.0
search: 0.2.0

0.2.0 (2026-05-16)

⚠ BREAKING CHANGES

  • lbug-only graph backend; rip DuckDB graph adapter (#117)

Features

  • lbug-only graph backend; rip DuckDB graph adapter (#117) (49e14fd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/storage bumped to 0.2.0
storage: 0.2.0

0.2.0 (2026-05-16)

⚠ BREAKING CHANGES

  • lbug-only graph backend; rip DuckDB graph adapter (#117)

Features

  • lbug-only graph backend; rip DuckDB graph adapter (#117) (49e14fd)
wiki: 0.2.0

0.2.0 (2026-05-16)

⚠ BREAKING CHANGES

  • lbug-only graph backend; rip DuckDB graph adapter (#117)

Features

  • lbug-only graph backend; rip DuckDB graph adapter (#117) (49e14fd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opencodehub/storage bumped to 0.2.0
root: 0.6.0

0.6.0 (2026-05-16)

⚠ BREAKING CHANGES

  • drop detect-secrets; ship tuned betterleaks default config (#118)
  • lbug-only graph backend; rip DuckDB graph adapter (#117)

Features

  • drop detect-secrets; ship tuned betterleaks default config (#118) (d370f9e)
  • lbug-only graph backend; rip DuckDB graph adapter (#117) (49e14fd)

Bug Fixes

  • ci: grant id-token: write at release-please.yml top level (#115) (a87a6eb)
  • ci: install betterleaks via mise so the pre-release gate finds it (#120) (522a4ec)
  • ci: pre-release gate aggregator needs betterleaks (was detect-secrets) (#119) (a6f3448)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot requested a review from theagenticguy as a code owner May 15, 2026 15:41
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from 0cc61b2 to cbb1ffa Compare May 16, 2026 23:18
theagenticguy added a commit that referenced this pull request May 16, 2026
…crets) (#119)

## Summary

The `pre-release-gate` aggregator job's `needs:` block was renamed from
`detect-secrets` to `betterleaks` in PR #118 in the new step but missed
the dependency reference further down the file. The release-please PR
(#116) is `BLOCKED` because the workflow won't parse — `Pre-release gate
(aggregate)` depends on a job that no longer exists, so GitHub Actions
reports "workflow file issue" and skips every required check.

## Fix

One-line update to `.github/workflows/pre-release-gate.yml`: aggregator
`needs:` references `betterleaks` instead of `detect-secrets`. Also
fixes a stale comment near the top.

## Test plan

- [x] `mise run check` exit 0 (pushed via lefthook pre-push)
- [ ] CI on this PR confirms the aggregator parses and runs to
completion

🤖 Generated with [Claude Code](https://claude.com/claude-code)
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 77c2ffa to 566abad Compare May 16, 2026 23:38
theagenticguy added a commit that referenced this pull request May 16, 2026
#120)

## Summary

The new `betterleaks full sweep` step in `pre-release-gate.yml` (added
in #118) uses the `betterleaks` binary, but it isn't on the GitHub
runner's PATH unless `mise` installs it. Job exited 127 (`command not
found`) on PR #116.

## Fix

Add `"aqua:betterleaks/betterleaks" = "1.2.0"` to `[tools]` in
`mise.toml`. `mise-action` in the workflow already provisions every
entry of `[tools]`, so the binary lands on PATH automatically. Also
benefits `codehub analyze` self-scan runs — they previously skipped
betterleaks with a "binary not found" warning; now they'll actually run
it.

## Test plan

- [x] `mise install` resolves the `aqua:` source locally (already had it
via global config)
- [ ] CI on this PR confirms mise-action installs betterleaks and the
pre-release gate sweep step runs

🤖 Generated with [Claude Code](https://claude.com/claude-code)
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from b353550 to fa0bcd7 Compare May 16, 2026 23:49
@theagenticguy theagenticguy merged commit e20dbb2 into main May 16, 2026
41 of 45 checks passed
@theagenticguy theagenticguy deleted the release-please--branches--main branch May 16, 2026 23:54
@github-actions
Copy link
Copy Markdown
Contributor Author

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.

1 participant