- device_features 表:持久化设备检测功能选择 - pageConsole 从 DB 读取功能选择(非从模板反推) - actionConsoleSave 先存 DB 再从 DB 读取运行流水线 - 模板选择改为最精确匹配(单功能只用该功能模板) - 修复内存指标解析(补充 memory 字段)
42 lines
499 B
Plaintext
42 lines
499 B
Plaintext
# Build outputs
|
|
/managerd
|
|
build/
|
|
bin/
|
|
dist/
|
|
tmp/
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
|
|
# Local runtime files
|
|
logs/
|
|
data/
|
|
*.log
|
|
managerd.local.json
|
|
|
|
# Agent workflow notes
|
|
docs/superpowers/*
|
|
!docs/superpowers/specs/
|
|
docs/superpowers/specs/*
|
|
!docs/superpowers/specs/2026-04-19-device-config-ia-redesign.md
|
|
|
|
# Coverage and profiling
|
|
coverage.out
|
|
*.coverprofile
|
|
*.prof
|
|
|
|
# OS and editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
.worktrees/
|
|
.claude/
|
|
CLAUDE.md
|
|
managerd.exe~
|
|
managerd~
|
|
nul
|
|
dataset/
|
|
__pycache__/
|
|
managerd.db
|