sync brain updates and archive recent notes

This commit is contained in:
aeroreyna
2026-05-28 10:35:09 -04:00
parent 57dde3f45f
commit eaeb936075
88 changed files with 3992 additions and 68 deletions
+63
View File
@@ -0,0 +1,63 @@
---
Date: 2026-04-26
Author: Antigravity
Tags: #business #mission #christian #tech
---
# Business Ideas
## Christian Small Business Support
- **Concept**: A company that supports small businesses for Christian people.
- **Services**:
- Web Design
- Hosting
- App Development
- Deployment
- **Status**: Proposed on 2026-04-26.
## DSPi
- **Concept**: Potential project involving digital signal processing or related tech.
- **Link**: https://github.com/WeebLabs/DSPi
- **Status**: Captured on 2026-04-27.
## Childrens Version of Self-Help Books
- **Concept**: Create child-friendly adaptations of popular self-help frameworks (e.g., habits-focused books) with age-appropriate language, stories, and activities.
- **Potential Angle**: Family/faith-aligned personal growth tools for kids.
- **Status**: Idea captured from A Reyna (DM) on 2026-05-24.
## Markdown Widget Dashboard (LLM-Administered)
- **Concept**: Build a dashboard composed of widgets that are rendered from Markdown files and administered/updated by an LLM through conversation.
- **Core Idea**: Use Markdown files as the system of record for each widget, reducing or removing the need for a traditional database.
- **Potential Benefits**:
- Human-readable state/history.
- Simple version control (Git-friendly).
- Fast prototyping and local-first workflows.
- **MVP Architecture (v1)**:
- **Widget Storage**: One Markdown file per widget (e.g., `widgets/weather.md`, `widgets/tasks.md`).
- **Widget Frontmatter**: `id`, `title`, `type`, `refresh`, `updated_at`, `owner`, `permissions`, `tags`.
- **Widget Body Schema**: Structured sections (`## Summary`, `## Data`, `## Actions`) that the renderer can parse deterministically.
- **Renderer Layer**: Markdown-to-widget renderer (web UI) that maps frontmatter + sections into visual components.
- **LLM Update Loop**: Chat instruction -> intent parser -> safe file patch -> validation -> commit.
- **Validation Rules**: Enforce schema, required fields, and allowed section names before saving.
- **Versioning/Audit**: Git commit per update with message including actor + intent.
- **Conflict Handling**: If file changed since last read, do 3-way merge or request user confirmation.
- **Optional Cache**: Lightweight in-memory/index cache for faster dashboard loads (no primary DB).
- **Permissions Model**: Per-widget read/write policy to separate personal vs shared dashboard data.
- **First MVP Widgets**:
- Today tasks.
- Calendar snapshot.
- Budget quick view.
- Family reminders.
- **Status**: Idea + MVP architecture captured from A Reyna (DM) on 2026-05-24.
## Chiapas Coffee Sales Role (Brother Gino)
- **Concept**: Bring Brother Gino in as a dedicated salesperson for coffee from Chiapas.
- **Potential Value**:
- Dedicated sales focus (lead generation + follow-up).
- Faster customer development while production/sourcing is handled separately.
- Strong trust-based outreach if aligned with existing church/family network.
- **Suggested Pilot Scope**:
- 30-day trial with clear targets (new leads, tasting meetings, first recurring buyers).
- Define compensation model (commission-only vs base + commission).
- Provide simple sales kit (story of origin, pricing tiers, sample workflow, reorder process).
- **Status**: Idea captured from A Reyna (DM) on 2026-05-27.