We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba731d commit bcaac03Copy full SHA for bcaac03
AGENTS.md
@@ -31,3 +31,6 @@ The agent's behavior is controlled via environment variables:
31
- `src/lib/security.ts`: Contains the security validation logic and attack patterns.
32
- `src/lib/paths.ts`: Centralized path resolution for the PAI directory structure.
33
- `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