Description
Update README.md with npm install/usage instructions, including how to configure environment variables (e.g., via .env or programmatic options). Add scripts for publishing. Update .npmignore to exclude dev files and sensitive configs (e.g., don't ship .env in the package).
Acceptance Criteria
README clearly explains env var setup; npm publish --dry-run succeeds without exposing secrets.
Parallelizable
No (depends on sub-issues 1 2)
Files to Create/Edit
README.md, .npmignore, possibly package.json scripts.
Description
Update README.md with npm install/usage instructions, including how to configure environment variables (e.g., via .env or programmatic options). Add scripts for publishing. Update .npmignore to exclude dev files and sensitive configs (e.g., don't ship .env in the package).
Acceptance Criteria
README clearly explains env var setup; npm publish --dry-run succeeds without exposing secrets.
Parallelizable
No (depends on sub-issues 1 2)
Files to Create/Edit
README.md, .npmignore, possibly package.json scripts.