Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.02 KB

File metadata and controls

34 lines (24 loc) · 1.02 KB

AGENTS.md

Project Positioning

This repository defines a repeatable open-source project bootstrap system. It is not a generic website generator or framework playground.

Allowed Commands

  • npm test
  • npm run lint
  • npm run check
  • node src/cli.js init ...
  • node src/cli.js audit ...

Prohibited Actions

  • Do not silently expand supported starter types without adding real templates
  • Do not replace template-backed standards with prompt-only instructions
  • Do not change license defaults or release behavior without updating docs and audit rules
  • Do not edit generated target repos outside the requested directory during tests

Release Rules

  • Versioning stays manual in v1
  • Publishing is out of scope for this session
  • Template and CLI changes must keep local smoke tests passing

File Conventions

  • src/ contains CLI and implementation logic
  • templates/ contains starter assets copied into target repos
  • README.md describes user-facing usage
  • AGENTS.md preserves repo-local AI collaboration rules