Some checks are pending
CI — CoM Config Validation / Validate JSON Configs (push) Waiting to run
CI — CoM Config Validation / Validate YAML Configs (push) Waiting to run
CI — CoM Config Validation / Lint Shell Scripts (push) Waiting to run
CI — CoM Config Validation / Secret Detection (push) Waiting to run
CI — CoM Config Validation / Lint Markdown (push) Waiting to run
CI — CoM Config Validation / Validate CODEOWNERS (push) Waiting to run
Public, sanitized mirror of an AI orchestration command center: agents, skills, MCP servers, slash-command workflows. All infrastructure identifiers, hostnames, mesh IPs/subnets, repo paths, maintainer identity, and hardware fleet specifics scrubbed to <placeholders>; session debug logs and host-specific memory removed. No live credentials. Verified clean by automated leak sweep. See SANITIZATION.md. churchofmalware.org . authorized research only
28 lines
877 B
Plaintext
28 lines
877 B
Plaintext
# CODEOWNERS — CoM Virtual Enterprise
|
|
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
|
#
|
|
# The Sovereign (Ty) owns everything by default.
|
|
# As the team grows, add specific path ownership here.
|
|
|
|
# Default owner — all files
|
|
* Diablo_Rain
|
|
|
|
# Security-critical files — require explicit review
|
|
/hooks/ Diablo_Rain
|
|
/rules/ Diablo_Rain
|
|
/a2a/ Diablo_Rain
|
|
settings.json Diablo_Rain
|
|
|
|
# Agent definitions
|
|
/agents/ Diablo_Rain
|
|
|
|
# Skills
|
|
/skills/ Diablo_Rain
|
|
|
|
# GitHub config (CI, templates, Copilot instructions)
|
|
/.github/ Diablo_Rain
|
|
|
|
# Master config files
|
|
CLAUDE.md Diablo_Rain
|
|
HEARTBEAT.md Diablo_Rain
|