feat: ship ContextFence 0.2.0#14
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Ships ContextFence 0.2.0, updating the CLI/Action/docs/site to reflect the new release and strengthening the release pipeline with reviewed release notes and additional provenance/discovery metadata.
Changes:
- Bumps versioned references across the CLI, GitHub Action, docs, and interactive lab from
0.1.0→0.2.0. - Improves the interactive lab onboarding journey (starter failure defaults, new sections/links, scroll-to-results behavior) and adds related styling.
- Hardens release and discovery assets (reviewed release-notes requirement,
CITATION.cff, sitemap/robots, updated release runbook + changelog).
Reviewed changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| SUPPORT.md | Routes Q&A/design discussion to GitHub Discussions while keeping issue forms for reproducible reports. |
| src/styles.css | Adds styles for the updated lab layout, links section, focus state, and assessment section. |
| src/data/demo.ts | Introduces starterFaults to make the lab start with a single clear failure mode. |
| src/cli/main.test.ts | Updates CLI version expectation to 0.2.0. |
| src/cli/args.ts | Updates CONTEXTFENCE_VERSION constant to 0.2.0. |
| src/cli/action-path.test.ts | Updates Action input version expectation to 0.2.0. |
| src/App.tsx | Updates lab UX/content for 0.2.0 (quick start, nav/sections, scroll-to-results, assessment content). |
| scripts/release-check.mjs | Extends release preflight to require citation + reviewed release notes. |
| README.md | Updates “What’s in” section, quick starts, Action pin, and other 0.2.0 references/links. |
| public/sitemap.xml | Adds sitemap for GitHub Pages discovery. |
| public/robots.txt | References sitemap location. |
| package.json | Bumps version to 0.2.0, updates metadata (homepage/keywords/funding), and includes CITATION.cff in packed files. |
| index.html | Updates SEO/social metadata and page title for the refreshed positioning. |
| docs/releasing.md | Updates release runbook to use version-derived commands and reviewed release notes. |
| docs/releases/v0.2.0.md | Adds reviewed release notes for v0.2.0. |
| docs/github-action.md | Updates documentation examples and release-status text to 0.2.0. |
| docs/deployment.md | Updates deployment guidance to prefer immutable versioned container images (0.2.0). |
| docs/boundary-baseline.md | Adds Boundary Baseline engagement scope documentation. |
| docs/architecture.md | Updates language to avoid hard-coding v0.1.0 assumptions. |
| CITATION.cff | Adds citation metadata with 0.2.0 version/date. |
| CHANGELOG.md | Adds 0.2.0 entry and updates compare links. |
| action.yml | Updates default Action input version to 0.2.0. |
| .github/workflows/release.yml | Requires reviewed release notes and publishes them as the GitHub Release body. |
| .github/ISSUE_TEMPLATE/bug_report.yml | Updates bug report version placeholder to 0.2.0. |
| .github/FUNDING.yml | Updates funding link to the public assessment section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
NPM_CONFIG_CACHE=/tmp/contextfence-npm-cache NPM_CONFIG_UPDATE_NOTIFIER=false node scripts/release-check.mjs --allow-dirtygenerate --adapter mock→test --dry-runonboarding pathRelease
After the protected checks pass, merge this PR and tag the exact main commit as
v0.2.0. The tag workflow publishes npm provenance, the verified tarball/checksum, GitHub release notes, and the versioned container image.