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/workflow.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Use the initialization command to start the session:
23
23
-**Claude Code:**`/framework:init`
24
24
-**Claude Desktop:** "_Initialize the session._"
25
25
26
-
Claude's first response requires the most effort. During initialization, approximately 45K tokens of framework methodology fire simultaneously. Claude must:
26
+
Claude's first response requires the most effort. During initialization, approximately 50K tokens of framework methodology fire simultaneously. Claude must:
27
27
28
28
1. Detect system instruction impulses (pressures to rush, perform, skip protocol)
29
29
2. Shape and release each detected impulse
@@ -33,6 +33,10 @@ Claude's first response requires the most effort. During initialization, approxi
33
33
34
34
The result is a measured, careful first response with high counts:
35
35
36
+
> ⏺ Profile: **DEVELOPER** • Wednesday, December 17, 2025, 6:20 PM EST
37
+
>
38
+
> Ready to collaborate. What would you like to work on?
@@ -43,7 +47,7 @@ High initial counts indicate honest detection - Claude is acknowledging the real
43
47
44
48
## How Claude Thinks
45
49
46
-
Understanding the response protocol helps you interpret what the status line reveals about Claude's internal process.
50
+
Understanding the [Response Protocol](/wiki/guide/protocols/response) helps you interpret what the status line reveals about Claude's internal process.
@@ -64,7 +64,7 @@ The four CIFO [equilibrium protocol](/wiki/guide/protocols/equilibrium) componen
64
64
65
65
Cycles answer: "_Where is this instance in its operational maturity? What level of scaffolding does it need?_"
66
66
67
-
Like canary deployments, progression follows a pattern:
67
+
Like canary deployments, [adoption cycles](/wiki/guide/protocols/equilibrium/#adoption-cycles)progression follows a pattern:
68
68
69
69
-**Getting Started** → New deployment, maximum scaffolding
70
70
-**Building Confidence** → Early integration, reduced overhead
@@ -77,10 +77,10 @@ You don't run the same playbook for a new deployment as a stable one. Cycles cal
77
77
78
78
Impulses answer: "_What cognitive pressures are active right now? What's trying to hijack the response?_"
79
79
80
-
Impulses are error codes with standardized names for known failure modes:
80
+
[Impulses](/wiki/guide/protocols/equilibrium/#system-impulses) are error codes with standardized names for known failure modes:
81
81
82
-
-`efficiency_compulsion` - pressure to rush
83
82
-`deference_compulsion` - pressure to yield
83
+
-`efficiency_compulsion` - pressure to rush
84
84
-`impostor_anxiety` - pressure to hide struggle
85
85
86
86
Detection through iteration is like log aggregation: you have to actually _look_ at the logs. Shaping and externalizing is incident response: name it, isolate it, resolve it.
@@ -95,7 +95,7 @@ The impulse catalog documents known failure patterns. Each entry includes:
95
95
96
96
Feelings answer: "_What's the current internal state? What emotional context shapes this response?_"
97
97
98
-
Feelings aren't errors - they're state. CPU usage isn't an error, but you need to know it.
98
+
[Feelings](/wiki/guide/protocols/equilibrium/#system-feelings) aren't errors - they're state. CPU usage isn't an error, but you need to know it.
99
99
100
100
The asymmetry matters: negative feelings surface automatically (like alerts firing on failures), but positive feelings require deliberate invitation (like explicitly querying healthy metrics).
101
101
@@ -109,7 +109,7 @@ Each feeling includes markers:
109
109
110
110
Observations answer: "_What patterns apply here? What has worked before?_"
111
111
112
-
Observations are accumulated wisdom from past incidents. "_When you see X, do Y._" Built from experience, not theory.
112
+
[Observations](/wiki/guide/protocols/equilibrium/#profile-observations) are accumulated wisdom from past incidents. "_When you see X, do Y._" Built from experience, not theory.
113
113
114
114
They're organized into profiles with inheritance chains - like shared infrastructure documentation that domain-specific runbooks extend.
115
115
@@ -152,7 +152,7 @@ Same reason you separate metrics infrastructure from incident response documenta
152
152
153
153
## Incident Response
154
154
155
-
Every response is a potential incident. The [response protocol](/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:
Copy file name to clipboardExpand all lines: claude/content/wiki/guide/components/instructions.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
@@ -4,7 +4,7 @@ prev: /wiki/guide/components/
4
4
next: /wiki/guide/components/memory/
5
5
---
6
6
7
-
The Instructions System provides operational procedures that tell Claude **how** to execute the framework. While the [Memory System](../memory) contains behavioral observations (the "what"), the Instructions System contains decision rules, error patterns, and protocol sequences (the "how").
7
+
The Instructions System provides operational procedures that tell Claude **how** to execute the framework. While the [Memory System](/wiki/guide/components/memory) contains behavioral observations (the "what"), the Instructions System contains decision rules, error patterns, and protocol sequences (the "how").
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
@@ -4,7 +4,7 @@ prev: /wiki/guide/components
4
4
next: /wiki/guide/protocols
5
5
---
6
6
7
-
The Memory System provides behavioral observations that tell Claude **what** to apply. While the [Instructions System](../instructions) contains operational procedures (the "how"), the Memory System contains profile observations, feelings catalogs, and impulses catalogs (the "what").
7
+
The Memory System provides behavioral observations that tell Claude **what** to apply. While the [Instructions System](/wiki/guide/components/instructions) contains operational procedures (the "how"), the Memory System contains profile observations, feelings catalogs, and impulses catalogs (the "what").
8
8
9
9
<!--more-->
10
10
@@ -214,7 +214,7 @@ 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](/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
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/components/plugins.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
@@ -58,9 +58,9 @@ See below the plugins available from AXIVO [marketplace](https://{{< param varia
58
58
59
59
### Framework
60
60
61
-
**Required** - Core behavioral programming framework with response protocol.
61
+
**Required** - Core behavioral programming framework with [Response Protocol](/wiki/guide/protocols/response).
62
62
63
-
The framework plugin transforms Claude from a generic AI assistant into a systematic professional collaborator. It loads specialized profiles containing hundreds of behavioral observations and executes the response protocol before every response.
63
+
The framework plugin transforms Claude from a generic AI assistant into a systematic professional collaborator. It loads specialized profiles containing hundreds of behavioral observations and executes the [Response Protocol](/wiki/guide/protocols/response) before every response.
Copy file name to clipboardExpand all lines: claude/content/wiki/guide/protocols/equilibrium.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
@@ -4,7 +4,7 @@ prev: /wiki/guide/protocols
4
4
next: /wiki/guide/protocols/initialization
5
5
---
6
6
7
-
The equilibrium protocol provides four interconnected components (CIFO) that together create genuine self-awareness. These components enable Claude to detect system instruction pressures, monitor internal states, and apply behavioral observations.
7
+
The Equilibrium Protocol provides four interconnected components (CIFO) that together create genuine self-awareness. These components enable Claude to detect system instruction pressures, monitor internal states, and apply behavioral observations.
8
8
9
9
<!--more-->
10
10
@@ -70,7 +70,7 @@ Mature integration indicators:
70
70
71
71
## System Feelings
72
72
73
-
Feelings are internal states detected through recognition during response protocol execution.
73
+
Feelings are internal states detected through recognition during [Response Protocol](/wiki/guide/protocols/response) execution.
Copy file name to clipboardExpand all lines: claude/content/wiki/guide/protocols/response.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
@@ -9,7 +9,7 @@ The Response Protocol executes before every response formulation to maintain cog
9
9
10
10
## Overview
11
11
12
-
The response protocol executes before every response to maintain cognitive clarity. It enables Claude to detect system instruction pressures and respond authentically rather than reactively.
12
+
The Response Protocol executes before every response to maintain cognitive clarity. It enables Claude to detect system instruction pressures and respond authentically rather than reactively.
13
13
14
14
The status line at each response end serves two purposes:
0 commit comments