Files
ReachableCEO-AI-Homedir-Public/databank/artifacts/README.md

1.4 KiB

Databank Artifacts

This directory contains all databank artifacts in their canonical form. Files in this directory are:

  • Managed by AI agents based on communications in ../collab/
  • Organized by domain for efficient access
  • Maintained as single source of truth for all context
  • Updated only through AI processing of collab communications

Structure

artifacts/
├── personal/      # Personal information and biography
├── agents/       # AI agent guidelines and tools
├── context/      # General context information
├── operations/   # Operational environment information
├── templates/    # Template files for new content
├── scaffolding/  # Template structure for new domains
├── coo/          # Chief Operating Officer domain
├── cto/          # Chief Technology and Product Officer domain
└── README.md     # This file

Purpose

Files in this directory represent the authoritative versions of all databank content. They are:

  • Updated only by AI agents processing ../collab/ communications
  • Never edited directly by humans
  • Maintained as single source of truth
  • Organized for efficient AI access patterns

Relationship to Other Directories

  • ../collab/ - Human/AI communication space (input)
  • This directory - Canonical content storage (storage)
  • ../../../pmo/artifacts/ - Project management updates (output)