File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ We recommend using OpenAI's GPT 5.4 + OpenCode so that your content doesn't soun
2323 - Sam will still work great with Claude Code.
2424
2525### Setup
26- 1 . Run the below commands to clone and this project and open it with your coding agent (it will assume the role of "SEO Guide".
27- 2 . Say "hi" and the agent will talk you through onboarding
26+ 1 . Run the commands below to clone this project and open it with your coding agent. It will assume the role of "SEO Guide".
27+ 2 . Say "hi" and the agent will talk you through onboarding.
2828
2929```
3030# Clone the project
@@ -33,8 +33,12 @@ git clone https://github.com/every-app/sam
3333# Switch to the directory
3434cd sam
3535
36+ # If you're using OpenCode, authenticate with OpenAI if you want to use GPT 5.4
37+ opencode auth login
38+
3639# Open the agent
3740opencode
41+
3842# Or, run `claude`
3943```
4044
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://opencode.ai/config.json" ,
33 "default_agent" : " seo-guide" ,
4+ "model" : " openai/gpt-5.4" ,
45 "instructions" : [
56 " MEMORY.md" ,
67 " context/user-notes.md"
You can’t perform that action at this time.
0 commit comments