Skip to content

Commit ab6d5f9

Browse files
committed
docs: prefer positive package guidance
1 parent 1b86218 commit ab6d5f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
## Repo-Specific Guidance
2828

2929
- Keep `README.md` consumer-facing. Put contributor workflow in `CONTRIBUTING.md` and keep `AGENTS.md` as the routing layer.
30-
- Treat the root export surface in `src/index.ts` and `src/types/*` as the public contract. Do not open internal-path imports casually.
30+
- Treat the root export surface in `src/index.ts` and `src/types/*` as the public contract. Add internal-path imports only when the public API intentionally changes.
3131
- Keep typed event names and payload maps aligned when socket event behavior changes.
3232
- Default verification should stay credential-free and stable. Live socket checks remain opt-in until the repo has a dedicated low-risk fixture strategy.
3333
- Update docs when package usage, install flow, or verification commands change.

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you believe you have found a security or privacy issue in this project, pleas
66

77
- email: devs@put.io
88

9-
Please do not open a public issue for vulnerabilities or sensitive reports.
9+
Use private email for vulnerabilities or sensitive reports.
1010

1111
## Scope
1212

0 commit comments

Comments
 (0)