Skip to content

chore: prepare foc-cli 0.1.1 release metadata#21

Merged
snissn merged 1 commit into
mainfrom
codex/foc-cli-release-readiness
Jun 13, 2026
Merged

chore: prepare foc-cli 0.1.1 release metadata#21
snissn merged 1 commit into
mainfrom
codex/foc-cli-release-readiness

Conversation

@snissn

@snissn snissn commented Jun 13, 2026

Copy link
Copy Markdown
Member

Summary

  • bump foc-cli from 0.0.4 to 0.1.1, after verifying npm latest is 0.1.0
  • update repository, bugs, and homepage metadata from FIL-Builders/foc-skill to FIL-Builders/foc-cli
  • verify the generated package metadata and tarball dry-run report foc-cli@0.1.1

Validation

  • npm view foc-cli version versions --json - latest 0.1.0, versions 0.0.4, 0.1.0
  • bun install --frozen-lockfile - no changes
  • bun test - 33 tests passed
  • bunx tsc --noEmit - passed
  • bunx biome check src tests - passed
  • bun run build - passed
  • generated dist/package.json contains version 0.1.1 and FIL-Builders/foc-cli metadata
  • npm pack --dry-run - reports foc-cli@0.1.1
  • git diff --check - passed

Notes

  • This is release-readiness follow-up hardening for GER-1016 after the Synapse SDK v1 migration.

@snissn

snissn commented Jun 13, 2026

Copy link
Copy Markdown
Member Author

@copilot review

@snissn

snissn commented Jun 13, 2026

Copy link
Copy Markdown
Member Author

@coderabbitai review

@snissn

snissn commented Jun 13, 2026

Copy link
Copy Markdown
Member Author

@codex review

@snissn

snissn commented Jun 13, 2026

Copy link
Copy Markdown
Member Author

Mergeability update before merge:

  • Latest head: 9d13a33e0205e7878ca6f5834f74d70e176afae6
  • Merge state: CLEAN
  • CI: CLI passed on the latest head
  • Local validation: bun install --frozen-lockfile, bun test, bunx tsc --noEmit, bunx biome check src tests, bun run build, generated metadata check, npm pack --dry-run, git diff --check
  • Review threads: none via GraphQL inventory
  • AI reviews: @codex review, @copilot review, and @coderabbitai review were requested; no formal review comments/threads were returned after polling, so there are no actionable AI findings to resolve
  • Merge intent: merging per coordinator authorization

@snissn snissn merged commit 0b7a677 into main Jun 13, 2026
1 check passed
@snissn snissn deleted the codex/foc-cli-release-readiness branch June 13, 2026 18:45

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0b7a677f8d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread cli/package.json
{
"name": "foc-cli",
"version": "0.0.4",
"version": "0.1.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Sync the CLI-reported version with this package bump

This bumps the published npm package to 0.1.1, but the runtime CLI still hardcodes version: '0.0.4' in cli/src/index.ts, so users installing 0.1.1 will still see 0.0.4 anywhere Incur exposes the CLI version, such as foc-cli --version or generated CLI metadata. Please update the runtime version source along with this package metadata to avoid publishing inconsistent release information.

Useful? React with 👍 / 👎.

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