agent-Specialization/.gitignore
JOJO 42cd99d2d8 feat(windows): WSL2 沙箱执行环境与执行环境提示词平台拆分
- Windows 宿主机模式基于 WSL2 实现沙箱执行:只读/批准/自动审核识别、
  工作区可写+区外只读挂载、网络档位(受限/开放/禁止)、敏感目录屏蔽
- 新增 scripts/setup-wsl-sandbox.ps1 一键准备 WSL 沙箱发行版
- 执行环境提示词按平台拆分骨架:prompts/execution_mode/macos.txt
  (原 execution_mode.txt,mac/dockerweb 沿用)与 windows.txt
  (骨架+动态注入环境与路径、当前规则、网络档位、切换一致性说明)
- Windows 执行环境切换通知改为完整命令写法说明(双向),mac 保持原样
- 附调研与 PoC 验证报告:wsl2-sandbox-research.md、
  windows-sandbox-research.md、wsl2-sandbox-poc-report.md
2026-07-30 13:06:34 +08:00

115 lines
2.4 KiB
Plaintext

# OS & tools
.DS_Store
*.swp
*.swo
*.tmp
*.log
# Python artifacts
__pycache__/
*.pyc
.venv/
venv/
# Runtime data (main agent)
# 注意:运行态数据默认已迁出源码树到 ~/.astrion/astrion/<mode>/。
# 以下条目用于忽略「通过具体目录变量指回源码树」或历史遗留的运行态目录。
.wsl-poc/
.astrion/
.agents/
logs/
data/
project/
users/
api/
webapp.pid
# Runtime data (sub agent)
# 旧版 sub_agent/ 子项目已移除,子智能体逻辑现统一在 easyagent/。
sub_agent_results/
# Misc
*.pid
.env
node_modules/
static/dist/
*.tsbuildinfo
user_upload/
skills/
# 本地实验残留与历史文档归档(不进仓库)
_experiments/
# Ignore docs
doc/
# 部署级配置(含密钥引用 / 机器特定,本地保留,仓库仅留 .example 种子)
config/host_workspaces.json
config/custom_models.json
config/auto_approval.json
config/goal_review.json
config/host_sandbox_policy.json
# Claude Code local artifacts (settings, worktrees)
.claude/
easyagent/models.json
# Playwright MCP 调试快照(工具自动生成,不进仓库)
.playwright-mcp/
# 子智能体交付物(过程材料,不进仓库)
sub_agent_results/
# ========= 公开发布排除项(本地保留使用,不纳入仓库)=========
# 第三方技能包 / 旧版实现 / 实验 demo
agentskills/
easyagent/
demo/
cli-react-demo/
static/demo/
static/liquid-glass-demo/
static/liquid-glass-demo.html
static/liquid-glass-kube.html
static/old_version_backup/
static/debug-theme.html
# 个人开发笔记与研究资料
docs/papers/
docs/code_block_demo.html
docs/sidebar_overlay_demo.html
docs/sidebar_workspace_demo.html
docs/cli_slash_commands_spec.md
docs/cli_ui_display_spec.md
docs/conversation_level_terminal_design.md
docs/mcp-tool-config-guide.md
docs/multi_agent_mode/05_data_model.md
research/
# 含私人信息 / 个人工作流约定(脱敏前不进仓库)
AGENTS.md
CLAUDE.md
api_doc/
android-webview-app/
config/host_workspaces.json.example
upload_android_apk.sh
scripts/zip_agents.sh
scripts/qq_bot/
test/test_mcp_integration.py
.easyagent/
# 实验 / 一次性脚本与测试残留
scripts/kimi_usage_demo.py
scripts/kimi_cache_test.py
scripts/kimi_official_raw.py
scripts/stream_chunk_probe.py
scripts/mock_aliyun_quota_server.py
scripts/api_tool_role_experiment.py
test/upload_samples/
test/all_icons/
test/demo.html
test/snake.html
test/deepseek_ocr_tutorial.md
# 运行态缓存
cache/