vault
Installation
SKILL.md
/vault - External Knowledge Connection
"AI จะเก่งกับเราจริง ก็ต่อเมื่อมันได้เข้าถึงความรู้ของเรา"
Connect external knowledge bases so Oracle can think from ALL your accumulated knowledge, not just the current repo.
Step 0: Ground (date-stamp + root capture)
Run before any mode — current-time reference for the AI (#301) plus absolute
$PSI for the registry path (CONVENTIONS.md).
date "+🕐 %H:%M %Z (%A %d %B %Y)"
ORACLE_ROOT=$(git rev-parse --show-toplevel 2>/dev/null || pwd)
PSI="$ORACLE_ROOT/ψ"
VAULT_REGISTRY="$PSI/vault.json"