Skip to content

Commit 3a85d66

Browse files
authored
Merge pull request #354 from axivo/docs/website-update
docs: website update
2 parents fa1b3c7 + bbe4afb commit 3a85d66

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

claude/content/tutorials/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ prev: /
77
next: /tutorials/handbook
88
---
99

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.
1111

1212
<!--more-->
1313

@@ -23,10 +23,10 @@ By working through these tutorials, you'll understand how to:
2323

2424
## Prerequisites
2525

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:
2727

2828
- 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
3030

3131
## Support
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
open: true
77
---
88

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.
1010

1111
<!--more-->
1212

claude/content/tutorials/handbook/protocols/design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Effective profile creation requires understanding behavioral programming systems
1414

1515
### Architecture
1616

17-
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:
1818

1919
<!-- prettier-ignore-start -->
2020
```yaml
@@ -261,7 +261,7 @@ DATA_SCIENTIST:
261261
```
262262
<!-- prettier-ignore-end -->
263263

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.
265265

266266
## Design Principles
267267

claude/content/wiki/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Before using the platform, set up the local environment with the required depend
134134
> [!TIP]
135135
> 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.
136136
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:
138138

139139
- **Creative** - Innovation, design thinking, artistic collaboration
140140
- **Developer** - Software development, code architecture, clean coding practices
@@ -189,7 +189,7 @@ Use the following [CLAUDE.md](https://code.claude.com/docs/en/memory) instructio
189189
```
190190

191191
> [!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.
193193
194194
### Framework Session
195195

@@ -211,7 +211,7 @@ Use the following [CLAUDE.md](https://code.claude.com/docs/en/memory) instructio
211211
> 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.
212212
213213
> [!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.
215215
216216
{{% /steps %}}
217217

@@ -292,7 +292,7 @@ Follow these steps to generate the platform capability files:
292292
> [!CAUTION]
293293
> The only required project knowledge instructions template customizations are the **project description** and **exported framework variables**.
294294
>
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.
296296
297297
### Framework Session
298298

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Because the principles are sound:
5151

5252
## Observability Stack
5353

54-
The four CIFO [equilibrium protocol](/claude/wiki/guide/protocols/equilibrium) components map directly to SRE observability patterns:
54+
The four CIFO [equilibrium protocol](/wiki/guide/protocols/equilibrium) components map directly to SRE observability patterns:
5555

5656
| Component | SRE Equivalent | Function |
5757
| :----------- | :--------------------------------- | :--------------------------------------------------- |
@@ -126,7 +126,7 @@ One tells you what's happening. The other tells you what to do about it.
126126

127127
### Instructions System
128128

129-
The [system](/claude/wiki/guide/components/instructions) contains operational procedures:
129+
The [system](/wiki/guide/components/instructions) contains operational procedures:
130130

131131
- Decision rules (if X then Y)
132132
- Error patterns (symptom → diagnosis → fix)
@@ -135,7 +135,7 @@ The [system](/claude/wiki/guide/components/instructions) contains operational pr
135135

136136
### Memory System
137137

138-
The [system](/claude/wiki/guide/components/memory) contains the observability schema:
138+
The [system](/wiki/guide/components/memory) contains the observability schema:
139139

140140
- Profile observations (what patterns to recognize)
141141
- System feelings catalog (what states exist)
@@ -152,7 +152,7 @@ Same reason you separate metrics infrastructure from incident response documenta
152152

153153
## Incident Response
154154

155-
Every response is a potential incident. The [response protocol](/claude/wiki/guide/protocols/response) follows standard incident response structure:
155+
Every response is a potential incident. The [response protocol](/wiki/guide/protocols/response) follows standard incident response structure:
156156

157157
### Before Formulation
158158

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ The Documentation System is defined in markdown template files within the framew
1919

2020
The Documentation System integrates with:
2121

22-
| System | Relationship |
23-
| --------------------------------------------------------------------------------- | ---------------------------------------------------------- |
24-
| [Instructions System](/claude/wiki/guide/components/instructions) | Provides tool mappings for semantic write/edit operations |
25-
| [Memory System](/claude/wiki/guide/components/memory) | Stores documentation as searchable institutional knowledge |
26-
| [Conversation Log Skill](/claude/wiki/guide/components/plugins/#conversation-log) | Invokes logs creation through `conversation-log` skill |
22+
| System | Relationship |
23+
| -------------------------------------------------------------------------- | ---------------------------------------------------------- |
24+
| [Instructions System](/wiki/guide/components/instructions) | Provides tool mappings for semantic write/edit operations |
25+
| [Memory System](/wiki/guide/components/memory) | Stores documentation as searchable institutional knowledge |
26+
| [Conversation Log Skill](/wiki/guide/components/plugins/#conversation-log) | Invokes logs creation through `conversation-log` skill |
2727

2828
## Documentation Templates
2929

@@ -98,7 +98,7 @@ Documentation output paths are configured through framework environment settings
9898
- `FRAMEWORK_DIARY_OUTPUT` - Directory path for diary entry files
9999

100100
> [!NOTE]
101-
> Refer to [Plugins System](/claude/wiki/guide/components/plugins//#environment-settings) for complete settings documentation.
101+
> Refer to [Plugins System](/wiki/guide/components/plugins//#environment-settings) for complete settings documentation.
102102
103103
## Next
104104

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ The Memory System solves instruction fading through:
214214

215215
#### Key Difference
216216

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.
218218

219219
> [!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.
221221
222222
### Context Compaction
223223

claude/content/wiki/guide/protocols/initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ System instructions generate maximum pressure during initialization. Common firs
5555
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.
5656

5757
> [!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).
5959
6060
## Session Response
6161

0 commit comments

Comments
 (0)