Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions .github/workflows/weekly-email.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Weekly Email

on:
schedule:
- cron: '0 9 * * MON'
workflow_dispatch:

env:
EMAIL_SUBJECT: Weekly status email
EMAIL_BODY: |
Weekly workflow report (Aura-Bridge Genesis)

ID: token-2026-01-20
Date: 2026-01-20
Title: Aura-Bridge Genesis
Status: logged

Summary:
Activation of the full Aura-Core Command Station with voice/text interface, multi-agent orchestration, token minting, and real-time dashboard integration across Web2/Web3.

Actions:
- Connected GPT-4o, Claude, Copilot, Perplexity, and Venice as agent runners
- Launched multi-LLM config pipeline across Ethereum, Monad, Scroll, Optimism, and Algorand
- Enabled clipboard → dashboard command flow
- Built Zena + Noodle assistant concept
- Mapped Allbridge role as conductor for network relay and chat memory sync
- Set public boundaries + visibility model for Aura, Noodle, and MVP
- Planned Token of the Day + mobile PWA dashboard command

Linked configs:
- multi-llm.config.json
- auracore-dash-alpha
- aura@mvpuknowme.ai

Dashboard: Aura-Core Command Station v0.1

jobs:
send-email:
runs-on: ubuntu-latest
steps:
- name: Send email
uses: dawidd6/action-send-mail@v3
with:
server_address: ${{ secrets.SMTP_SERVER }}
server_port: ${{ secrets.SMTP_PORT }}
username: ${{ secrets.SMTP_USERNAME }}
password: ${{ secrets.SMTP_PASSWORD }}
subject: ${{ env.EMAIL_SUBJECT }}
body: ${{ env.EMAIL_BODY }}
to: ${{ secrets.EMAIL_RECIPIENTS }}
from: ${{ secrets.EMAIL_SENDER }}
secure: true
convert_markdown: true
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

.swiftlint.yml
// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
reactStrictMode: true,
reactStrictMode: false
};

export default nextConfig;
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.