You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,11 @@ All notable changes to ContextForge will be documented in this file.
4
4
5
5
## Unreleased
6
6
7
-
### Release-candidate scope
7
+
- No unreleased changes tracked yet.
8
+
- The `0.1.0` entry below reflects the prepared release contents. GitHub Release creation and npm publish still happen only after the maintainer dispatches the release workflow successfully.
8
9
9
-
- Local-first CLI for repository scan/init, task-pack compilation from markdown or GitHub issue sources, and task-brief exports for Codex, Claude Code, and Cursor.
- Checked-in demo artifacts under `examples/demo/` for first-time readers.
12
-
- Manual publish dry-run and package-content sanity checks for first npm release preparation.
13
-
- Bootstrap-era root PRD archived under `docs/archive/bootstrap/` so `docs/product/` stays the public source of truth.
14
-
- Versioned release artifact bundles under `.contextforge/releases/<version>/` for manual release handoff.
15
-
- English and Simplified Chinese READMEs plus lightweight SVG diagrams for first-visit onboarding.
16
-
- Internal milestone Codex prompts archived out of `.github/codex/prompts/` so the default Codex output directory stays clean.
17
-
- GitHub issue and pull request templates plus lightweight contributing, security, and triage docs for early external users.
18
-
- Manual-dispatch release automation for repo metadata sync, GitHub Release creation, npm publish, and post-release verification.
10
+
## 0.1.0
19
11
20
-
### Notes
21
-
22
-
- No npm package has been published from this changelog yet.
23
-
- Version selection and changelog readiness remain explicit maintainer decisions before any workflow dispatch.
12
+
- Local-first CLI for repository scan/init, task-pack compilation from markdown or GitHub issue sources, and compact exports for Codex, Claude Code, and Cursor.
13
+
- Stale-context linting plus deterministic fixture evals, packaged smoke validation, publish dry-run, and release-candidate checks.
14
+
- Checked-in demo assets, bilingual README onboarding, community contribution templates, and manual-dispatch release automation for the first public release path.
Copy file name to clipboardExpand all lines: docs/maintainers/first-public-release.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Use this guide when ContextForge is ready for its first public release candidate or first published release.
4
4
5
-
If you want the shortest actionable list, start with `docs/maintainers/first-public-release-checklist.md`. Use this document for the surrounding context and decision points.
5
+
If you want the shortest actionable list, start with `docs/maintainers/first-public-release-checklist.md`. Use `docs/maintainers/live-release-prerequisites.md` for the exact first live dispatch values and external setup. Use this document for the surrounding context and decision points.
6
6
7
7
## What should already be true
8
8
@@ -40,6 +40,15 @@ npm run release:artifacts
40
40
41
41
When the version, changelog, permissions, and npm setup are ready, trigger the release workflow in GitHub Actions instead of recreating the publish steps by hand.
42
42
43
+
For the first live public release, the recommended workflow-dispatch values are:
44
+
45
+
-`version = 0.1.0`
46
+
-`npm_tag = latest`
47
+
-`publish_to_npm = true`
48
+
-`create_github_release = true`
49
+
-`sync_repo_metadata = true`
50
+
-`prerelease = false`
51
+
43
52
## Inspect the demo assets
44
53
45
54
Review the files in `examples/demo/` before publishing:
Copy file name to clipboardExpand all lines: docs/maintainers/manual-release-handoff.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Check that it:
43
43
After reviewing the bundle:
44
44
45
45
1. make sure `.github/release/repo-metadata.json`, `package.json`, and `CHANGELOG.md` are ready in git
46
-
2. confirm the release workflow permissions and secrets described in `docs/maintainers/release-automation.md`
46
+
2. confirm the release workflow permissions and secrets described in `docs/maintainers/release-automation.md` and `docs/maintainers/live-release-prerequisites.md`
47
47
3. trigger the manual-dispatch release workflow
48
48
4. if metadata sync or npm publish credentials are not configured, complete only those missing steps manually
49
49
5. verify the GitHub Release and npm package page after publish
0 commit comments