Skip to content

Commit 4ed2be1

Browse files
authored
docs: reorganize integration docs and cross-link tutorials (#153)
Move evolve-lite.md into integrations/claude/ to clarify it is Claude Code-specific. Add cross-links between install sections and their corresponding hello world tutorials.
1 parent e96bea2 commit 4ed2be1

8 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If you’re experimenting with Evolve or exploring on‑the‑job learning for a
119119
- [Installation](docs/installation/index.md) - Setup instructions for supported platforms
120120
- [Configuration](docs/guides/configuration.md) - Environment variables and backend options
121121
- [CLI Reference](docs/reference/cli.md) - Command-line interface documentation
122-
- [Evolve Lite](docs/integrations/evolve-lite.md) - Lightweight Claude Code plugin mode
122+
- [Evolve Lite](docs/integrations/claude/evolve-lite.md) - Lightweight Claude Code plugin mode
123123
- [Claude Code Demo](docs/tutorials/claude-code-demo.md) - End-to-end demo walkthrough
124124
- [Policies](docs/reference/policies.md) - Policy support and schema
125125

docs/examples/hello_world/bob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ uv init
1414
```
1515

1616
## Step 2: Install Evolve
17-
Install Evolve by following the [installation instructions](../../installation/index.md), or run:
17+
Install Evolve by following the [installation instructions](../../installation/index.md#bob-quick-start), or run:
1818
```bash
1919
curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/main/platform-integrations/install.sh | bash -s -- install --platform bob --mode lite
2020
```

docs/examples/hello_world/claude.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker run --rm -it my-claude bash
2121
```
2222

2323
## Step 2: Install Evolve
24-
Install Evolve by following the [installation instructions](../../installation/index.md)
24+
Install Evolve by following the [installation instructions](../../installation/index.md#claude-code-plugin-marketplace)
2525

2626
## Step 3: Running in Claude Code
2727
In a terminal, run:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Evolve is a system designed to help agents improve over time by learning from th
2727

2828
## Integrations and Tutorials
2929

30-
- [Evolve Lite](integrations/evolve-lite.md): Lightweight Claude Code integration with local entity storage.
30+
- [Evolve Lite (Claude Code)](integrations/claude/evolve-lite.md): Lightweight Claude Code integration with local entity storage.
3131
- [Claude Code Demo](tutorials/claude-code-demo.md): Run the filesystem demo with Claude Code and the Evolve MCP server.
3232
- [Hello World with IBM Bob](examples/hello_world/bob.md): A simple Bob walkthrough that shows how memory gets learned.
3333

docs/installation/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
```bash
66
curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/main/platform-integrations/install.sh | bash -s -- install --platform bob --mode lite
77
```
8+
Next: [Hello World with IBM Bob](../examples/hello_world/bob.md)
89

910
### Claude Code Plugin Marketplace
1011
```bash
1112
claude plugin marketplace add AgentToolkit/altk-evolve
1213
claude plugin install evolve-lite
1314
```
15+
Next: [Hello World with Claude Code](../examples/hello_world/claude.md)
1416

1517
### Download Install Script
1618
```bash
File renamed without changes.

mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ nav:
8383
- CLI: reference/cli.md
8484
- Policies: reference/policies.md
8585
- Integrations:
86-
- Evolve Lite: integrations/evolve-lite.md
86+
- Evolve Lite (Claude Code): integrations/claude/evolve-lite.md
8787
- Tutorials:
8888
- Hello World (IBM Bob IDE): examples/hello_world/bob.md
8989
- Claude Code Demo: tutorials/claude-code-demo.md

platform-integrations/claude/plugins/evolve-lite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can also manually invoke `/evolve-lite:learn` at any time.
5555
5656
## Example Walkthrough
5757

58-
See the [Evolve Lite guide](../../../../docs/integrations/evolve-lite.md#example-walkthrough) for a step-by-step example showing the full learn-then-recall loop across two sessions.
58+
See the [Evolve Lite guide](../../../../docs/integrations/claude/evolve-lite.md#example-walkthrough) for a step-by-step example showing the full learn-then-recall loop across two sessions.
5959

6060
## Skills Included
6161

0 commit comments

Comments
 (0)