Skip to content

Open-source cleanup: trim README, remove AGENTS.md, add CI#1

Merged
rob163 merged 3 commits into
mainfrom
chore/public-repo-hardening
Jun 8, 2026
Merged

Open-source cleanup: trim README, remove AGENTS.md, add CI#1
rob163 merged 3 commits into
mainfrom
chore/public-repo-hardening

Conversation

@rob163

@rob163 rob163 commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove AGENTS.md (internal agent instructions, not needed in a public skill repo).
  • Trim README by removing How It Works and Package Layout sections.
  • Add a minimal CI workflow that runs npm run validate on push/PR — common for small open-source repos with a validation script.

Intentionally kept lightweight for a solo-maintained small project:

  • No branch protection (you can push directly to main)
  • No SECURITY.md, PR template, or Dependabot

GitHub still enables secret scanning on public repos by default; no extra repo files needed for that.

Test plan

  • npm run validate
  • CI validate passes on this PR

rob163 and others added 3 commits June 8, 2026 15:40
Keep the README focused on install, development, and license.

Co-authored-by: Cursor <cursoragent@cursor.com>
…ion.

Remove AGENTS.md and add CI validation, Dependabot for Actions, SECURITY.md,
and a PR template so the public repo has baseline protections and contribution guardrails.

Co-authored-by: Cursor <cursoragent@cursor.com>
Drop SECURITY.md, PR template, and Dependabot; keep only lightweight CI validation.

Co-authored-by: Cursor <cursoragent@cursor.com>
@rob163 rob163 changed the title Harden public repository and trim README Open-source cleanup: trim README, remove AGENTS.md, add CI Jun 8, 2026
@rob163 rob163 merged commit f1ff041 into main Jun 8, 2026
1 check passed
@rob163 rob163 deleted the chore/public-repo-hardening branch June 8, 2026 07:55
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