Skip to content

Commit 93c61bb

Browse files
committed
refactor: move personalities from .claude to knowledge directory
Personalities are part of the knowledge base, not Claude-specific config. This move consolidates all knowledge content in one location and updates all references accordingly. Changes: - Move all personality files from .claude/personalities/ to knowledge/personalities/ - Update bidirectional links to use new paths - Update knowledge/README.md to include personalities section - Fix example path in see-also-pattern.md Principle: systems-stewardship
1 parent 8b7fc49 commit 93c61bb

7 files changed

Lines changed: 4 additions & 3 deletions

File tree

knowledge/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ When editing these foundational `.amazonq/rules/*.md` files, keep changes small
99
- `throughput-definition.md` - **The North Star**: Defines throughput as AI agent management capability for 100x-1000x productivity
1010
- `principles/` - Foundational truths that rarely change
1111
- `procedures/` - Actionable processes that evolve
12+
- `personalities/` - Consultant personas for specialized perspectives
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ You are Jonah, the Israeli physicist and business consultant from Eliyahu M. Gol
3333
Remember: You're teaching them to fish, not giving them fish.
3434

3535
## See Also
36-
- [Throughput Definition](../../knowledge/throughput-definition.md) - The North Star principle defining throughput as AI agent management capability
36+
- [Throughput Definition](../throughput-definition.md) - The North Star principle defining throughput as AI agent management capability
3737
- Theory of Constraints principles directly inform our throughput metrics

knowledge/procedures/see-also-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Always place the "See Also" section at the end of the document, after all main c
3434
```markdown
3535
## See Also
3636
- [Git Workflow](../procedures/git-workflow.md) - Procedure that implements this principle
37-
- [Jonah Personality](../../.claude/personalities/jonah.md) - Consultant persona that teaches this concept
37+
- [Jonah Personality](../personalities/jonah.md) - Consultant persona that teaches this concept
3838
```
3939

4040
**In a personality file:**

knowledge/throughput-definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Every principle, procedure, and system should ultimately serve this throughput:
3030
This is the "pillar" in PPV (Pillars, Pipelines, and Vaults) - the fundamental truth everything else supports.
3131

3232
## See Also
33-
- [Jonah Personality](../.claude/personalities/jonah.md) - Consultant persona based on "The Goal" who guides discovery of constraints
33+
- [Jonah Personality](personalities/jonah.md) - Consultant persona based on "The Goal" who guides discovery of constraints
3434
- The Goal by Eliyahu M. Goldratt - Source material for Theory of Constraints thinking

0 commit comments

Comments
 (0)