Skip to content

chore: prepare CronSnap for OSS contributor adoption#6

Merged
sidmohan0 merged 8 commits intomainfrom
feat/open-source-readiness
Feb 18, 2026
Merged

chore: prepare CronSnap for OSS contributor adoption#6
sidmohan0 merged 8 commits intomainfrom
feat/open-source-readiness

Conversation

@sidmohan0
Copy link
Owner

Summary

This PR applies a single OSS-readiness sweep requested by maintainers. It makes CronSnap easier and safer for broader open-source adoption by adding governance, contributor UX, installation/release documentation, and CI hardening without changing runtime behavior.

Changes

  • Added repository policy and governance files: LICENSE, SECURITY.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md.
  • Added GitHub collaboration scaffolding:
    • .github/ISSUE_TEMPLATE/bug_report.md
    • .github/ISSUE_TEMPLATE/feature_request.md
    • .github/PULL_REQUEST_TEMPLATE.md
    • .github/CODEOWNERS
  • Updated README.md with:
    • badges,
    • quick install matrix,
    • links to license/governance docs,
    • command list aligned with current --mode flags.
  • Added docs/RELEASING.md for release workflow and artifact expectations.
  • Added .github/workflows/ci.yml with:
    • go test ./...
    • shellcheck scripts/adapters/cronsnap-git-wrapper.sh
    • existing docs/spec/spike/runbook lint gates
  • Cleaned temporary repository artifact from tracking (.tmp-ab-spike/a.txt) and updated .gitignore.
  • Updated repo-level metadata (via GitHub): description and topics (policy/events-focused tags).

Validation

  • go test ./...
  • bash scripts/ci/cs-plans-lint.sh
  • bash scripts/ci/cs-spikes-lint.sh
  • bash scripts/ci/cs-specs-lint.sh
  • bash scripts/ci/cs-docs-lint.sh ⚠️ (existing warning in docs/design-docs/core-beliefs.md about seed markers)
  • bash scripts/ci/cs-runbooks-lint.sh
  • shellcheck scripts/adapters/cronsnap-git-wrapper.sh (not installed in local environment; CI installs it in workflow)

Notes

No functional runtime behavior changed.

@sidmohan0 sidmohan0 merged commit b8124ec into main Feb 18, 2026
4 checks passed
@sidmohan0 sidmohan0 deleted the feat/open-source-readiness branch February 18, 2026 01:45
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.

1 participant