mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
Mirrors apps/mana/apps/web/src/lib/modules/augur/tools.ts for the shared mana-tool-registry. Lets persona-runner / mana-mcp / mana-ai invoke augur over stdio and HTTP without going through the web app. Tools: - augur.captureSign (write) — log a new omen / fortune / hunch - augur.resolveSign (write) — fulfilled / partly / not-fulfilled - augur.listOpenSigns (read) — what's still waiting on resolution - augur.consultOracle (read) — Living Oracle reflection from history - augur.yearRecap (read) — structured year-in-review snapshot The pure-math engines (fingerprint, matchScore, makeReflection, yearRecap aggregation) are mirrored from the web-app lib/. Both sides have unit tests covering the same contract — keep them in sync. A future shared package would dedupe. Encrypted fields declared on each spec (audit:encrypted-tools went from 15 to 20). ModuleId extended in types.ts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||