Skip to content

chore(boatstack): remove committed generated host-adapter artifacts - #130

Merged
bigboateng merged 3 commits into
mainfrom
chore/remove-generated-boatstack-artifacts
Jul 23, 2026
Merged

chore(boatstack): remove committed generated host-adapter artifacts#130
bigboateng merged 3 commits into
mainfrom
chore/remove-generated-boatstack-artifacts

Conversation

@bigboateng

Copy link
Copy Markdown
Contributor

What

Removes 53 Boatstack exporter-generated files that were committed to version control (the repo's own self-installation):

  • .product-loop/ (workflow.md, config-schema.md, templates, hooks, project.json, etc.)
  • .claude/skills/{boatstack,auto-plan,boatstack-next,...}/SKILL.md
  • .cursor/commands/*, .cursor/rules/boatstack.mdc
  • .agents/skills/boatstack/SKILL.md, .gemini equivalents
  • .github/PULL_REQUEST_TEMPLATE/boatstack.md

Why

These are deterministic output of the Boatstack exporter (canonical source lives in labs/12-product-engineering-loop/product-engineering-loop). The committed copies had drifted from that source — a --check export reports ~45 files stale — so tracking them just parks stale generated output in git. They're fully regenerable via the exporter.

Scope / safety

  • Deletions only, confined to the 5 generated directories (verified against the exporter's own generated.lock.json manifest).
  • No canonical source, docs, or hand-authored files touched.
  • Go test suite is unaffected (export_test.go generates into temp dirs; nothing depends on the committed root install).

Note

This removes the repo's own installed boatstack skill/adapters. Regenerate locally with the exporter when needed.

These 53 files are Boatstack exporter output (the repo's own self-install:
.product-loop/, .claude/skills/*, .cursor/commands|rules, .agents, .gemini,
.github PR template). They had drifted from the canonical source in
labs/12-product-engineering-loop and are regenerable via the exporter, so
they should not be tracked. Removing them to stop stale generated output
from living in version control.
@bigboateng
bigboateng merged commit c742c40 into main Jul 23, 2026
@bigboateng
bigboateng deleted the chore/remove-generated-boatstack-artifacts branch July 23, 2026 12:11
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