71c7672545
* feat(skill-hub): add Skill Hub catalog, publish flow, and lite materialize pipeline Introduce Skill Hub for browsing, importing, publishing, and installing skills, with lite instance package materialization and runtime sync support. Co-authored-by: Cursor <cursoragent@cursor.com> * fix(skill-hub): remove token-governance hooks from Skill Hub PR Strip validateManagedRuntimeEnvironmentOverrides, network lock policy sync, and egress proxy audit wiring that belong to the upcoming token-usage work, so the Skill Hub branch compiles independently. Co-authored-by: Cursor <cursoragent@cursor.com> * fix(skill-hub): update migration number in materialize docs Co-authored-by: Cursor <cursoragent@cursor.com> * fix(skill-hub): make RuntimeAgentClient test stub and hub tests compile-safe Add ResyncInstanceSkills to the runtime pool handler fake client, and harden skill hub payload helpers/tests against nil storage/instance repos so go test passes. Co-authored-by: Cursor <cursoragent@cursor.com> * feat: add Skill Hub hardening with session usage tracking and egress governance Unify Skill Hub runtime sync improvements with session-token observability, egress network policy, and admin/instance usage reporting for reopenable PR. Co-authored-by: Cursor <cursoragent@cursor.com> * fix(skill-hub): repair CI tests and nested skill install * fix(ci): restore release deployment configuration --------- Co-authored-by: heshengran <heshengran@ieisystem.com> Co-authored-by: Cursor <cursoragent@cursor.com>
96 lines
1.2 KiB
Plaintext
96 lines
1.2 KiB
Plaintext
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
/backend/bin/
|
|
/backend/tmp/
|
|
/runtimeagent/
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Go vendor directory
|
|
/backend/vendor/
|
|
|
|
# Node modules
|
|
/frontend/node_modules/
|
|
/frontend/dist/
|
|
/frontend/dist-ssr/
|
|
/outputs/
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
/test_*
|
|
/deploy/
|
|
/test.tar
|
|
/fix-install-plan.md
|
|
/docs/deployment-storage-remediation-plan.zh-CN.md
|
|
|
|
# Local API / debug artifacts (do not commit)
|
|
/_*.json
|
|
/_*.txt
|
|
/_test_*.js
|
|
/_pr*.md
|
|
.clawmanager-last-image
|
|
/pr138.patch
|
|
|
|
# Team runtime config snapshots
|
|
/team-*.json
|
|
/agency-agents-main/
|
|
|
|
|
|
.codex-logs/
|
|
.codex-temp/
|
|
.cache/
|
|
.VSCodeCounter/
|
|
.superpowers/
|
|
dev_docs/
|
|
devplan.md
|
|
AGENTS.md
|
|
TASK_BREAKDOWN.md
|
|
dev_progress.md
|
|
CLAUDE.md
|
|
TEAM_IMAGE_DEPLOY_STEPS.md
|
|
TEAM_PROFILES_LOCAL_TESTING.md
|
|
/team-optimization-docs/
|
|
/clawmanager-apply.sh
|
|
/clawmanager-team-profiles-test.yaml
|
|
/clawmanager-tenant.yaml
|
|
.codex
|