Skip to content

Commit 815b383

Browse files
docs: clarify assistant memory workflow
1 parent fa25019 commit 815b383

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ This reads existing git history and writes local Kairo state under `.kairo/`.
4646
kairo doctor
4747
```
4848

49-
## Ask From Project Memory
49+
## Use With Codex Or Claude Code
5050

51-
```sh
52-
kairo ask "what changed in the dashboard data source?"
53-
```
51+
After `kairo init`, use Codex or Claude Code normally from the project. When you
52+
ask about previous decisions, past fixes, architecture changes, or why something
53+
exists, the assistant can query Kairo through the MCP setup written by init.
5454

55-
Claude Code and Codex can also ask Kairo through the MCP setup written by
56-
`kairo init`.
55+
`kairo ask "what changed in the dashboard data source?"` is only a manual CLI
56+
check; it is not required for assistant integrations.
5757

5858
## Where To Read More
5959

0 commit comments

Comments
 (0)