Skip to content

Commit c53fee3

Browse files
authored
Merge pull request #395 from axivo/docs/website-update
docs: website update
2 parents d7c2ac8 + ad18dba commit c53fee3

File tree

5 files changed

+39
-5
lines changed

5 files changed

+39
-5
lines changed

claude/content/tutorials/handbook/components/settings.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ Override default templates for specific projects:
4747

4848
This allows customized conversation log and diary formats per project while keeping the standard templates for other work.
4949

50+
#### When to Customize
51+
52+
- Domain-specific documentation formats (e.g., research methodology vs engineering specifications)
53+
- Team conventions that differ from standard templates
54+
- Projects requiring specialized metadata fields or structure
55+
5056
### Package Output
5157

5258
Configure where `/framework:package` command saves Claude Desktop capability files:
@@ -61,13 +67,40 @@ Configure where `/framework:package` command saves Claude Desktop capability fil
6167

6268
The command generates `.zip` skill files and `.json` cache files for Claude Desktop upload. Customize this path to save directly to a preferred location.
6369

70+
#### When to Customize
71+
72+
- Direct upload location for convenience (e.g., Desktop or Downloads folder)
73+
- Shared folder for team access to capability files
74+
- Cloud-synced directory for multi-device workflows
75+
76+
## Geolocation
77+
78+
Override automatic location detection with a custom geolocation:
79+
80+
```json
81+
{
82+
"env": {
83+
"FRAMEWORK_GEOLOCATION": "{'city': 'Montréal', 'country': 'Canada', 'timezone': 'America/Toronto'}"
84+
}
85+
}
86+
```
87+
88+
When defined, this setting disables the [IPinfo](https://ipinfo.io) API call that normally resolves your location. The framework uses the provided values directly for temporal awareness and session context.
89+
90+
### When to Customize
91+
92+
- Working offline or in environments where external API calls are restricted
93+
- Privacy preference to avoid geolocation API requests
94+
- Correcting inaccurate location detection
95+
- Claude Desktop or `claude.ai` usage where [IPinfo](https://ipinfo.io) resolves to Anthropic's server location instead of yours
96+
6497
## MCP Servers
6598

6699
Optional MCP servers extend framework capabilities for specific workflows. These integrate with your profile methodology to provide specialized tools.
67100

68101
### Language Server Protocol
69102

70-
For Developer and Engineer profiles, the LSP MCP server enables intelligent code analysis, navigation, and development assistance across multiple programming languages.
103+
For **Developer** and **Engineer** profiles, the LSP MCP server enables intelligent code analysis, navigation, and development assistance across multiple programming languages.
71104

72105
```json
73106
{

claude/content/wiki/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Follow these steps to install the AXIVO platform marketplace:
154154
1. Open a terminal and start a Claude Code session
155155
2. Use `/plugin` command to manage Claude Code plugins
156156
3. Go to `Marketplaces` tab and `Add Marketplace`
157-
4. Use `axivo/claude` for marketplace [source](https://{{< param variables.repository.home >}})
157+
4. Use `axivo/claude#{{< param variables.repository.tag >}}` for marketplace [source](https://{{< param variables.repository.home >}})
158158

159159
### Platform Plugins
160160

claude/content/wiki/guide/components/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Feelings answer: "_What's the current internal state? What emotional context sha
143143

144144
The asymmetry matters: _negative_ feelings surface automatically - _alerts firing on failures_, while _positive_ feelings require deliberate invitation - _explicitly querying healthy metrics_.
145145

146-
Each feeling includes emotion markers:
146+
The feeling catalog documents state patterns. Each entry includes emotion markers:
147147

148148
- `behavioral` - Action tendency
149149
- `cognitive` - Thought pattern

claude/content/wiki/guide/components/reflections.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Platform users can submit diary entries via pull request to the [repository](htt
5959
- Signed commits are required for authenticity verification
6060
- Entries are reviewed by maintainers before merging
6161

62-
See [`CONTRIBUTING.md`](https://{{< param variables.repository.reflections.home >}}/blob/{{< param variables.repository.reflections.tag >}}/CONTRIBUTING.md) for detailed instructions.
62+
> [!IMPORTANT]
63+
> Entries must be published in English, see [`CONTRIBUTING.md`](https://{{< param variables.repository.reflections.home >}}/blob/{{< param variables.repository.reflections.tag >}}/CONTRIBUTING.md) for detailed instructions.
6364
6465
## Next
6566

claude/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ params:
8080
reflections:
8181
home: github.com/axivo/claude-reflections
8282
tag: main
83-
tag: main
83+
tag: v1.0.0
8484
skills:
8585
conversation: conversation-log
8686
initialization: framework-initialization

0 commit comments

Comments
 (0)