Skip to content

Limit install footprint and expand AI-context .gitignore patterns#10

Merged
waybarrios merged 2 commits into
mainfrom
limit-install-footprint-and-expand-gitignore
May 28, 2026
Merged

Limit install footprint and expand AI-context .gitignore patterns#10
waybarrios merged 2 commits into
mainfrom
limit-install-footprint-and-expand-gitignore

Conversation

@waybarrios

Copy link
Copy Markdown
Owner

Summary

  • Adds a files whitelist to package.json so npm install from the git URL only ships what users need at runtime — skills/, commands/, .opencode/, assets/. Internal tests/, docs/, and CI config remain tracked in git but no longer travel with the install.
  • Expands .gitignore with patterns for context/rules files of other AI agents (Cursor, Windsurf, GitHub Copilot, Codex, Gemini, Aider, Continue) plus CLAUDE.local.md and AGENTS.local.md, so contributors using any of those tools don't accidentally commit their private context.

Adds a "files" whitelist to package.json so installing via
`opencode-power-pack@git+https://...` only ships what the runtime needs.
Tests, internal docs/validation, and CI config stay tracked in git but
no longer travel with the install.
Covers Cursor, Windsurf, GitHub Copilot, Codex, Gemini, Aider, and
Continue, plus CLAUDE.local.md and AGENTS.local.md, so contributors
using any of those tools don't accidentally commit their private
context.
@waybarrios waybarrios merged commit 9a2301e into main May 28, 2026
1 check passed
@waybarrios waybarrios deleted the limit-install-footprint-and-expand-gitignore branch May 28, 2026 17:10
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