Skip to content

Commit bcaac03

Browse files
committed
docs: update AGENTS.md with mandatory bun publish rule
1 parent aba731d commit bcaac03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ The agent's behavior is controlled via environment variables:
3131
- `src/lib/security.ts`: Contains the security validation logic and attack patterns.
3232
- `src/lib/paths.ts`: Centralized path resolution for the PAI directory structure.
3333
- `src/lib/metadata-extraction.ts`: Utility for enriching events with agent-specific metadata.
34+
35+
## Workflow Rules
36+
- **Publishing**: ALWAYS use `bun publish` for publishing updates to the registry. Do not use `npm publish`.

0 commit comments

Comments
 (0)