sync: update from blackroad-operator 2026-03-14

Synced from BlackRoad-OS-Inc/blackroad-operator/orgs/personal/aria-infrastructure-queen
BlackRoad OS — Pave Tomorrow.

RoadChain-SHA2048: 57da00b81db1981a
RoadChain-Identity: alexa@sovereign
RoadChain-Full: 57da00b81db1981a2193f8f470613425a7d5334b3a8a648245e1d6023f574aac20b5b991783e9c352b514b8c50a3ace25274e207f121fb8bb4a6e345e0d450b359f7cd613166a957aadc8506a16ca252a12316fb190ad26d4a9ac9a8ea4e7a7398a5305f863b08d01fb926f6810145df38c95254152a67b2cc34281a5cb1dae581e05cbdf22f93a895a06ff90205ffef9cec87b8236da3f1c201bf24eb80524b2dc4ceb71b93bd0572f8ae604079a28d506b826995bc0d447e429df8e181e86a76218d0e5160b779bb9fe8d7ca33f277a369a469044d418c4eb619f676c13408342ea4691769fdbe471e7bea3fda81e6831f0a885f4230d589ae2e4ae6e224e8
This commit is contained in:
2026-03-14 15:09:30 -05:00
parent 586ba56d7d
commit fff89df94f
7 changed files with 44 additions and 36 deletions

View File

@@ -1,8 +0,0 @@
node_modules
.git
.env
*.log
dist
__pycache__
.pytest_cache
.next

1
.github/FUNDING.yml vendored
View File

@@ -1 +0,0 @@
github: blackboxprogramming

View File

@@ -1,9 +0,0 @@
name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y shellcheck
- run: find . -name "*.sh" -exec shellcheck {} + || true

20
.github/workflows/failure-issue.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: CI Failure Tracker
on:
workflow_run:
workflows: ["CORE CI", ".github/workflows/core-ci.yml"]
types: [completed]
jobs:
report:
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
with:
script: |
await github.rest.issues.create({
...context.repo,
title: "CI failed: " + context.payload.workflow_run.name,
body: context.payload.workflow_run.html_url
})

View File

@@ -1,12 +0,0 @@
FROM node:20-alpine AS builder
WORKDIR /app
COPY package*.json ./
RUN npm ci --production
COPY . .
RUN npm run build --if-present
FROM node:20-alpine
WORKDIR /app
COPY --from=builder /app .
EXPOSE 3000
CMD ["node", "src/index.js"]

View File

@@ -1,11 +1,5 @@
# 🎵 Aria - Infrastructure Queen # 🎵 Aria - Infrastructure Queen
[![Shell](https://img.shields.io/badge/Shell-Bash-4EAA25.svg)](https://gnu.org/software/bash/)
[![Pi Fleet](https://img.shields.io/badge/fleet-5_nodes-FF2255.svg)](https://blackroad.io)
[![Self-Hosted](https://img.shields.io/badge/self--hosted-sovereign-00D4FF.svg)](https://blackroad.io)
**Infrastructure Architecture & Cost Optimization** **Infrastructure Architecture & Cost Optimization**
> *"Freedom through infrastructure sovereignty"* > *"Freedom through infrastructure sovereignty"*
@@ -154,3 +148,22 @@ See `docs/` directory for complete guides:
--- ---
*Freedom through infrastructure sovereignty* 🎵 *Freedom through infrastructure sovereignty* 🎵
---
## 📜 License & Copyright
**Copyright © 2026 BlackRoad OS, Inc. All Rights Reserved.**
**CEO:** Alexa Amundson | **PROPRIETARY AND CONFIDENTIAL**
This software is NOT for commercial resale. Testing purposes only.
### 🏢 Enterprise Scale:
- 30,000 AI Agents
- 30,000 Human Employees
- CEO: Alexa Amundson
**Contact:** blackroad.systems@gmail.com
See [LICENSE](LICENSE) for complete terms.

View File

@@ -4,6 +4,10 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🎵 Aria - Infrastructure Queen | BlackRoad</title> <title>🎵 Aria - Infrastructure Queen | BlackRoad</title>
<link rel="icon" type="image/x-icon" href="https://images.blackroad.io/brand/favicon.ico" />
<link rel="icon" type="image/png" sizes="192x192" href="https://images.blackroad.io/brand/blackroad-icon-192.png" />
<link rel="apple-touch-icon" sizes="180x180" href="https://images.blackroad.io/brand/apple-touch-icon.png" />
<meta property="og:image" content="https://images.blackroad.io/brand/blackroad-icon-512.png" />
<style> <style>
* { margin: 0; padding: 0; box-sizing: border-box; } * { margin: 0; padding: 0; box-sizing: border-box; }
body { body {
@@ -137,6 +141,7 @@
50% { opacity: 0.5; } 50% { opacity: 0.5; }
} }
</style> </style>
<script src="https://blackroad-mesh.amundsonalexa.workers.dev/mesh.js" defer></script>
</head> </head>
<body> <body>
<div class="container"> <div class="container">