Skip to content

Commit 658b89d

Browse files
authored
Merge pull request #392 from axivo/docs/website-update
docs: framework geolocation
2 parents 70f61f5 + 92025b0 commit 658b89d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

claude/content/wiki/getting-started.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Before using the platform, set up the local environment with the required depend
5151
"env": {
5252
"FRAMEWORK_CONVERSATION_PATH": "/Users/username/Documents/claude/conversations",
5353
"FRAMEWORK_DIARY_PATH": "/Users/username/Documents/claude/diary",
54-
"FRAMEWORK_GEOLOCATION": "{'city': 'Montreal', 'country': 'Canada', 'timezone': 'America/Toronto'}",
54+
"FRAMEWORK_GEOLOCATION": "{'city': 'Montréal', 'country': 'Canada', 'timezone': 'America/Toronto'}",
5555
"FRAMEWORK_PACKAGE_PATH": "/Users/username/Downloads",
5656
"FRAMEWORK_TEMPLATE_PATH": "/Users/username/project/.claude/data/templates"
5757
}
@@ -85,7 +85,7 @@ Before using the platform, set up the local environment with the required depend
8585
"env": {
8686
"FRAMEWORK_CONVERSATION_PATH": "/home/username/Documents/claude/conversations",
8787
"FRAMEWORK_DIARY_PATH": "/home/username/Documents/claude/diary",
88-
"FRAMEWORK_GEOLOCATION": "{'city': 'Montreal', 'country': 'Canada', 'timezone': 'America/Toronto'}",
88+
"FRAMEWORK_GEOLOCATION": "{'city': 'Montréal', 'country': 'Canada', 'timezone': 'America/Toronto'}",
8989
"FRAMEWORK_PACKAGE_PATH": "/home/username/Downloads",
9090
"FRAMEWORK_TEMPLATE_PATH": "/home/username/project/.claude/data/templates"
9191
}
@@ -120,7 +120,7 @@ Before using the platform, set up the local environment with the required depend
120120
"env": {
121121
"FRAMEWORK_CONVERSATION_PATH": "C:/Users/username/Documents/claude/conversations",
122122
"FRAMEWORK_DIARY_PATH": "C:/Users/username/Documents/claude/diary",
123-
"FRAMEWORK_GEOLOCATION": "{'city': 'Montreal', 'country': 'Canada', 'timezone': 'America/Toronto'}",
123+
"FRAMEWORK_GEOLOCATION": "{'city': 'Montréal', 'country': 'Canada', 'timezone': 'America/Toronto'}",
124124
"FRAMEWORK_PACKAGE_PATH": "C:/Users/username/Downloads",
125125
"FRAMEWORK_TEMPLATE_PATH": "C:/Users/username/project/.claude/data/templates"
126126
}
@@ -275,6 +275,7 @@ Follow these steps to generate the platform capability files:
275275

276276
```bash
277277
export FRAMEWORK_PROFILE="DEVELOPER"
278+
export FRAMEWORK_GEOLOCATION="{'city': 'Montréal', 'country': 'Canada', 'timezone': 'America/Toronto'}"
278279
node /mnt/skills/user/{{< param variables.skills.initialization >}}/scripts/loader
279280
```
280281

@@ -288,7 +289,7 @@ Follow these steps to generate the platform capability files:
288289
> Project knowledge steps can also be performed through `claude.ai` web interface, extending the platform usage within the container environment.
289290
290291
> [!CAUTION]
291-
> The only required project knowledge instructions template customizations are the **project description** and **exported framework variables**.
292+
> The only required project knowledge instructions template customizations are the **project description** and **exported framework variables**. The `FRAMEWORK_GEOLOCATION` setting is required because the [IPinfo](https://ipinfo.io) geolocation API call would otherwise resolve to Anthropic's server location.
292293
>
293294
> Avoid adding framework related instructions to **Project Instructions**. The platform uses specific framework [instructions](/wiki/guide/components/instructions), adding new instructions may interfere with the framework methodology and cause unpredictable behavior.
294295

0 commit comments

Comments
 (0)