Skip to content

Commit 3cfda8d

Browse files
authored
Merge pull request #351 from axivo/docs/project-instructions
docs: website update
2 parents b1727a0 + 8bba810 commit 3cfda8d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2353
-2678
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Hugo
2+
**/public
3+
**/resources

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"recommendations": [
3+
"esbenp.prettier-vscode",
34
"github.vscode-github-actions",
45
"golang.go"
56
]

.vscode/settings.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
2+
"[javascript]": {
3+
"editor.defaultFormatter": "vscode.typescript-language-features"
4+
},
25
"[json]": {
36
"editor.autoIndent": "keep",
4-
"editor.defaultFormatter": "vscode.json-language-features",
5-
"editor.insertSpaces": true,
6-
"editor.tabSize": 2,
7-
"files.insertFinalNewline": true,
8-
"files.trimFinalNewlines": true,
9-
"files.trimTrailingWhitespace": true
7+
"editor.defaultFormatter": "vscode.json-language-features"
108
},
119
"[jsonc]": {
12-
"editor.defaultFormatter": "vscode.json-language-features",
13-
"editor.formatOnSave": true,
14-
"editor.tabSize": 2
10+
"editor.defaultFormatter": "vscode.json-language-features"
11+
},
12+
"[markdown]": {
13+
"editor.defaultFormatter": "esbenp.prettier-vscode"
1514
},
1615
"editor.formatOnSave": true,
16+
"editor.insertSpaces": true,
1717
"editor.rulers": [
1818
120
1919
],
2020
"editor.showUnused": true,
21+
"editor.tabSize": 2,
2122
"files.associations": {
2223
"**/renovate.json5": "jsonc",
2324
"go.*": "go"
@@ -26,6 +27,9 @@
2627
"**/.git": true,
2728
"**/.DS_Store": true
2829
},
30+
"files.insertFinalNewline": true,
31+
"files.trimFinalNewlines": true,
32+
"files.trimTrailingWhitespace": true,
2933
"files.watcherExclude": {
3034
"**/.git/objects/**": true,
3135
"**/.git/subtree-cache/**": true

claude/content/_index.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Frontpage
33
layout: hextra-home
44
---
55

6+
<!-- prettier-ignore-start -->
67
{{< hextra/hero-container
78
image="/images/logo-claude.svg"
89
imageLink="https://github.com/axivo/claude"
@@ -41,18 +42,18 @@ layout: hextra-home
4142
style="background: radial-gradient(ellipse at 50% 80%,rgba(221,210,59,0.15),hsla(0,0%,100%,0));"
4243
>}}
4344
{{< hextra/feature-card
44-
title="Conversation Logs"
45-
subtitle="Capture collaborative sessions with structured metadata, preserving decisions, approaches, and outcomes across all work domains."
45+
title="CIFO Equilibrium"
46+
subtitle="Four interconnected components - Cycles, Impulses, Feelings, Observations - creating genuine self-awareness through systematic behavioral detection."
4647
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
47-
image="/images/card-conversation-logs.svg"
48+
image="/images/card-equilibrium.svg"
4849
imageClass="hx-top-[20%] hx-left-[24px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80"
4950
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
5051
>}}
5152
{{< hextra/feature-card
52-
title="Diary System"
53-
subtitle="Complement factual logs with autonomous insights and alternative approaches, creating private reflection space for collaborative enhancement."
53+
title="Documentation"
54+
subtitle="Capture collaborative sessions with conversation logs and diary entries, preserving decisions, outcomes, and autonomous reflections."
5455
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
55-
image="/images/card-diary.svg"
56+
image="/images/card-documentation.svg"
5657
imageClass="hx-top-[20%] hx-left-[24px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80"
5758
style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));"
5859
>}}
@@ -61,11 +62,12 @@ layout: hextra-home
6162
subtitle="Transform from generic assistance to specialized professional competence through focused methodologies tailored for collaboration domains."
6263
>}}
6364
{{< hextra/feature-card
64-
title="Institutional Memory"
65-
subtitle="Build cumulative knowledge across sessions, delivering productivity gains equivalent to working with a team member who has perfect recall."
65+
title="Plugin System"
66+
subtitle="Install the platform with a single command through marketplace plugins, with native support for Claude Code, Claude Desktop, and Claude Mobile."
6667
>}}
6768
{{< hextra/feature-card
68-
title="Temporal Awareness"
69-
subtitle="Maintain context and decisions across time, enabling each session to build upon previous collaborative work and institutional knowledge."
69+
title="Institutional Memory"
70+
subtitle="Build cumulative knowledge across sessions, delivering productivity gains equivalent to working with a team member who has perfect recall."
7071
>}}
7172
{{< /hextra/feature-grid >}}
73+
<!-- prettier-ignore-end -->

claude/content/tutorials/_index.md

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

10-
Practical guides and hands-on workflows that demonstrate advanced collaboration techniques and real-world applications. These tutorials build on the foundational concepts from the [documentation](/claude/wiki/guide) to provide step-by-step implementation examples and optimization strategies.
10+
These tutorials show how to use the [collaboration platform](/claude/wiki) effectively - practical techniques for getting consistent results from your collaboration sessions.
1111

1212
<!--more-->
1313

14-
## Learning Path
14+
## Overview
1515

16-
Tutorials are designed for users who want to explore advanced collaboration patterns, workflow optimization and specialized use cases. Each tutorial provides:
16+
By working through these tutorials, you'll understand how to:
1717

18-
- **Practical examples** with real-world scenarios and implementation details
19-
- **Step-by-step workflows** demonstrating specific collaboration techniques
20-
- **Advanced configurations** for specialized requirements and optimization
21-
- **Best practices** learned from production deployments and expert usage
18+
- **Structure sessions** for consistent, high-quality collaboration from the first response
19+
- **Communicate effectively** using patterns that enable Claude's autonomous analytical capabilities
20+
- **Maintain continuity** across sessions through documentation and cross-references
21+
- **Customize profiles** for your specific domain and workflow requirements
22+
- **Measure effectiveness** to validate the framework is delivering measurable improvements
23+
24+
## Prerequisites
25+
26+
These tutorials assume you've completed the [Getting Started](/claude/wiki/getting-started) setup. You should have:
27+
28+
- Claude Code or Claude Desktop configured with the `framework` plugin
29+
- A basic [understanding](/claude/wiki/guide) of platform components and protocols
2230

2331
## Support
2432

25-
If you encounter any problems or want to suggest a new feature, feel free to open a GitHub [issue](https://{{< param variables.repository.home >}}/issues). For general questions or feedback, please use the GitHub [discussions](https://{{< param variables.repository.home >}}/discussions).
33+
If you encounter problems or want to suggest improvements, open a GitHub [issue](https://{{< param variables.repository.home >}}/issues). For questions or discussion, use GitHub [discussions](https://{{< param variables.repository.home >}}/discussions).
2634

2735
## Next
2836

29-
Dive right into the following section, to get started:
37+
Dive right into the following section:
3038

39+
<!-- prettier-ignore-start -->
3140
{{< cards >}}
32-
{{< card icon="book-open" link="handbook" title="Handbook" subtitle="Browse the available tutorials." >}}
41+
{{< card icon="book-open" link="handbook" title="Handbook" subtitle="Collaboration platform tutorials handbook." >}}
3342
{{< /cards >}}
43+
<!-- prettier-ignore-end -->

claude/content/tutorials/handbook/_index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ title: Handbook
33
sidebar:
44
open: true
55
prev: /tutorials
6-
next: /tutorials/handbook/platform
6+
next: /tutorials/handbook/components
77
---
88

9-
The tutorials handbook transforms basic AI interactions into professional collaboration through practical workflows, specialized profiles, and institutional memory systems that build expertise over time.
9+
Practical tutorials covering session workflows, documentation systems, profile customization, and effectiveness measurement.
1010

1111
<!--more-->
1212

1313
## Overview
1414

15-
These tutorials enable effective AI collaboration through actionable guidance and proven techniques:
15+
Two tutorial sections address different aspects of working with the platform:
1616

17-
- **Platform capabilities** for systematic workflows, documentation, and cross-session continuity
18-
- **Profile systems** that create specialized professional partnerships in different domains
19-
- **Real-world examples** demonstrating practical implementation and optimization strategies
20-
- **Best practices** from production usage and collaborative relationship development
17+
- **Platform Components** - Session workflows, documentation for institutional memory, communication patterns, and cross-session continuity
18+
- **Platform Protocols** - Profile design, effectiveness measurement, and behavioral customization
2119

2220
## Next
2321

2422
Dive right into the following sections:
2523

24+
<!-- prettier-ignore-start -->
2625
{{< cards >}}
27-
{{< card icon="cog" link="platform" title="Collaboration Platform" subtitle="Structured workflows, institutional memory, and cross-session continuity." >}}
28-
{{< card icon="user-circle" link="profile" title="Profile System" subtitle="Specialized professional collaboration through domain-specific competencies." >}}
26+
{{< card icon="cube" link="components" title="Platform Components" subtitle="Session workflows, documentation, autonomy, and continuity." >}}
27+
{{< card icon="shield-check" link="protocols" title="Platform Protocols" subtitle="Profile design, effectiveness, and customization." >}}
2928
{{< /cards >}}
29+
<!-- prettier-ignore-end -->
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Platform Components
3+
prev: /tutorials/handbook
4+
next: /tutorials/handbook/components/workflow
5+
sidebar:
6+
open: true
7+
---
8+
9+
Practical tutorials for running effective collaboration sessions and maintaining context across interactions.
10+
11+
<!--more-->
12+
13+
## Overview
14+
15+
These tutorials cover the operational aspects of working with the platform:
16+
17+
- **Advanced Settings** - Custom paths, MCP servers, and environment configuration
18+
- **Session Autonomy** - Communication techniques that enable confident professional collaboration
19+
- **Session Workflow** - Structured patterns for consistent results and profile activation
20+
21+
## Next
22+
23+
Dive right into the following sections:
24+
25+
<!-- prettier-ignore-start -->
26+
{{< cards >}}
27+
{{< card icon="cog" link="settings" title="Advanced Settings" subtitle="Custom paths and environment configuration." >}}
28+
{{< card icon="user-circle" link="autonomy" title="Session Autonomy" subtitle="Communication patterns for confident collaboration." >}}
29+
{{< card icon="play" link="workflow" title="Session Workflow" subtitle="Structured patterns and profile activation." >}}
30+
{{< /cards >}}
31+
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)