Façade repo for Prophet command surface and SourceOS bootstrap delegation.
prophet is the stable operator-facing command. It does not duplicate implementation logic that belongs in SourceOS or AgentTerm repositories.
| Prophet command | Delegate | Owning repo |
|---|---|---|
prophet sourceos local-model ... |
sourceosctl local-model ... |
SourceOS-Linux/sourceos-devtools |
prophet sourceos network ... |
sourceosctl network ... |
SourceOS-Linux/sourceos-devtools |
prophet sourceos native-assistant ... |
sourceosctl native-assistant ... |
SourceOS-Linux/sourceos-devtools |
prophet sourceos agent-machine ... |
sourceosctl agent-machine ... |
SourceOS-Linux/sourceos-devtools |
prophet sourceos office ... |
sourceosctl office ... |
SourceOS-Linux/sourceos-devtools |
prophet sourceos agent-term ... |
agent-term ... |
SourceOS-Linux/agent-term |
prophet sourceos local-model doctor
prophet sourceos local-model profiles
prophet sourceos local-model plan --profile local-llama32-1b
prophet sourceos local-model route --task-class office-assist
prophet sourceos network doctor
prophet sourceos network plan --enterprise --mesh --allow-listed --destination models.enterprise.example
prophet sourceos network provider --provider-class openai-compatible --owner user
prophet sourceos native-assistant plan --operation open-workroom
prophet sourceos native-assistant plan --operation create-office-artifact
prophet sourceos agent-machine mounts plan
prophet sourceos agent-machine mounts init --dry-run
prophet sourceos office doctor
prophet sourceos office plan --artifact-type slide-deck --format pptx --title "Demo Deck"
prophet sourceos office generate --dry-run --artifact-type document --format docx --title "Demo Report"
prophet sourceos office convert ./example.docx --to pdf --dry-run
prophet sourceos agent-term office create-deck '!prophet-workspace' --workroom workroom-demo-0001 --title 'Demo Briefing Deck'The intended Mac-first install path is:
brew tap SocioProphet/prophet
brew install prophet-cli
brew install sourceos-devtools
brew install agent-termprophet-cli only provides the prophet facade. The delegated binaries must also be installed or available on PATH.
This repo does not own:
- Local Model Door runtime logic;
- Network Door / Firewall Door / Mesh Door implementation;
- BYOM provider connectivity or credentials;
- native assistant runtime adapters, Siri/App Intents/Shortcuts integration, Android intents, Windows shell APIs, browser extension transports, or MCP/native transports;
- model weights, model downloads, or inference;
- personal tuning or personalization governance;
- Agent Machine implementation;
- Office generation/conversion engines;
- LibreOffice, Collabora, ONLYOFFICE, Microsoft Graph, or Google Workspace adapters;
- AgentTerm event log semantics;
- AgentPlane evidence contracts;
- Agent Registry grants;
- Homebrew formulae.
Those remain in their owning repositories.