Skip to content

Releases: AnayDhawan/oss-launch

Release list

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 16:24

Stable release. Scans a repo, generates a tailored open-source file collection, runs
headless or agent-driven, and works across four agent harnesses.

Added

  • Headless scripts/apply.sh: runs scan -> generate -> re-audit from a config file, no
    agent loop. Never overwrites an existing file; skips README.md's prose generation
    (agent-only) rather than emitting boilerplate.
  • Stack detection + templates for PHP, .NET, Ruby, Java (Maven + Gradle), and Swift,
    alongside the original Node/Python/Rust/Go coverage.
  • AGENTS.md + scripts/build-agent-dirs.sh: ready-to-copy skill bundles for Claude
    Code, Codex CLI, Cursor, and Gemini CLI from a single SKILL.md, each verified
    structurally against that platform's own documented format.
  • example/: a real before/after /oss-launch run (1/16 -> 16/16 audit score) instead
    of hand-written boilerplate claims.
  • tests/run.sh: CI-asserted audit.sh scoring against empty/partial/full fixtures.
  • scripts/check-placeholders.sh: CI check that every template token is documented and
    that a real generated run leaves zero unresolved {{TOKENS}}.
  • CI now runs actionlint against every generated CI workflow template, and shellcheck
    passes at default (not just error) severity.
  • .github/workflows/release.yml for tagged releases.
  • templates/FUNDING.yml, CITATION.cff, .editorconfig.

Fixed

  • references/generate.md's placeholder-token map had drifted ~25 tokens out of sync
    with what templates/ actually use, including a real naming mismatch
    (SECURITY_CONTACT documented, SECURITY_EMAIL used). Regenerated from source, now
    CI-enforced so it can't drift silently again.
  • Word-splitting risk in this repo's own CI and the generated generic-ci.yml template's
    shellcheck invocation (caught by actionlint's embedded shellcheck integration).

v0.4.0

Choose a tag to compare

@AnayDhawan AnayDhawan released this 20 Jun 21:14

0.4.0 - 2026-06-21

First public release. A Claude Code skill that scans a repository and generates a tailored
open-source file collection, then helps launch it.

Added

  • /oss-launch workflow in SKILL.md: scan (stack, existing files, git remote, secret and
    brand-leak check), report gaps, ask only what cannot be inferred, generate adapted files,
    re-audit, and offer launch modules on demand.
  • references/: scan, generate, README anatomy, GitHub metadata, CI/CD, release, launch
    playbook, and media guides (heavy detail loaded on demand).
  • templates/: Apache-2.0 and MIT license payloads, README, CONTRIBUTING, CODE_OF_CONDUCT,
    SECURITY, CHANGELOG, .gitignore variants (node, python, go, rust, generic), .github/
    issue forms + PR template + dependabot, and node/python/generic CI workflows.
  • scripts/: audit.sh (relative-path gap checklist), release.sh, setup-labels.sh,
    generate-media.sh, update-readme-with-gif.sh. All resolve their own root, so they run
    from a clone or the installed skill location.
  • launch/: Show HN, Reddit, and YouTube post templates plus a screenshot storyboard.