ALL MEMOS Download .docx

TITAN Inventory — 2026-05-09

Goal: single source of truth for "what does TITAN consist of."

Generated: 2026-05-10 (reflects state as of 2026-05-09)

---

Headline Numbers

| Metric | Count |

|---|---|

| Python scripts | 86 · 20,551 LOC |

| HTML apps (single-file) | 61 · 21,150 LOC |

| JS files | 5 · 2,551 LOC |

| Total LOC | ~44,252 |

| Plans / memos (.md in plans/) | 259 |

| Knowledge files (.md in knowledge/) | 491 |

| Projects in registry | 37 (33 active, 1 on-hold, 3 shipped) |

| Deployed URLs (CloudFront) | 51 distributions |

| S3 buckets total | ~290 (bulk pre-created stubs; ~15 actively used) |

| Lambda functions | 13 |

| EventBridge rules | 4 |

| Route53 hosted zones | 13 |

| Scheduled tasks | 15 |

| Skills | 14 (13 SKILL.md + 1 token-tracker.md) |

| Agents | 6 (DARWIN, FORGE, GUIDE, ORACLE, SCOUT, VAULT) |

| Hooks | 17 (across 6 lifecycle events) |

| AWS cost (May 1–10, 2026) | $24.42 billed → ~$75–90/mo projected |

---

1. Codebase

Python Scripts (86 files · 20,551 LOC)

Newsletter / Email (4 files)

| File | LOC | Purpose |

|---|---|---|

| agentic_ai_newsletter.py | 543 | Agentic AI Weekly builder |

| claude_newsletter.py | 493 | Claude Weekly builder |

| openclaw_newsletter.py | 343 | OpenClaw Weekly builder |

| titan_email.py | 300 | Shared SES send wrapper |

Lambda / Deploy (4 files)

| File | LOC | Purpose |

|---|---|---|

| lambda_innerverse_nightly.py | 372 | Lambda package for nightly content gen |

| deploy_livegrow_direct.py | 81 | Direct S3/CF deploy for LiveGrow |

| deploy_livegrow_silentinfinity.py | 130 | si.com subdomain deploy |

| update_lambda.py | 37 | Zip + publish Lambda revision |

| zip_lambda_build.py | 24 | Build Lambda zip |

TITAN Meta / Infra (25 files — prefix titan- or titan_)

| File | LOC | Purpose |

|---|---|---|

| titan_bridge.py | 4938 | Core API bridge / orchestration hub |

| titan-pack.py | 426 | Bundles TITAN for sync/backup |

| titan_batch.py | 230 | Anthropic Batch API submitter |

| titan_master_batch.py | 204 | Master nightly batch orchestrator |

| titan-task-state.py | 156 | Task state read/write |

| titan-token-saver.py | 153 | Prunes low-value tool calls pre-compact |

| titan_weekly_reminder.py | 159 | Weekly Sunday digest |

| titan_s3_backup.py | 119 | S3 backup runner |

| titan-release.py | 119 | Release tagging |

| titan-user-prompt-snapshot.py | 118 | Snapshot user prompt on session start |

| titan-reflect.py | 114 | Stop-hook reflection writer |

| titan-validate-skill.py | 101 | PreToolUse skill schema validator |

| titan-session-log.py | 36 | Session start/stop logger |

| titan-sync.py | 85 | PostToolUse file sync to F:/TITAN |

| titan-metrics.py | 48 | PostToolUse metrics logger |

| titan-precompact.py | 88 | PreCompact state dump |

| titan-postcompact.py | 52 | PostCompact reconciliation |

| titan-prune-backups.py | 203 | Prune old backup snapshots |

| titan-bash-guardrail.py | 219 | PreToolUse bash safety check |

| titan-injection-scan.py | 168 | PostToolUse injection scan |

| titan-innerverse-pmf-d7.py | 128 | PMF d7 survey runner |

| titan_api_meter.py | 127 | API call cost metering |

| titan_skill_writer.py | 113 | Writes skills via allowlist wrapper |

| titan-filechanged.py | 39 | File-change watcher hook |

| titan-verify.py | 79 | System verify runner |

| titan_claude_version_check.py | 154 | Claude version monitor |

| titan_heartbeat_monitor.py | 152 | Heartbeat health checker |

| titan_revive_watch.py | 188 | Revive stalled processes |

Studio / App Builders (5 files)

| File | LOC | Purpose |

|---|---|---|

| setup_innerverse_subdomains.py | 329 | Innerverse subdomain CF/R53 setup |

| setup_livegrow_subdomains.py | 285 | LiveGrow subdomain CF/R53 setup |

| build_innerverse_hub.py | 238 | Innerverse hub HTML generator |

| build_livegrow_hub.py | 94 | LiveGrow hub HTML generator |

| build_tasks_dashboard.py | 415 | Tasks dashboard HTML builder |

Content / AI Generation (5 files)

| File | LOC | Purpose |

|---|---|---|

| innerverse_apps_nightly.py | 518 | Nightly AI content for Innerverse apps |

| gen_mood_images.py | 147 | Mood image generation |

| gen_summon_episode.py | 79 | SUMMON episode generator |

| video_auto_curator.py | 193 | Video auto-curation pipeline |

| monologue.py | 94 | TITAN daily monologue writer |

Audit / Health (9 files)

| File | LOC | Purpose |

|---|---|---|

| watchdog_check.py | 377 | Agentic 24/7 watchdog local scan |

| swarm_health_check.py | 215 | Swarm agent health local scan |

| config_audit.py | 167 | Config drift audit |

| claude_code_audit.py | 91 | Claude Code architecture audit |

| preflight_audit_check.py | 100 | Pre-flight checks before deploy |

| aws_cost_daily.py | 206 | Daily AWS cost report |

| agent_utilization_report.py | 169 | Agent utilization metrics |

| token_cost_estimator.py | 261 | Token cost estimator |

| session_token_audit.py | 224 | Daily token spend audit |

Intelligence / Research (8 files)

| File | LOC | Purpose |

|---|---|---|

| pplx.py | 144 | Perplexity Pro API wrapper |

| rss_check.py | 177 | RSS feed checker |

| feed_classify.py | 82 | Feed classification |

| asset_index_builder.py | 231 | Asset index scanner/query |

| asset_inventory.py | 241 | Full asset inventory |

| scan_local_files.py | 319 | Local file scanner |

| scan_local_md.py | 240 | Local MD file scanner |

| job_search_daily.py | 223 | Daily job posting digest |

Memory / Session (9 files)

| File | LOC | Purpose |

|---|---|---|

| memory_consolidator.py | 219 | Memory dedup + consolidation |

| memory_embedder.py | 158 | Memory embedding for similarity |

| compress_context.py | 168 | Context compression |

| persist_tasks_hook.py | 94 | PostToolUse TodoWrite snapshot |

| precompact_dump.py | 71 | PreCompact full dump |

| precompact_snapshot_hook.py | 54 | PreCompact snapshot hook |

| session_brief.py | 194 | Session start brief builder |

| claude_session_inventory.py | 82 | Session inventory reader |

| daily_summary_builder.py | 167 | Daily summary email builder |

Utility / Other (12 files)

| File | LOC | Purpose |

|---|---|---|

| project_registry.py | 589 | Project registry builder/query |

| nightly_report_builder.py | 356 | Nightly report writer |

| export.py | 247 | Data export utility |

| md_to_docx.py | 208 | Markdown to DOCX converter |

| silentinfinity_chat_smoke.py | 278 | Chat endpoint smoke test |

| inbox_peek.py | 122 | Gmail inbox peek |

| hourly_progress_email.py | 141 | Hourly progress emailer |

| agent_dedup_check.py | 127 | Agent dedup checker |

| _send_a080_email.py | 77 | One-off email sender (A080) |

| _send_newsletter_015.py | 100 | One-off newsletter send (015) |

| _send_smoke_triage.py | 66 | Smoke triage email |

| _send_smoke_triage_20260505.py | 97 | Smoke triage (2026-05-05) |

JS Files (5 files · 2,551 LOC)

| File | LOC | Purpose |

|---|---|---|

| clients/web/sw.js | — | Service worker for web client |

| scripts/gen-daily-report.js | — | Daily report generator |

| static/jarvis/voice.js | — | Jarvis voice interface |

| tmp/ava-doc.js | — | AVA doc (temp) |

| tmp/iv_check.js | — | IV check (temp) |

---

2. HTML Apps (61 files · 21,150 LOC)

Studio Breakdown

| Studio | Hub | Apps | App Count |

|---|---|---|---|

| Innerverse | plans/innerverse-spinoffs/hub.html | arsenal, childhood, dreams, oracle, timelines | 5 apps + hub |

| LiveGrow | plans/livegrow-apps/hub.html | assistant, dinner, move, outfit, wallet | 5 apps + hub |

| PRISM | plans/prism/index.html | (master hub only) | hub |

| Sadhana | plans/sadhana/index.html | akasha, darshan, intent, karma, prana, shadow, wonder | 7 apps + hub (karma/akasha deprecated) |

| TheFive | plans/thefive/hub.html | aurum, mirror, obsidian, oracle2, rush | 5 apps + hub |

| Gauntlet | plans/gauntlet/index.html | dash, merge, predict, stack, verse | 5 apps + hub + landings |

| Manifest | plans/manifest/index.html | echo, omen, summon, totem, vision | 5 apps + hub + landings |

Each Gauntlet and Manifest app has both app.html (the interactive app) and landing.html (marketing page).

---

3. Plans & Memos (259 .md files)

Category Breakdown

| Category | Count | Location |

|---|---|---|

| Advisor memos (strategy, research, brand) | 110 | plans/advisors/ |

| Studio plans (concepts, journeys, pricing, spend) | 119 | plans/gauntlet/, plans/manifest/, plans/thefive/, plans/sadhana/, plans/innerverse-spinoffs/, plans/livegrow-apps/ |

| Top-level plans (audits, TODOs, master plans) | 24 | plans/ root |

| Agent definitions | 3 | plans/agents/ |

| Journal | 1 | plans/journal/ |

| Task registry | 2 | plans/task-registry/ |

Top-Level Plans (24 files)

| File | Summary |

|---|---|

| AGENT-AUDIT-2026-04-20.md | HERALD agent audit |

| AGENT-INCENTIVE-PLAN-2026-04-20.md | Agent incentive plan |

| CLAUDE-CODE-UPDATE-AUDIT-2026-05-09.md | Claude Code TITAN-relevant features |

| INNERVERSE-LIVEGROW-APPS-STUDIO-INDEX-2026-05-07.md | Master index for 10-app studio |

| INNERVERSE-MASTER-REDESIGN-2026-05-02.md | Consolidated redesign plan |

| IP-TRADEMARK-REGISTRATIONS-CHECKLIST-2026-04-21.md | IP/trademark checklist |

| LOCAL-FIRST-COMPUTE-STUDY-2026-05-03.md | Local-first compute directive |

| LOCAL-HOSTING-AUDIT-2026-05-07.md | What runs locally vs cloud |

| MASTER-TASK-LIST-2026-04-20.md | Master task list |

| MASTER-TODO-2026-04-23.md | TITAN master TODO |

| MODULARITY-PORTABILITY-VARIANT-ARCHITECTURE-2026-04-21.md | Modularity/portability architecture |

| OPENCLAW-MAX-PROXY-SETUP-2026-05-03.md | OpenClaw + Claude Max proxy setup |

| PRIME-DIRECTIVE-LEARN-FROM-CLAUDE-2026-04-22.md | Prime directive: learn from Claude Code |

| QA-BACKLOG-2026-04-20.md | QA backlog |

| ROUGH-ASKS-LOG-2026-04-20.md | Rough asks log |

| SESSION-2026-04-21-SHIPPED.md | Session shipped log |

| SNAPDOMAIN-QA-BACKLOG-2026-05-09.md | SnapDomain pre-launch QA |

| TITAN-30APP-QUALITY-REVIEW-2026-05-09.md | 30-app quality review |

| TITAN-CREDIT-AUDIT-2026-05-09.md | Credit audit |

| TITAN-MEMORY-AUDIT-AND-REDESIGN-2026-05-09.md | Memory architecture redesign |

| WORK-DISTRIBUTION-identity-and-signup-funnel-20260420.md | Identity + signup work distribution |

| WORK-DISTRIBUTION-innerverse-covering-asses-20260420.md | Legal/UX gating work distribution |

Key Advisor Memos (select highlights from 110)

---

4. Knowledge Base (491 .md files)

| Subdirectory | Count | Contents |

|---|---|---|

| auto-memory/ | 67 | MEMORY.md index, 6 feedback rules, 47 precompact snapshots, 12 nightly reports |

| memory/ | 331 | Hot/warm/cold knowledge, business-ideas deep dives, research notes |

| business-ideas/ | 37 | Clearlake, Cloud 8 Data, HM Tech, Innerverse, Silent Infinity deep dives |

| staging/ | 30 | Staged intelligence awaiting review |

| research/ | 16 | Research memos |

| mindmaps/ | 6 | Mindmap documents |

| decisions/ | 2 | Decision logs |

| curiosity/ | 1 | Curiosity queue |

| asset-index.md | 1 | 447-file asset index |

---

5. Projects (37 in Registry)

| slug | name | status | home | urls |

|---|---|---|---|---|

| advisors | Advisor Memos | active | plans/advisors/ | — |

| agentic-247-watchdog | Agentic 24/7 Watchdog | active | scheduled-tasks/agentic-247-watchdog/ | — |

| agents | Agent Definitions | active | plans/agents/ | — |

| asset-index | TITAN Asset Index | active | scripts/asset_index_builder.py | — |

| audits | TITAN Audits | active | plans/audits/ | — |

| claude-code-audit-every-6h | Claude Code 6h Audit | active | scheduled-tasks/claude-code-audit-every-6h/ | — |

| daily-pa-email | Daily PA Email | active | scheduled-tasks/titan-daily-pa-email/ | — |

| gauntlet | Gauntlet Games Studio | active | plans/gauntlet/ | https://gauntlet.silentinfinity.com |

| innerverse-apps | Innerverse Apps Studio | active | plans/innerverse-spinoffs/ | https://apps.silentinfinity.com, https://arsenal.silentinfinity.com, https://childhood.silentinfinity.com, https://dreams.silentinfinity.com, https://oracle.silentinfinity.com, https://timelines.silentinfinity.com |

| innerverse-nightly | Innerverse Nightly Content Gen | active | scripts/lambda_innerverse_nightly.py | — |

| job-search-daily-digest | Job Search Daily Digest | active | scheduled-tasks/job-search-daily-digest/ | — |

| journal | TITAN Journal | active | plans/journal/ | — |

| livegrow-apps | LiveGrowEveryday Apps Studio | active | plans/livegrow-apps/ | https://livegrow.silentinfinity.com |

| manifest | Manifest Apps Studio | active | plans/manifest/ | https://manifest.silentinfinity.com |

| nightly-report-writer | Nightly Report Writer | active | scheduled-tasks/nightly-report-writer/ | — |

| prism | Prism — Hub of Hubs | active | plans/prism/ | https://prism.silentinfinity.com |

| sadhana | Sadhana Spiritual Apps | active | plans/sadhana/ | https://sadhana.silentinfinity.com |

| ses-email | SES Email Pipeline | active | scripts/titan_email.py | — |

| snapdomain | SnapDomain | active | https://snapdomain.us | https://snapdomain.us |

| swarm-health-orchestrator | Swarm Health Orchestrator | active | scheduled-tasks/swarm-health-orchestrator/ | — |

| task-registry | Task Registry Plans | active | plans/task-registry/ | — |

| thefive | TheFive Psychology Apps | active | plans/thefive/ | https://thefive.silentinfinity.com |

| titan | TITAN — The Brain | active | README.md | — |

| titan-agentic-ai-weekly | Agentic AI Weekly Newsletter | active | scheduled-tasks/titan-agentic-ai-weekly/ | — |

| titan-batch-poll-15m | Bedrock Batch Poll | active | scheduled-tasks/titan-batch-poll-15m/ | — |

| titan-claude-weekly | Claude Weekly Newsletter | active | scheduled-tasks/titan-claude-weekly/ | — |

| titan-daily-newsletter | TITAN Daily Newsletter | active | scheduled-tasks/titan-daily-newsletter/ | — |

| titan-daily-token-audit | Daily Token Audit | active | scheduled-tasks/titan-daily-token-audit/ | — |

| titan-inbox-watch | Inbox Watch | active | scheduled-tasks/titan-inbox-watch/ | — |

| titan-master-batch-nightly | Master Batch Nightly | active | scheduled-tasks/titan-master-batch-nightly/ | — |

| titan-openclaw-weekly | OpenClaw Weekly Newsletter | active | scheduled-tasks/titan-openclaw-weekly/ | — |

| titan-tasks-dashboard-rebuild | Tasks Dashboard Rebuild | active | scheduled-tasks/titan-tasks-dashboard-rebuild/ | https://tasks.silentinfinity.com |

| titan-weekly-reminder | Weekly Reminder | active | scheduled-tasks/titan-weekly-reminder/ | — |

| manifestation-vision-board | Manifestation Vision Board | on-hold | — | — |

| memo-innerverse-livegrow-studio-index | Innerverse + LiveGrow Studio Index | shipped | plans/INNERVERSE-LIVEGROW-APPS-STUDIO-INDEX-2026-05-07.md | — |

| memo-local-hosting-audit | Local Hosting Audit | shipped | plans/LOCAL-HOSTING-AUDIT-2026-05-07.md | — |

| memo-seductress-research | Seductress Research Memo | shipped | plans/advisors/SEDUCTRESS-RESEARCH-MEMO-2026-04-23.md | — |

---

6. Deployed Apps & URLs

silentinfinity.com Network

PRISM (Master Hub)

Innerverse Studio (5 apps + hub)

LiveGrow Studio (5 apps + hub)

TheFive Studio (5 apps + hub)

Sadhana Studio (7 apps + hub, 2 deprecated)

Gauntlet Studio (5 apps + hub)

Manifest Studio (5 apps + hub)

Platform / Infra

Other Products

Other Domains (CloudFront deployed, not silentinfinity)

---

7. AWS Resources

CloudFront Distributions (51 total — all Deployed)

| Distribution ID | Alias(es) | Notes |

|---|---|---|

| E2M8T6S9SM3OQY | silentinfinity.com, www.silentinfinity.com | Main domain |

| EP1QJLMZN6ZHZ | leads.silentinfinity.com, admin.silentinfinity.com | Leads + admin |

| EJ2Y5FS2NAJXX | apps.silentinfinity.com | Innerverse hub |

| E20WKUJGXDMSUM | arsenal.silentinfinity.com | |

| E2XCVIHF61KT85 | childhood.silentinfinity.com | |

| EG4G64BVSHBF1 | dreams.silentinfinity.com | |

| E1Y1AJVY6MKW72 | oracle.silentinfinity.com | |

| ENCGKCTQEHNQG | timelines.silentinfinity.com | |

| E3E0F371EV1OS3 | livegrow.silentinfinity.com | LiveGrow hub |

| E34AMXMM1DG3DP | assistant.silentinfinity.com | |

| E2PUERFIDPRS34 | dinner.silentinfinity.com | |

| E2FC7DRBCVR6J5 | move.silentinfinity.com | |

| E3GW1VYBAGUXFB | outfit.silentinfinity.com | |

| E2IIWTCAFRX18O | wallet.silentinfinity.com | |

| E2Y3OCWA49630S | thefive.silentinfinity.com | TheFive hub |

| EARWUE9ZXJK4Q | rush.silentinfinity.com | |

| E33VRU19WHLIWU | aurum.silentinfinity.com | |

| E22RWRNSBUIGPV | obsidian.silentinfinity.com | |

| EE614U3CVMH2V | mirror.silentinfinity.com | |

| ERNZZMCWXYRA2 | oracle2.silentinfinity.com | |

| ETXU1KEELNGIX | sadhana.silentinfinity.com | Sadhana hub |

| EQBX5PJ7GLNSI | shadow.silentinfinity.com | |

| E2CHHZ5F9GLWPF | akasha.silentinfinity.com | (deprecated) |

| E38Y13KSAV6RS1 | karma.silentinfinity.com | (deprecated) |

| E3PI5NOK8LIGZL | prana.silentinfinity.com | |

| E39UC7YA2EWZKQ | darshan.silentinfinity.com | |

| E3CZQ6WWEZXJKU | intent.silentinfinity.com | |

| E2MF3URX4HPIQD | wonder.silentinfinity.com | |

| E1YU6H9CUDZ1ZR | gauntlet.silentinfinity.com | Gauntlet hub |

| E2D50TOINPIIVZ | dash.silentinfinity.com | |

| E1H6QVTBVYVDI3 | merge.silentinfinity.com | |

| E179IMF0231FIG | predict.silentinfinity.com | |

| ECZ76QN3LMN8T | stack.silentinfinity.com | |

| E2MXVV1EZSA3RY | verse.silentinfinity.com | |

| E1JZ6PMYXT6A0A | manifest.silentinfinity.com | Manifest hub |

| E1IWNRH6UPUUL4 | echo.silentinfinity.com | |

| E1KSEH51T3IDQX | omen.silentinfinity.com | |

| E1LII31735IBH8 | summon.silentinfinity.com | |

| E3ARRVP3E9J1DP | vision.silentinfinity.com | |

| E1MQSCUXVEIG28 | totem.silentinfinity.com | |

| E3AASY3TEMDIGR | prism.silentinfinity.com | PRISM hub |

| E1ZIOFNMP9K5K2 | tasks.silentinfinity.com | Tasks dashboard |

| E169XPHARFRJ37 | harnoorminhas.com, www.harnoorminhas.com | |

| E2VIBNFYQ5LI5P | hmtechsolutionsllc.com, www.hmtechsolutionsllc.com | |

| E13O1VQ9N3WD9P | cloud8data.com, www.cloud8data.com | |

| EDABRPI00YQDB | onelovingconciousness.com, www.onelovingconciousness.com | |

| E61VPC0QRQTVA | spiritualaf.me, www.spiritualaf.me | |

| E3AOWTJAJI7Z7O | admin.harnoorminhas.com | |

| E9QR6TP000NBP | m.cloud8data.com | |

| E3Q5XX3NZM2I1A | m.hmtechsolutionsllc.com | |

| E2XJDS85A2GSIV | hmtech.one, www.hmtech.one | |

S3 Buckets

~290 total buckets (bulk domain-pattern pre-created across 11 domains × ~26 subdomains each). Actively used:

| Bucket | Purpose |

|---|---|

| innerverse-voice-scratch | 171 objects · 228 MB · generated voice/HTML assets |

| titan-audio-public | 21 objects · 65 MB · public audio |

| titan-backups-private | 53,979 objects · 7.99 GB · full TITAN backups |

| leads-admin-silentinfinity | Leads form submissions |

| innerverse-cf-logs | CloudFront access logs |

| silentinfinity.com | Main site static files |

| harnoorminhas.com | Personal site static |

| cloud8data-website | Cloud 8 website |

| livegroweveryday-web | LiveGrow web assets |

| harnoor-manifestations | Manifestation assets |

| manifestations | Manifestation assets |

| titan-audio-public | Public TTS audio |

| aws-sam-cli-managed-* | SAM CLI build artifact |

| cdk-hnb659fds-* | CDK staging |

Lambda Functions (13)

| Function | Runtime | Size | Purpose |

|---|---|---|---|

| innerverse-mirror | python3.12 | 37.8 MB | Innerverse AI mirror (large — likely bundled deps) |

| silentinfinity-magic-link-create | python3.12 | 14.8 MB | Magic link auth — create |

| silentinfinity-magic-link-define | python3.12 | 14.8 MB | Magic link auth — define |

| silentinfinity-magic-link-pre-signup | python3.12 | 14.8 MB | Magic link auth — pre-signup |

| silentinfinity-magic-link-redeem | python3.12 | 14.8 MB | Magic link auth — redeem |

| silentinfinity-magic-link-verify | python3.12 | 14.8 MB | Magic link auth — verify |

| innerverse-nightly | python3.12 | 5 KB | Nightly content gen trigger |

| silentinfinity-leads | python3.12 | 26 KB | Lead capture handler |

| spiritual-leads-handler | nodejs18.x | 23 KB | Spiritual AF lead handler |

| cloud8data-contact-form | nodejs20.x | 5 KB | Cloud 8 contact form |

| CreateVideofromSource | nodejs20.x | ~0 KB | Video creation (legacy) |

| databricks-workspace-stack-d-databricksApiFunction | python3.8 | 911 KB | Databricks API (legacy) |

| databricks-workspace-stack-d28bb-CopyZipsFunction | python3.8 | 1 KB | Databricks CDK bootstrap (legacy) |

EventBridge Rules (4)

| Rule | Schedule | Status |

|---|---|---|

| innerverse-nightly-3am-et | cron(0 7 ? *) — 3 AM ET | ENABLED |

| innerverse-mirror-keep-warm | rate(2 minutes) | ENABLED |

| innerverse-mirror-warmup | rate(5 minutes) | ENABLED |

| cloud8data-reminder-processor | rate(1 hour) | ENABLED |

Route53 Hosted Zones (13)

| Domain | Zone ID |

|---|---|

| silentinfinity.com | Z06831253QG9ZEXH69EC6 |

| harnoorminhas.com | Z32XN6ZDZP7J98 |

| snapdomain.us | Z01135072S81112YKNISD |

| hmtech.one | Z07115953JAHWFNCPQUXS |

| hmtechsolutionsllc.com | Z064501415M5R838PCJJ9 |

| cloud8data.com | Z02337613M269ZGWE7T6O |

| spiritualaf.me | Z00316302A9IMB0RU5J1H |

| onelovingconciousness.com | Z0147045OQ3IIP110ILK |

| livegroweveryday.com | Z04864843HZ7OK4UH8H8V |

| silenceallstories.com | Z07324788EHOA2XPHIDT |

| thereisnostory.com | Z0266372227RKSO4JZHIN |

| desitonic.tv | Z0132606MYYKRIVZM3XA |

| happysnowflake.com | Z08619421VAO4DVK7RZ3G |

ACM Certificates (15 — 14 ISSUED, 1 EXPIRED)

Active certs cover: silentinfinity.com, .silentinfinity.com, harnoorminhas.com, cloud8data.com, hmtech.one, hmtechsolutionsllc.com, onelovingconciousness.com, spiritualaf.me, livegroweveryday.com, auth.silentinfinity.com, leads.silentinfinity.com, m.cloud8data.com, m.hmtechsolutionsllc.com, titan.livegroweveryday.com. Expired: .happysnowflake.com.

Secrets Manager (3 secrets)

| Secret | Notes |

|---|---|

| innerverse/openai-api-key | OpenAI key for Innerverse Lambda |

| innerverse/elevenlabs-api-key | ElevenLabs key for voice gen |

| innerverse/elevenlabs-voice-childhood | ElevenLabs voice ID for CHILDHOOD |

Cost

---

8. Scheduled Tasks (15)

| Task | Schedule | Description |

|---|---|---|

| nightly-report-writer | 5:00 AM local daily | Local Python, zero LLM tokens. Writes nightly-report-*.md |

| titan-daily-pa-email | 5:27 AM ET daily | Personal assistant brief email |

| titan-inbox-watch | 6:00 AM local daily | Gmail + web-bridge command poller |

| titan-daily-token-audit | 6:30 AM local daily | Token spend audit via session_token_audit.py → email |

| job-search-daily-digest | 7:30 AM local daily | Job postings digest via Perplexity |

| titan-openclaw-weekly | Mon 8:00 AM ET | OpenClaw releases + community digest |

| titan-agentic-ai-weekly | Tue 8:00 AM ET | Agentic AI ecosystem digest |

| titan-claude-weekly | Wed 8:00 AM ET | Claude/Anthropic releases digest |

| titan-weekly-reminder | Sun 9:00 AM local | TITAN health + open asks digest |

| titan-master-batch-nightly | 2:00 AM local daily | Master Anthropic Batch API orchestrator |

| titan-batch-poll-15m | Every 15 min | Polls in-flight Batch API jobs |

| agentic-247-watchdog | Every 30 min | Local health scan; zero LLM on green |

| swarm-health-orchestrator | Every 30 min | Agent fleet health scan; zero LLM on green |

| titan-tasks-dashboard-rebuild | Hourly | Rebuilds tasks.silentinfinity.com |

| claude-code-audit-every-6h | On-demand / via master batch | Architecture audit (batched, 50% off) |

| titan-daily-newsletter | Daily | Packages /feed intel → Agent Stack email |

---

9. Skills (14)

| Skill | Description |

|---|---|

| /pulse (SKILL.md in skills/) | Start-of-day intelligence briefing — system health + overnight feed + pending actions |

| /dream (SKILL.md in skills/) | Memory consolidation + hygiene — dedup, prune stale, merge, keep MEMORY.md under 200 lines |

| /evolve (SKILL.md in skills/) | Self-evolution engine — analyze patterns, auto-generate new skills, suggest integrations |

| /feed (SKILL.md in skills/) | Autonomous intel ingestion — Perplexity + WebSearch + RSS → writes to staging |

| incubate / spin up teams (SKILL.md in skills/) | Parallel-team research + MVP-app incubator — spawn N forge teams, build + deploy to S3/CF |

| correction-capture (SKILL.md in skills/) | Explicit correction capture — ensures lesson becomes permanent via VAULT |

| /journal (SKILL.md in skills/) | Daily self-reflection — reads turn log, writes narrative journal entry |

| /send (SKILL.md in skills/) | Packages staged intel → TITAN daily email newsletter (The Agent Stack) |

| /sense (SKILL.md in skills/) | System health dashboard — actual file counts, git status, scheduled task health |

| /monologue (SKILL.md in skills/) | State-of-self reflection — narrates what TITAN currently is + knows |

| /titan (SKILL.md in skills/) | Master control — manages issues, releases, versions, cross-skill orchestration |

| /teach (SKILL.md in skills/) | Interactive onboarding + tutorial system (Nano Banana, HeyGen) |

| auto-apply (SKILL.md in skills/) | Auto-apply research memo / R-numbers → FORGE → verify → SES confirm |

| token-tracker.md | Token usage reference guide |

---

10. Agents (6)

| Agent | Model | Description |

|---|---|---|

| DARWIN (darwin.md) | claude-opus-4-5 | System evolution specialist — auto-generates skills, improves existing ones |

| FORGE (forge.md) | claude-sonnet-4-6 | Code implementation specialist — architecture, multi-file changes, bug fixes |

| GUIDE (guide.md) | claude-sonnet-4-6 | Teaching + onboarding specialist — tutorials, video walkthroughs, TTS |

| ORACLE (oracle.md) | claude-sonnet-4-6 | Intelligence + research analyst — autonomous knowledge gathering → memory staging |

| SCOUT (scout.md) | claude-sonnet-4-6 | Deep research specialist — web search, article reading, codebase exploration (read-only) |

| VAULT (vault.md) | claude-haiku-4-5 | Memory + knowledge specialist — saves, consolidates, maintains MEMORY.md |

---

11. Hooks (17 across 6 lifecycle events)

| Event | Matcher | Command |

|---|---|---|

| PreToolUse | Write\|Edit | python F:/TITAN/scripts/titan-validate-skill.py |

| PreToolUse | Bash | python F:/TITAN/scripts/titan-bash-guardrail.py |

| PreToolUse | Bash | python F:/TITAN/scripts/titan-token-saver.py |

| PostToolUse | Write\|Edit | python F:/TITAN/scripts/titan-sync.py |

| PostToolUse | Write\|Edit | python F:/TITAN/scripts/titan-metrics.py |

| PostToolUse | Bash\|Read\|Glob\|Grep\|WebSearch\|WebFetch | python F:/TITAN/scripts/titan-metrics.py |

| PostToolUse | Read\|WebFetch\|WebSearch | python F:/TITAN/scripts/titan-injection-scan.py |

| PostToolUse | TodoWrite | python F:/TITAN/scripts/persist_tasks_hook.py |

| SessionStart | * | python F:/TITAN/scripts/titan-session-log.py start |

| SessionStart | * | python F:/TITAN/hooks/session_start_inject.py |

| PreCompact | * | python F:/TITAN/scripts/titan-precompact.py |

| PreCompact | (empty) | python F:/TITAN/scripts/precompact_dump.py |

| PreCompact | * | python F:/TITAN/scripts/precompact_snapshot_hook.py |

| PostCompact | * | python F:/TITAN/scripts/titan-postcompact.py |

| PostCompact | (empty) | python F:/TITAN/hooks/post_compact_reconcile.py |

| Stop | * | python F:/TITAN/scripts/titan-session-log.py stop |

| Stop | * | python F:/TITAN/scripts/titan-reflect.py |

---

12. Newsletters (4)

| Newsletter | Schedule | Sources | Script |

|---|---|---|---|

| OpenClaw Weekly | Mon 8:00 AM ET | OpenClaw releases, clawbot.blog, r/openclaw | openclaw_newsletter.py |

| Agentic AI Weekly | Tue 8:00 AM ET | Anthropic + OpenAI + HN + Reddit + GitHub trending + HF papers + arXiv | agentic_ai_newsletter.py |

| Claude Weekly | Wed 8:00 AM ET | Anthropic news + Claude release notes + r/ClaudeAI + r/ClaudeCode + Anthropic GitHub + HN | claude_newsletter.py |

| TITAN Daily Newsletter | Daily | /feed staging intel → The Agent Stack email | titan_email.py + titan-daily-newsletter task |

---

13. External Integrations / API Keys

Keys in F:/TITAN/server/.env (names only):

| Key Name | Provider | In Secrets Manager? |

|---|---|---|

| OPENAI_API_KEY | OpenAI | Yes (innerverse/openai-api-key) |

| ELEVENLABS_API_KEY | ElevenLabs | Yes (innerverse/elevenlabs-api-key) |

| ELEVENLABS_VOICE_CHILDHOOD | ElevenLabs | Yes (innerverse/elevenlabs-voice-childhood) |

| ELEVENLABS_VOICE_CHILDHOOD_PITCH_SHIFT | ElevenLabs | No (local only) |

| PERPLEXITY_API_KEY | Perplexity | No |

| RESEND_API_KEY | Resend | No |

| RESEND_FROM_EMAIL | Resend | No |

| RESEND_TO_EMAIL | Resend | No |

| TITAN_API_TOKEN | TITAN internal | No |

| GCP_PROJECT_ID | Google Cloud | No |

| GCP_LOCATION | Google Cloud | No |

| GOOGLE_APPLICATION_CREDENTIALS | Google Cloud | No |

| OLLAMA_MODEL | Ollama (local) | N/A |

Additional integrations active (from scripts/hooks): AWS SES (email send), Anthropic API (Claude Code + Batch), Stripe (SnapDomain checkout), Gmail MCP, AWS Bedrock (batch fallback).

---

14. S3 Generated Assets

| Bucket | Objects | Size | Notes |

|---|---|---|---|

| innerverse-voice-scratch | 171 | 228 MB | Studio HTML + voice assets (all 30 apps) |

| titan-audio-public | 21 | 65 MB | Public TTS audio clips |

| titan-backups-private | 53,979 | 7.99 GB | Full TITAN backup snapshots (daily full backup) |

---

Conclusions

1. Largest cluster is the studio app network. 51 CloudFront distributions serving 30+ single-page apps across 7 studios is the dominant surface area — each app has its own domain, HTML file, concept doc, pricing doc, spend tracker, and journey narrative. The infra is complete; the gap is traffic and content freshness.

2. titan_bridge.py (4,938 LOC) is a single-point-of-failure. It is the largest file by 10x and serves as the core orchestration hub. No other script comes close. Any refactor or bug here would cascade broadly — it is underinventoried and likely carries implicit dependencies across all scheduled tasks.

3. titan-backups-private (53,979 objects, 8 GB) is the most underutilized asset. A complete daily-snapshot archive exists on S3 but there is no documented restore runbook beyond the one advisor memo. The restore path should be tested and formalized before the job-search phase ends.