mirror of
https://github.com/Routstr/routstrd.git
synced 2026-09-14 02:55:07 +00:00
- 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.
48 lines
472 B
Plaintext
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
|