Files
redshift 6499bbd870 chore: bump @routstr/sdk, ignore npm artifacts, use max_completion_tokens
- Bump version to 0.4.6 and @routstr/sdk to ^0.4.2; declare published
  files (dist, src, README, SECURITY).
- Default request limit now sets max_completion_tokens (OpenAI-standard,
  accepted by reasoning models) instead of legacy max_tokens, keeping
  max_output_tokens for the Responses API.
- Ignore npm lockfiles; scope root index.ts ignore pattern to root only.
2026-09-07 12:10:08 +02:00

48 lines
472 B
Plaintext

node_modules/
dist/
build/
.env
.env.local
.env.*.local
*.log
npm-debug.log*
bun-debug.log*
# Date-based log files in logs folder
logs/
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
coverage/
.nyc_output/
tmp/
temp/
.pi/
.worktrees/
.routstrd/
# Graphify output
graphify-out/
# Findings
findings/
routstrd-findings.zip
# Standalone prototype scripts (root-level only)
/index.ts
# npm artifacts (repo uses bun/bun.lock)
package-lock.json
npm-shrinkwrap.json