mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
主要变更: - Skill Learning 闭环系统 (9/9 AC) - Opus 4.7 模型层接入 + adaptive thinking - Prompt 工程优化 (64 审计测试) - Agent Teams 简化门控 (默认启用) - Windows Terminal 后端修复 (EncodedCommand/WT_SESSION) - TF-IDF 技能搜索精准化 (字段加权/CJK 优化) - Autonomy 系统 (/autonomy 命令) - ACP 协议完整实现 - mock.module 泄漏修复 (CI 全绿) - 152+ lint/type 修复
46 lines
554 B
Plaintext
46 lines
554 B
Plaintext
node_modules
|
|
.DS_Store
|
|
dist
|
|
coverage
|
|
.env
|
|
*.log
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.lock
|
|
src/utils/vendor/
|
|
|
|
# AI tool runtime directories
|
|
.agents/
|
|
.claude/
|
|
.omx/
|
|
.docs/task/
|
|
# Binary / screenshot files (root only)
|
|
/*.png
|
|
*.bmp
|
|
|
|
# Internal system prompt documents
|
|
Claude-Opus-*.txt
|
|
Claude-Sonnet-*.txt
|
|
Claude-Haiku-*.txt
|
|
|
|
# Agent / tool state dirs
|
|
.swarm/
|
|
.agents/__pycache__/
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
logs
|
|
|
|
data
|
|
.omc
|
|
.codex/*
|
|
!.codex/agents/
|
|
!.codex/agents/**
|
|
!.codex/skills/
|
|
!.codex/skills/**
|
|
.codex/skills/.system/**
|
|
!.codex/prompts/
|
|
!.codex/prompts/**
|