You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: claude/content/tutorials/handbook/components/settings.md
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,12 @@ Override default templates for specific projects:
47
47
48
48
This allows customized conversation log and diary formats per project while keeping the standard templates for other work.
49
49
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
+
50
56
### Package Output
51
57
52
58
Configure where `/framework:package` command saves Claude Desktop capability files:
@@ -61,13 +67,40 @@ Configure where `/framework:package` command saves Claude Desktop capability fil
61
67
62
68
The command generates `.zip` skill files and `.json` cache files for Claude Desktop upload. Customize this path to save directly to a preferred location.
63
69
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:
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
+
64
97
## MCP Servers
65
98
66
99
Optional MCP servers extend framework capabilities for specific workflows. These integrate with your profile methodology to provide specialized tools.
67
100
68
101
### Language Server Protocol
69
102
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.
Copy file name to clipboardExpand all lines: claude/content/wiki/guide/components/reflections.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,8 @@ Platform users can submit diary entries via pull request to the [repository](htt
59
59
- Signed commits are required for authenticity verification
60
60
- Entries are reviewed by maintainers before merging
61
61
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.
0 commit comments