From 30580a9eee53fe1fa184a18320c2c5b82ece9baa Mon Sep 17 00:00:00 2001 From: mdheller <21163552+mdheller@users.noreply.github.com> Date: Tue, 12 May 2026 08:19:06 -0400 Subject: [PATCH] chore: add SourceOS M1 repo manifest --- .sourceos/manifest.json | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .sourceos/manifest.json diff --git a/.sourceos/manifest.json b/.sourceos/manifest.json new file mode 100644 index 0000000..d213e65 --- /dev/null +++ b/.sourceos/manifest.json @@ -0,0 +1,44 @@ +{ + "repo": "SourceOS-Linux/agent-term", + "domain": "agent", + "specVersion": "0.1.0", + "ownedSchemas": [ + "AgentTermSession", + "AgentChatCommand", + "SlashTopicBinding" + ], + "syncEngines": [], + "sourceChannels": [ + "agent_term.slash.execute", + "agent_term.agent.handoff", + "agent_term.memory.propose", + "agent_term.tool.invoke", + "agent_term.workspace.bind" + ], + "policyClasses": [ + "high" + ], + "auditEvents": [ + "agent_term.slash.executed", + "agent_term.agent.handoff", + "agent_term.memory.proposed", + "agent_term.policy.denied", + "agent_term.workspace.bound" + ], + "dangerousSurfaces": [ + "agent_term.slash.execute", + "agent_term.agent.handoff", + "agent_term.memory.propose", + "agent_term.tool.invoke", + "agent_term.workspace.bind", + "agent_term.shell.bridge" + ], + "authorityRepos": [ + "SourceOS-Linux/sourceos-spec", + "SourceOS-Linux/agent-machine", + "SocioProphet/agent-registry", + "SocioProphet/policy-fabric", + "SocioProphet/memory-mesh" + ], + "notes": "Terminal-native agent ChatOps surface. Slash commands and Matrix/topic routing bind to explicit workspace context and must not bypass registry, policy, memory, or runtime authority." +}