feat(opencode): wire 29-point CLI lifecycle scripts, drift-C reconciler, and skill docs

This commit is contained in:
2026-08-29 14:59:01 +09:00
parent 7341186ef9
commit 94af7f6b8a
14 changed files with 303 additions and 35 deletions
@@ -309,6 +309,10 @@ if not agent:
agent = 'agy'
elif 'hermes' in segments:
agent = 'hermes'
elif 'grok' in segments:
agent = 'grok'
elif 'opencode' in segments:
agent = 'opencode'
else:
agent = 'claude'
print(agent)