Skip to content

Commit 0dfa143

Browse files
furiosaclaude
andcommitted
docs: expand package comment in internal/runtime (gt-va49s)
Expanded the package comment to better describe what the runtime package handles: LLM backend integration, session ID detection, hook installation, startup fallbacks, and role-specific behavior configuration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b2b1bb6 commit 0dfa143

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

internal/runtime/runtime.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
// Package runtime provides helpers for runtime-specific integration.
1+
// Package runtime provides helpers for runtime-specific integration across
2+
// different LLM agent backends (Claude, OpenCode). It handles session ID
3+
// detection, hook installation, startup fallback commands for environments
4+
// without native hooks, and role-specific behavior configuration for
5+
// autonomous vs human-guided agent roles.
26
package runtime
37

48
import (

0 commit comments

Comments
 (0)