323 lines
8.6 KiB
Markdown
323 lines
8.6 KiB
Markdown
# 📇 BlackRoad OS Archive Index
|
|
|
|
**Last Updated:** 2025-11-28
|
|
**Total Archived Items:** 1
|
|
**Total Archived Items:** 7
|
|
**Last Updated:** 2025-11-25
|
|
**Total Archived Items:** 1
|
|
**Last Updated:** 2025-11-25
|
|
**Total Archived Items:** 0
|
|
**Total Archived Items:** 7
|
|
**Purpose:** Master index of all archived content
|
|
|
|
---
|
|
|
|
## How to Use This Index
|
|
|
|
This is the **table of contents** for the entire BlackRoad OS Archive — the Memory Vault 📡.
|
|
|
|
**Categories:**
|
|
- 🚀 [Deploy Logs](#deploy-logs) - What shipped, when, by whom
|
|
- 📡 [System Pings](#system-pings) - Health snapshots and status history
|
|
- 🗺️ [Beacon Maps](#beacon-maps) - Service/env reachability
|
|
- 🕰️ [Snapshots](#snapshots) - Point-in-time ecosystem captures
|
|
- 📸 [Artifacts](#artifacts) - System artifacts and state bundles
|
|
- 📑 [Reports](#reports) - Postmortems, audits, upgrade notes
|
|
- 🧬 [IP & Protocols](#ip--protocols) - Intellectual property and frameworks
|
|
- ⚖️ [Legal & Finance](#legal--finance) - Legal and financial documentation
|
|
- 🔁 [Workflows](#workflows) - Process documentation
|
|
- 🤖 [System Prompts](#system-prompts) - AI agent identity & behavior definitions
|
|
- 📚 [Meta](#meta) - Archive documentation
|
|
|
|
---
|
|
|
|
## 🚀 Deploy Logs
|
|
|
|
What shipped, when, from where, by whom/which agent.
|
|
|
|
*No deploy logs archived yet. Place logs in `logs/` directory.*
|
|
|
|
**Entry format:**
|
|
```markdown
|
|
- [Deploy: service-name @ YYYY-MM-DD](../logs/YYYY-MM-DD-service-name.md)
|
|
- ID: DEPLOY-YYYYMMDD-XXX
|
|
- Service: [service-name]
|
|
- Env: [production | staging | etc.]
|
|
- Agent: [agent:name | human:name]
|
|
```
|
|
|
|
---
|
|
|
|
## 📡 System Pings
|
|
|
|
Health snapshots, uptime, latency, status over time.
|
|
|
|
*No system pings archived yet. Place pings in `pings/` directory.*
|
|
|
|
**Entry format:**
|
|
```markdown
|
|
- [Ping: service-name @ YYYY-MM-DD](../pings/YYYY-MM-DD-service-name.md)
|
|
- ID: PING-YYYYMMDD-XXX
|
|
- Service: [service-name]
|
|
- Status: [healthy | degraded | down]
|
|
- Latency: [ms]
|
|
```
|
|
|
|
---
|
|
|
|
## 🗺️ Beacon Maps
|
|
|
|
Which services/envs/orgs are alive + reachable.
|
|
|
|
*No beacon maps archived yet. Place beacons in `beacons/` directory.*
|
|
|
|
**Entry format:**
|
|
```markdown
|
|
- [Beacon Map: YYYY-MM-DD](../beacons/YYYY-MM-DD-beacon-map.md)
|
|
- ID: BEACON-YYYYMMDD-XXX
|
|
- Services Tracked: [count]
|
|
- Environments: [list]
|
|
```
|
|
|
|
---
|
|
|
|
## 🕰️ Snapshots
|
|
|
|
Point-in-time captures of the BlackRoad OS ecosystem state.
|
|
|
|
### 2025-11-24: Initial Archive Setup
|
|
- [Snapshot: 2025-11-24](../snapshots/2025-11-24/README.md)
|
|
- Category: Snapshot
|
|
- Created: 2025-11-24
|
|
- Type: Milestone (Archive initialization)
|
|
- Contains: Initial repository state documentation
|
|
|
|
---
|
|
|
|
## 📸 Artifacts
|
|
|
|
System artifacts and state bundles — config exports, schema snapshots, diagrams.
|
|
|
|
*No artifacts archived yet. Place artifacts in `artifacts/` directory.*
|
|
|
|
**Entry format:**
|
|
```markdown
|
|
- [Artifact: artifact-name](../artifacts/artifact-name.md)
|
|
- ID: ARTIFACT-YYYYMMDD-XXX
|
|
- Type: [config | schema | diagram | state-bundle]
|
|
- Service: [service-name]
|
|
- Archived: YYYY-MM-DD
|
|
```
|
|
|
|
---
|
|
|
|
## 📑 Reports
|
|
|
|
Incident postmortems, infra audits, upgrade notes.
|
|
|
|
*No reports archived yet. Place reports in `reports/` directory.*
|
|
|
|
**Entry format:**
|
|
```markdown
|
|
- [Report: report-title](../reports/YYYY-MM-DD-report-title.md)
|
|
- ID: REPORT-YYYYMMDD-XXX
|
|
- Type: [postmortem | audit | upgrade-notes]
|
|
- Incident: [incident-ID if applicable]
|
|
- Archived: YYYY-MM-DD
|
|
```
|
|
|
|
---
|
|
|
|
## 🧬 IP & Protocols
|
|
|
|
Canonical versions of intellectual property, protocols, and frameworks.
|
|
|
|
|
|
### Persona & Agent Seeds
|
|
|
|
- [Agent Soul Seeds — November 2025 Intake](../ip/agent-soul-seeds-2025-11-28.md)
|
|
- Category: IP / Persona Registry
|
|
- Registration: IP-20251128-001
|
|
- Version: 1.0
|
|
- Archived: 2025-11-28
|
|
- Source: Direct user submission
|
|
|
|
**Example entry format:**
|
|
```markdown
|
|
- [Protocol Name](../ip/protocol-name-v1.0.md)
|
|
- [Trinary Base729 Encoding Specification](../ip/trinary-base729-encoding.md)
|
|
- Category: IP / Protocol
|
|
- Version: 0.1
|
|
- Archived: 2025-11-28
|
|
- Source: `BlackRoad-OS/blackroad-os-archive` @ `N/A (initial archival)`
|
|
- [Trinary Encoding Specification (Base27, Base81, Base729)](../ip/trinary-encoding-spec.md)
|
|
- Category: IP / Protocol
|
|
- Archived: 2025-11-28
|
|
- Source: `BlackRoad-OS/blackroad-os-archive`
|
|
- Focus: Balanced ternary alphabets, Base81 ordering, Base729 mapping via Base27 pairs
|
|
|
|
---
|
|
|
|
## ⚖️ Legal & Finance
|
|
|
|
Legal documentation, corporate structure, financial models, and related materials.
|
|
|
|
*No legal/finance documents archived yet.*
|
|
|
|
**Example entry format:**
|
|
```markdown
|
|
- [Document Name](../legal-finance/document-name.md)
|
|
- Category: Legal | Finance
|
|
- Archived: YYYY-MM-DD
|
|
- Source: `BlackRoad-OS/[repo]` @ `[commit]`
|
|
```
|
|
|
|
---
|
|
|
|
## 🔁 Workflows
|
|
|
|
Process documentation for how the BlackRoad OS ecosystem operates.
|
|
|
|
### Archive Workflows (Current)
|
|
|
|
- [Archive Workflow: Finalize & Archive](../workflows/archive-workflow.md)
|
|
- Category: Workflow
|
|
- Created: 2025-11-24
|
|
- Purpose: How content moves from source repos to archive
|
|
|
|
- [Snapshot Workflow](../workflows/snapshot-workflow.md)
|
|
- Category: Workflow
|
|
- Created: 2025-11-24
|
|
- Purpose: How to capture point-in-time ecosystem state
|
|
|
|
- [IP Registration Workflow](../workflows/ip-registration-workflow.md)
|
|
- Category: Workflow
|
|
- Created: 2025-11-24
|
|
- Purpose: How to formally register intellectual property
|
|
|
|
---
|
|
|
|
## 🤖 System Prompts
|
|
|
|
AI agent identity definitions, behavior specifications, and master prompts.
|
|
|
|
### Archive System Prompts
|
|
|
|
- [Archive Master Prompt (V0.1.64)](../archive/system/prompts/archive_master_prompt.md)
|
|
- Category: System Prompt / Core Identity
|
|
- Created: 2025-11-25
|
|
- Version: 0.1.64
|
|
- Purpose: The 64-Layer Preservation Engine — defines the Archive's identity, structure, and immutability rules
|
|
|
|
---
|
|
|
|
## 📚 Meta
|
|
|
|
Archive documentation and operational files.
|
|
|
|
- [Archive Cover Sheet](../meta/ARCHIVE_COVER_SHEET.md)
|
|
- Category: Meta
|
|
- Created: 2025-11-24
|
|
- Purpose: What this archive is and how it works
|
|
|
|
- [Contributing Guidelines](../meta/CONTRIBUTING.md)
|
|
- Category: Meta
|
|
- Created: 2025-11-24
|
|
- Purpose: How to contribute to the archive
|
|
|
|
---
|
|
|
|
## 📊 Statistics
|
|
|
|
- **Total Deploy Logs:** 0
|
|
- **Total System Pings:** 0
|
|
- **Total Beacon Maps:** 0
|
|
- **Total Snapshots:** 1
|
|
- **Total IP Artifacts:** 1
|
|
- **Total Artifacts:** 0
|
|
- **Total Reports:** 0
|
|
- **Total IP Artifacts:** 0
|
|
- **Total Legal/Finance Docs:** 0
|
|
- **Total Workflows:** 3
|
|
- **Total System Prompts:** 1
|
|
- **Total Meta Docs:** 2
|
|
- **First Archive Entry:** 2025-11-24
|
|
- **Last Archive Entry:** 2025-11-28
|
|
- **Last Archive Entry:** 2025-11-25
|
|
|
|
---
|
|
|
|
## 🔍 Search Tips
|
|
|
|
**By Category:**
|
|
- Use the category sections above
|
|
- Check `catalog/services.md` for repo-specific content
|
|
- Review `catalog/timeline.md` for chronological view
|
|
|
|
**By Date:**
|
|
- Check `catalog/timeline.md` for chronological listing
|
|
- Browse `snapshots/` directories by date
|
|
|
|
**By Topic:**
|
|
- Use GitHub's repository search
|
|
- Search within specific category directories
|
|
- Check related IP registry for specific protocols
|
|
|
|
---
|
|
|
|
## 🆕 Recent Additions
|
|
|
|
### 2025-11-25
|
|
- Archive Master Prompt (V0.1.64) — The 64-Layer Preservation Engine
|
|
- Archive Brain update with Memory Vault role
|
|
- New categories: Deploy Logs, System Pings, Beacon Maps, Artifacts, Reports
|
|
- Updated invariants (append-only, stable IDs, timestamps, context tags)
|
|
- Added compliance and security guidance
|
|
### 2025-11-28
|
|
- Trinary Encoding Specification archived under IP (Base27/Base81/Base729 mapping)
|
|
|
|
### 2025-11-24
|
|
- Initial archive structure created
|
|
- Three core workflows documented
|
|
- Meta documentation established
|
|
- First snapshot: Archive initialization
|
|
- Agent Soul Seeds (11 personas) archived as IP entry
|
|
|
|
### 2025-11-28
|
|
- Trinary Base729 Encoding Specification archived (IP / Protocol)
|
|
|
|
---
|
|
|
|
## 📝 Maintenance Notes
|
|
|
|
**Update Frequency:**
|
|
- This index should be updated with every archive addition
|
|
- Statistics should be updated monthly
|
|
- Recent additions should show last 10-20 items
|
|
|
|
**Quality Standards:**
|
|
- Every archived item must have an index entry
|
|
- Entries must include all required metadata
|
|
- Links must be relative and functional
|
|
- Categories must be consistent
|
|
|
|
---
|
|
|
|
## 🧬 Local Emoji Legend
|
|
|
|
| Emoji | Meaning |
|
|
|-------|---------|
|
|
| 🧾 | Archive / history |
|
|
| 📡 | Pings / beacons / signals |
|
|
| 🚀 | Deploys / releases |
|
|
| 🗺️ | Maps of services/envs |
|
|
| ⏱️ | Timestamps / timelines |
|
|
| 📑 | Reports / postmortems |
|
|
| ⚖️ | Compliance-sensitive records |
|
|
| 📸 | Snapshots / captures |
|
|
| 🧬 | IP / state bundles |
|
|
|
|
---
|
|
|
|
**For detailed information about any archived item, click its link. For information about the archive itself, see the [Archive Cover Sheet](../meta/ARCHIVE_COVER_SHEET.md).**
|