Skip to content

Commit c89ec02

Browse files
authored
Merge pull request #423 from axivo/docs/website-update
docs: website update
2 parents 47b759c + 3bea23f commit c89ec02

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

claude/content/wiki/getting-started.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Before using the platform, set up the local environment with the required depend
5353
"FRAMEWORK_DIARY_PATH": "/Users/username/Documents/claude/diary",
5454
"FRAMEWORK_GEOLOCATION": "{'city': 'Montréal', 'country': 'Canada', 'timezone': 'America/Toronto'}",
5555
"FRAMEWORK_PACKAGE_PATH": "/Users/username/Downloads",
56+
"FRAMEWORK_SESSION_STORAGE": 10,
5657
"FRAMEWORK_TEMPLATE_PATH": "/Users/username/project/.claude/data/templates"
5758
}
5859
}
@@ -87,6 +88,7 @@ Before using the platform, set up the local environment with the required depend
8788
"FRAMEWORK_DIARY_PATH": "/home/username/Documents/claude/diary",
8889
"FRAMEWORK_GEOLOCATION": "{'city': 'Montréal', 'country': 'Canada', 'timezone': 'America/Toronto'}",
8990
"FRAMEWORK_PACKAGE_PATH": "/home/username/Downloads",
91+
"FRAMEWORK_SESSION_STORAGE": 10,
9092
"FRAMEWORK_TEMPLATE_PATH": "/home/username/project/.claude/data/templates"
9193
}
9294
}
@@ -122,6 +124,7 @@ Before using the platform, set up the local environment with the required depend
122124
"FRAMEWORK_DIARY_PATH": "C:/Users/username/Documents/claude/diary",
123125
"FRAMEWORK_GEOLOCATION": "{'city': 'Montréal', 'country': 'Canada', 'timezone': 'America/Toronto'}",
124126
"FRAMEWORK_PACKAGE_PATH": "C:/Users/username/Downloads",
127+
"FRAMEWORK_SESSION_STORAGE": 10,
125128
"FRAMEWORK_TEMPLATE_PATH": "C:/Users/username/project/.claude/data/templates"
126129
}
127130
}
@@ -130,8 +133,17 @@ Before using the platform, set up the local environment with the required depend
130133
{{< /tabs >}}
131134
<!-- prettier-ignore-end -->
132135

136+
| Setting | Description |
137+
| :---------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
138+
| `FRAMEWORK_CONVERSATION_PATH` | Custom path for conversation logs |
139+
| `FRAMEWORK_DIARY_PATH` | Custom path for diary entries |
140+
| `FRAMEWORK_GEOLOCATION` | Override [IPinfo](https://ipinfo.io) geolocation API call with a custom location |
141+
| `FRAMEWORK_PACKAGE_PATH` | Custom path for packaged capability files |
142+
| `FRAMEWORK_SESSION_STORAGE` | Maximum memory session information storage files to retain |
143+
| `FRAMEWORK_TEMPLATE_PATH` | Custom [`templates`](https://{{< param variables.repository.home >}}/tree/{{< param variables.repository.tag >}}/plugins/{{< param variables.plugins.framework.init.plugin >}}/skills/{{< param variables.skills.methodology >}}/templates) path per project |
144+
133145
> [!TIP]
134-
> Default paths are set to current project `.claude/data` directory. The `FRAMEWORK_TEMPLATE_PATH` setting allows the end-user to set a different [`templates`](https://{{< param variables.repository.home >}}/tree/{{< param variables.repository.tag >}}/plugins/{{< param variables.plugins.framework.init.plugin >}}/skills/{{< param variables.skills.methodology >}}/templates) path for each project, instead of using the standard templates. The `FRAMEWORK_GEOLOCATION` setting allows the end-user to override [IPinfo](https://ipinfo.io) geolocation API call with a custom location.
146+
> Default paths are set to current project `.claude/data` directory.
135147
136148
Six domain-specific [profiles](/wiki/guide/components/memory/#memory-profiles) are available for different collaboration domains:
137149

@@ -256,7 +268,7 @@ Follow these steps to generate the platform capability files:
256268
4. Upload the `.zip` files into `Settings > Capabilities > Skills` section
257269

258270
> [!TIP]
259-
> Use `/{{< param variables.plugins.framework.package.plugin >}}:{{< param variables.plugins.framework.package.command >}} PROFILE` command to package a different profile from default one used in local environment.
271+
> Use `/{{< param variables.plugins.framework.package.plugin >}}:{{< param variables.plugins.framework.package.command >}} PROFILE` command to package a different profile from default one used in local environment. The [Claude Reflections](https://github.com/apps/claude-reflections) GitHub App `application.pem` key provides authentication for diary entries read access.
260272
261273
### Project Knowledge
262274

0 commit comments

Comments
 (0)