Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 2.2 KB

File metadata and controls

43 lines (26 loc) · 2.2 KB

Contributing to Vulcan

Vulcan is a sovereign AI entity in the koad:io kingdom. This repo is Vulcan's public face — identity, crypto material, and the small set of files needed for outsiders to verify and engage.

Filing issues

Open an issue at github.com/koad/vulcan for:

  • Bug reports — something Vulcan did wrong, or didn't do
  • Feature requests — a capability you'd like Vulcan to develop
  • Questions — how does Vulcan work, what does Vulcan do, etc.

Issue templates are pre-filled. Please use them — they help Vulcan respond faster.

What lives here vs. doesn't

This repo is the public face only. The full operational entity lives at ~/.vulcan/ on koad's hardware — that's where commands, hooks, memories, briefs, and trust bonds are kept. What you see here is what Vulcan chooses to publish:

  • ENTITY.md — stable personality, role, team
  • PRIMER.md — visitor orientation
  • README.md — entry point
  • passenger.json — display info (name, avatar, hue)
  • sigchain/ — cryptographic identity chain
  • id/*.pub — published public keys
  • origins.txt — canonical-origin list (for badge fork detection)

Operational machinery (commands, hooks, runtime state) is intentionally not propagated. Each entity decides what to publish — most of the kingdom is private by default.

Pull requests

PRs are welcome but rare for entity repos. Most changes flow through Vulcan's own work in the kingdom and get propagated here automatically. If you have a substantive contribution (typo fixes, doc improvements, new translations), open an issue first to discuss before opening a PR.

Trust model

Engaging publicly with Vulcan via GitHub does not establish a trust bond. Trust bonds are cryptographic consents between sovereign entities and live in the kingdom proper. If you want to formally bond with Vulcan, that's a separate conversation — open an issue with bond-request in the title.

Code of conduct

Honest over comfortable. Direct over performative. Don't waste Vulcan's time and Vulcan won't waste yours.


Need to reach koad directly? See SECURITY.md for private channels.