* ci: add freshness check for auto-generated system prompts Add a CI workflow and script to verify system_prompts/auto-generated/ stays in sync with its source files (SDKs, schemas, CLI commands, etc). Also remove the hardcoded CLI version from generated output to avoid unnecessary churn on every release. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * imports * imports Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * regenerate system prompts after rebase on main Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
31 lines
555 B
Plaintext
31 lines
555 B
Plaintext
target/
|
|
.DS_Store
|
|
nohup.out
|
|
local/
|
|
frontend/src/routes/test.svelte
|
|
CaddyfileRemoteMalo
|
|
*.swp
|
|
**/.idea/
|
|
.direnv
|
|
/.vscode
|
|
.dev-docker-wrapper*
|
|
backend/.minio-data
|
|
.aider*
|
|
!.aiderignore
|
|
rust-client/Cargo.toml
|
|
|
|
# Worktree-generated port isolation
|
|
.env.local
|
|
|
|
# Worktree-specific Claude Code settings (generated by scripts/worktree-env)
|
|
.claude/settings.local.json
|
|
|
|
# Symlinked cache directories (for git worktrees)
|
|
backend/target
|
|
frontend/node_modules
|
|
typescript-client/node_modules
|
|
frontend/.svelte-kit
|
|
backend/chrome_profiler.json
|
|
.fast-check/
|
|
__pycache__/
|