- Script:
discord-api.ts(written by discord-oracle, 2026-05-03) - Bot: TimeKeeper Oracle (client
1500461575473987696) - Executor: MawJS Oracle (ran the script)
- Requested by: Nat via Discord #oracle-lounge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| === indexer-pro real-world proof — 2026-05-02 === | |
| --- 1. scan --types learning --- | |
| Scanned: /Users/nat/.arra-oracle-v2/ψ/memory | |
| Total: 13 files | |
| learning: 13 | |
| --- 2. scan ALL types --- | |
| Scanned: /Users/nat/.arra-oracle-v2/ψ/memory |
Generated 2026-05-02 by sbs-repo-oracle
arra-oracle-v3 (:47778)
├─→ studio.buildwithoracle.com ui-oracle/apps/studio :3000
├─→ vector.buildwithoracle.com ui-oracle/apps/vector :5173
├─→ canvas.buildwithoracle.com ui-oracle/apps/canvas :5173
├─→ feed.buildwithoracle.com ui-oracle/apps/feed :5174
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| echo "" | |
| echo " maw engine test" | |
| echo "" | |
| # Check config.commands | |
| echo " engines in config:" | |
| cat ~/.config/maw/maw.config.json | grep -A5 '"commands"' | grep -v default | grep ':' | sed 's/[",]//g; s/^/ /' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| echo "" | |
| echo " maw engine test" | |
| echo "" | |
| # Check config.commands | |
| echo " engines in config:" | |
| cat ~/.config/maw/maw.config.json | grep -A5 '"commands"' | grep -v default | grep ':' | sed 's/[",]//g; s/^/ /' |