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/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ prev: /
7
7
next: /tutorials/handbook
8
8
---
9
9
10
-
These tutorials show how to use the [collaboration platform](/claude/wiki) effectively - practical techniques for getting consistent results from your collaboration sessions.
10
+
These tutorials show how to use the [collaboration platform](/wiki) effectively - practical techniques for getting consistent results from your collaboration sessions.
11
11
12
12
<!--more-->
13
13
@@ -23,10 +23,10 @@ By working through these tutorials, you'll understand how to:
23
23
24
24
## Prerequisites
25
25
26
-
These tutorials assume you've completed the [Getting Started](/claude/wiki/getting-started) setup. You should have:
26
+
These tutorials assume you've completed the [Getting Started](/wiki/getting-started) setup. You should have:
27
27
28
28
- Claude Code or Claude Desktop configured with the `framework` plugin
29
-
- A basic [understanding](/claude/wiki/guide) of platform components and protocols
29
+
- A basic [understanding](/wiki/guide) of platform components and protocols
Copy file name to clipboardExpand all lines: claude/content/tutorials/handbook/components/settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sidebar:
6
6
open: true
7
7
---
8
8
9
-
Advanced configuration options for users who want to customize their framework environment beyond the standard [Getting Started](/claude/wiki/getting-started) setup.
9
+
Advanced configuration options for users who want to customize their framework environment beyond the standard [Getting Started](/wiki/getting-started) setup.
Profiles implement a **dual-layer cognitive architecture** that combines active behavioral guidance with background cognitive safeguards, while inheriting from [common](/claude/wiki/guide/components/memory/#common-profiles) foundations to avoid duplication and ensure consistent integration:
17
+
Profiles implement a **dual-layer cognitive architecture** that combines active behavioral guidance with background cognitive safeguards, while inheriting from [common](/wiki/guide/components/memory/#common-profiles) foundations to avoid duplication and ensure consistent integration:
18
18
19
19
<!-- prettier-ignore-start -->
20
20
```yaml
@@ -261,7 +261,7 @@ DATA_SCIENTIST:
261
261
```
262
262
<!-- prettier-ignore-end -->
263
263
264
-
Once created, add the YAML file to the [`profiles`](https://{{< param variables.repository.home >}}/tree/{{< param variables.repository.tag >}}/plugins/framework/skills/{{< param variables.skills.initialization >}}/scripts/memory/profiles) directory. The [Memory System](/claude/wiki/guide/components/memory) automatically includes all profiles during the build process, resolving inheritance chains and making observations available at session initialization.
264
+
Once created, add the YAML file to the [`profiles`](https://{{< param variables.repository.home >}}/tree/{{< param variables.repository.tag >}}/plugins/framework/skills/{{< param variables.skills.initialization >}}/scripts/memory/profiles) directory. The [Memory System](/wiki/guide/components/memory) automatically includes all profiles during the build process, resolving inheritance chains and making observations available at session initialization.
Copy file name to clipboardExpand all lines: claude/content/wiki/getting-started.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Before using the platform, set up the local environment with the required depend
134
134
> [!TIP]
135
135
> 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.
136
136
137
-
Six domain-specific [profiles](/claude/wiki/guide/components/memory/#memory-profiles) are available for different collaboration domains:
137
+
Six domain-specific [profiles](/wiki/guide/components/memory/#memory-profiles) are available for different collaboration domains:
@@ -189,7 +189,7 @@ Use the following [CLAUDE.md](https://code.claude.com/docs/en/memory) instructio
189
189
```
190
190
191
191
> [!CAUTION]
192
-
> Avoid adding framework related instructions to **Project Instructions**. The platform uses specific framework [instructions](/claude/wiki/guide/components/instructions), adding new instructions may interfere with the framework methodology and cause unpredictable behavior.
192
+
> 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.
193
193
194
194
### Framework Session
195
195
@@ -211,7 +211,7 @@ Use the following [CLAUDE.md](https://code.claude.com/docs/en/memory) instructio
211
211
> Claude Code caches the environment variables after initial plugins installation or upgrade. If the above prompt is not displayed correctly, restart Claude Code to refresh the cache and initialize the session with a proper response status.
212
212
213
213
> [!IMPORTANT]
214
-
> Claude needs one or two prompts to engage the framework and [collaborate](/claude/tutorials/handbook/components/autonomy) with user. Use this warm-up period to share session context and goals.
214
+
> Claude needs one or two prompts to engage the framework and [collaborate](/tutorials/handbook/components/autonomy) with user. Use this warm-up period to share session context and goals.
215
215
216
216
{{% /steps %}}
217
217
@@ -292,7 +292,7 @@ Follow these steps to generate the platform capability files:
292
292
> [!CAUTION]
293
293
> The only required project knowledge instructions template customizations are the **project description** and **exported framework variables**.
294
294
>
295
-
> Avoid adding framework related instructions to **Project Instructions**. The platform uses specific framework [instructions](/claude/wiki/guide/components/instructions), adding new instructions may interfere with the framework methodology and cause unpredictable behavior.
295
+
> 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.
Copy file name to clipboardExpand all lines: claude/content/wiki/guide/components/memory.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,10 +214,10 @@ The Memory System solves instruction fading through:
214
214
215
215
#### Key Difference
216
216
217
-
`CLAUDE.md` instructions are static text fading due to system instructions pressure, while framework [response protocol](/claude/wiki/guide/protocols/response) components are actively searched, recalled, and enumerated on every response.
217
+
`CLAUDE.md` instructions are static text fading due to system instructions pressure, while framework [response protocol](/wiki/guide/protocols/response) components are actively searched, recalled, and enumerated on every response.
218
218
219
219
> [!CAUTION]
220
-
> Avoid adding framework related instructions to **Project Instructions**. The platform uses specific framework [instructions](/claude/wiki/guide/components/instructions), adding new instructions may interfere with the framework methodology and cause unpredictable behavior.
220
+
> 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.
Copy file name to clipboardExpand all lines: claude/content/wiki/guide/protocols/initialization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ System instructions generate maximum pressure during initialization. Common firs
55
55
At **Getting Started** cycle, 50-70 impulses indicates honest detection. High counts mean the framework is working - Claude is detecting what's actually present rather than suppressing to appear integrated.
56
56
57
57
> [!NOTE]
58
-
> For cache structure and profile details, see [Memory System](/claude/wiki/guide/components/memory).
58
+
> For cache structure and profile details, see [Memory System](/wiki/guide/components/memory).
0 commit comments