forked from EduCraft/curriculum-project-hub
54837717fd
Register pbank as an ADR-0027 external capability with org-scoped username/password envelopes, readiness via /login, and in-process cph_hub MCP tools (search/get/get_many) that materialize sources under the run workspace. Extend the capability secret payload for docmind vs pbank kinds, admin capabilities UI, role tool umbrella `pbank`, and the pbank-problem-report skill. Credentials never reach the Agent process.
22 lines
467 B
Plaintext
22 lines
467 B
Plaintext
# Rust / Cargo build artifacts (repo-wide cargo workspace at root)
|
|
/target
|
|
**/*.pdf
|
|
.cph/
|
|
|
|
# Test-only @local package resolution convenience (self-referential symlink);
|
|
# regenerable, not for VCS. The embedded engine mounts cph-render directly.
|
|
render/vendor/local-packages/
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Node (hub/ TS workspace and any future JS package)
|
|
node_modules/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
|
|
# Local operator notes / specs (not product source)
|
|
/spec/
|
|
/需求整理-*.md
|