Skip to content

Releases: JNHFlow21/open-source-launch

Open Source Launch v0.1.2

Choose a tag to compare

@JNHFlow21 JNHFlow21 released this 12 Aug 01:27
80baf1f

What's changed

  • Added a multilingual README quality gate so translated documentation reads naturally while remaining semantically aligned with the canonical README.
  • Added Simplified Chinese guidance for native headings, terminology, concise product prose, and stale-version prevention.
  • Repository Pulse now generates only the linked activity chart and no generic GitHub Traffic disclaimer paragraph.
  • Removed that paragraph from this repository's English and Chinese README.

Verification

  • Python 3.10, 3.12, and 3.14 CI passed.
  • 10 unit tests passed.
  • Strict public-surface and Gitleaks history audit passed with zero errors and zero warnings.

Open Source Launch v0.1.1

Choose a tag to compare

@JNHFlow21 JNHFlow21 released this 11 Aug 14:24
16d19f2

What changed

  • Replaced the unavailable direct installer helper with the clean-room verified project-local Skills CLI route.
  • Documented how to disable installer telemetry; Open Source Launch itself has no telemetry.
  • Refreshed the owner traffic snapshot behind the live Repository Pulse.

Install

DISABLE_TELEMETRY=1 npx skills add JNHFlow21/open-source-launch \
  --skill open-source-launch \
  --agent codex \
  --yes

Verification

  • 9 unit tests across Python 3.10, 3.12, and 3.14
  • strict public-surface audit: 0 errors, 0 warnings
  • Gitleaks current tree and committed history: no findings
  • clean temporary project install confirmed
  • live public README, release, security settings, and metrics image read back

Open Source Launch v0.1.0

Choose a tag to compare

@JNHFlow21 JNHFlow21 released this 11 Aug 14:01

Open Source Launch v0.1.0

The first public release turns a repeated “make this local project open source” task into an evidence-backed Codex workflow.

Included

  • audit, prepare, launch, and refresh modes
  • privacy/IP, portability, distribution, first-success, README, discovery, and adoption gates
  • deterministic static auditor with redacted secret findings and optional Gitleaks history scanning
  • token-safe white-background Repository Pulse chart
  • English and Simplified Chinese repository documentation
  • Python 3.10, 3.12, and 3.14 CI coverage

Install

Install project-locally for Codex:

DISABLE_TELEMETRY=1 npx skills add JNHFlow21/open-source-launch \
  --skill open-source-launch \
  --agent codex \
  --yes

Then start a new Codex turn and request an audit, prepare, launch, or refresh workflow.

Boundary

Static-audit-clean is not launch-ready. Repository-specific privacy, licensing, artifact installation, first-success, and live-state evidence remain mandatory.