Skip to content

docs: reflect the published v0.1.0 release#12

Merged
devanchohan merged 2 commits into
mainfrom
claude/open-source-review-improve-iz3739
Jul 18, 2026
Merged

docs: reflect the published v0.1.0 release#12
devanchohan merged 2 commits into
mainfrom
claude/open-source-review-improve-iz3739

Conversation

@devanchohan

Copy link
Copy Markdown
Contributor

What this changes

The npm package (contextfence@0.1.0), the v0.1.0 tag, the versioned GitHub Action, and the GHCR demo image are all live — but the README and Action guide still carried pre-release "not published yet" notices and a clone-and-build quick start. Anyone arriving from a launch post would be told not to install a package that installs fine.

  • Quick start now uses the real path: npm install -g contextfence, fetch the example contract, run it (verified end-to-end: npx contextfence@0.1.0 --version0.1.0).
  • Capability table marks the exact-version Action as Shipped.
  • Container section documents docker run ghcr.io/devectorio/contextfence:0.1.0 (verified: GHCR lists 0.1.0, 0.1, latest).
  • Action guide's release-status note updated to "published" with pinning guidance.

Evidence

  • npm registry dist-tags.latest is 0.1.0; npm exec contextfence@0.1.0 -- contextfence --version prints 0.1.0.
  • GHCR tag list for devectorio/contextfence includes 0.1.0, 0.1, latest.
  • git ls-remote --tags shows v0.1.0.

Verification

  • pnpm lint
  • pnpm typecheck
  • pnpm test
  • pnpm build
  • I added or updated a regression test where behavior changed. (Docs-only; full release-check preflight green, which validates the README's required portable links.)
  • I tested both the violating and remediated path where applicable. (N/A — docs only.)

Safety and compatibility

  • No credentials, confidential prompts, customer data, or sensitive report artifacts are included.
  • Logs and reports minimize or redact sensitive evidence. (N/A — docs only.)
  • Contract/schema compatibility impact is documented, or there is none — none.
  • The change keeps vendor-specific behavior behind an adapter, or is vendor-neutral.
  • User-facing and release-facing changes are included in CHANGELOG.md. (Docs-only correction of stale release notices; no behavior change to log.)

Screenshots or artifacts

N/A.

🤖 Generated with Claude Code

https://claude.ai/code/session_01UxYFd1KhMHh7ZLytLz4Yg8


Generated by Claude Code

The npm package, v0.1.0 tag, versioned GitHub Action, and GHCR demo image
are all live, but the README and Action guide still carried pre-release
"not published yet" notices and a clone-and-build quick start. Replace the
quick start with the real npm install path, mark the Action as shipped,
document the GHCR pull command, and update the Action guide's release
status note.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UxYFd1KhMHh7ZLytLz4Yg8
Copilot AI review requested due to automatic review settings July 17, 2026 05:14

Copilot AI 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

Updates the public-facing documentation to match the now-published contextfence@0.1.0 release, removing pre-release caveats and switching examples to use the published npm package, versioned GitHub Action, and GHCR image.

Changes:

  • README quick start updated to install/run the published CLI and fetch example contracts from the v0.1.0 tag.
  • Capability table and GitHub Actions section updated to reflect the shipped exact-version Action.
  • Container instructions updated to use the published ghcr.io/devectorio/contextfence:0.1.0 image; Action guide updated to “published” status guidance.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
README.md Replaces pre-release notes with published-install quick start; updates capability/action/container sections for v0.1.0.
docs/github-action.md Updates Action release-status note to reflect the published tag/package and adds pinning guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Comment thread README.md
@devanchohan
devanchohan merged commit 81cf515 into main Jul 18, 2026
5 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.

3 participants