Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ template
Function
template
packages/opencode/src/command/index.ts:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
description:
"guided AGENTS.md setup"
,
73
source:
"command"
,
74
get template() {
75
return
PROMPT_INITIALIZE.replace(
"${path}"
, ctx.worktree)
76
},
77
hints: hints(PROMPT_INITIALIZE),
78
}
79
commands[Default.REVIEW] = {
Callers
nothing calls this directly
Calls
1
getPrompt
Method · 0.80
Tested by
no test coverage detected