Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 774 Bytes

File metadata and controls

20 lines (12 loc) · 774 Bytes

AGENTS.md

Project

@eliware/project-template is a starter ESM Node.js application template using dotenv, @eliware/common, Jest, and linting.

Development

  • Use Node.js 26 and native ESM.
  • Keep .env.example current and never commit .env or credentials.
  • Preserve the documented clone, rename, install, start, test, and customization workflow.
  • Keep application startup and shutdown examples safe and explicit.

Validation

Run npm test, npm run test:gaps, npm run lint, npm run typecheck, and npm run pack after template changes. Do not start services unintentionally.

Changes

Update README, environment examples, package metadata, and template files together. Do not bump versions, tag, publish, or deploy unless explicitly requested.