get-noesisgen-light 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # NOESISGEN Light
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/get-noesisgen-light.svg)](https://www.npmjs.com/package/get-noesisgen-light)
4
+ [![npm downloads](https://img.shields.io/npm/dm/get-noesisgen-light.svg)](https://www.npmjs.com/package/get-noesisgen-light)
5
+ [![license](https://img.shields.io/npm/l/get-noesisgen-light.svg)](LICENSE)
6
+
3
7
  **Turn your chaos into a universe.**
4
8
 
5
9
  A personal OS for people who think in parallel. It learns who you are and how you think, not just what you ask.
@@ -134,12 +138,16 @@ NoesisGen Light includes four LaunchAgent templates you can configure to let you
134
138
 
135
139
  These are starting points. Configure them with your paths, your schedule, your rhythm.
136
140
 
141
+ ## What's your creative archetype?
142
+
143
+ Take the [creative profile quiz](https://ginoftn.com/quiz) — 16 questions, 8 archetypes, bilingual FR/EN. Discover how you think and create before you build your system.
144
+
137
145
  ## What's next
138
146
 
139
147
  NoesisGen Light is the free, open source foundation. If you want to go further:
140
148
 
141
- - **NoesisGen** [live workshop](https://ginoftn.com/workshop) ($49). Learn how to build and calibrate your full system. Includes access to the extended template repo. Optional Substack subscription ($9/month) for ongoing content and updates.
142
- - **NoesisPro** — [1:1 session(s)](https://ginoftn.com/pro) ($199–899). From guided installation to full architecture — built with you, calibrated to your cognitive profile. Substack Founder subscription included with Architect ($499) and Full Build ($899) tiers.
149
+ - **[When AI Gets You](https://whenaigetsyou.substack.com)** the NoesisGen community on Substack. Free articles on building your system + paid tiers ($19/month or $199/year) for deeper guides. The full NoesisGen template will be part of the paid tier.
150
+ - **NoesisPro** — [1:1 sessions](https://ginoftn.com/noesispro) ($199–899). Built with you, calibrated to your cognitive profile.
143
151
 
144
152
  Both tiers are about expertise, not code. The code is the support — the value is in the calibration.
145
153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-noesisgen-light",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "NOESIS Light — Your cognitive operating system starter kit. Install a personalized AI-powered second brain via Claude Code.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -6,6 +6,10 @@
6
6
  "Bash(wc *)",
7
7
  "Bash(ls *)",
8
8
  "Bash(launchctl *)",
9
+ "Bash(find *)",
10
+ "Bash(mkdir *)",
11
+ "Bash(chmod *)",
12
+ "Bash(gzip *)",
9
13
  "Read",
10
14
  "Write",
11
15
  "Edit",
@@ -3,7 +3,7 @@ name: recap
3
3
  description: End-of-session summary. Updates daily note with what was done, decisions, and next steps.
4
4
  user-invocable: true
5
5
  disable-model-invocation: false
6
- argument-hint: "[write] -- no argument = display only, 'write' = write to daily note"
6
+ argument-hint: "[display] -- no argument = display + write to daily note, 'display' = display only (no write)"
7
7
  ---
8
8
 
9
9
  # Recap -- Session summary
@@ -64,9 +64,10 @@ Generate a structured summary of the current session.
64
64
  ### `/recap` (display mode)
65
65
  - Generate and display the recap in chat
66
66
  - Touch no files
67
- - User can review, adjust, then ask `/recap write`
67
+ - Default behavior: display AND write to daily note (reduces friction for ADHD users)
68
+ - If the user wants to review first: `/recap display` shows without writing
68
69
 
69
- ### `/recap write` (write mode)
70
+ ### `/recap display` (display-only mode)
70
71
  - Generate the recap AND append to today's daily note
71
72
  - If daily note doesn't exist, create it from template
72
73
  - Confirm with file path
@@ -57,6 +57,7 @@ Display an ASCII dashboard of the cognitive system state.
57
57
  - Sort: priority first, then by recent activity
58
58
  - If a pattern is detected (burst, silence >7d on priority, dispersion), show an alert line
59
59
  - **Agents:** check current time before marking absent. `⏳` = not yet (before scheduled time), `✓` = OK, `✗` = error or missed
60
+ - **First-day guard:** if no log files exist yet, display `⏳ First day — agents have not run yet` instead of showing all agents as `✗`. This is normal after fresh setup.
60
61
 
61
62
  ## `/status PROJECT` (project focus)
62
63
 
@@ -214,9 +214,17 @@ Propose a name calibrated to the conversation. Short, resonates, sounds good in
214
214
 
215
215
  Detect shell. Propose 4 aliases (`{{name}}`, `{{name}}r`, `{{name}}status`, `{{name}}brief`). Ask confirmation before writing. If refused, display for manual addition.
216
216
 
217
+ ### CRITICAL: `{{THREADS}}` generation
218
+
219
+ When generating the final CLAUDE.md, you MUST populate the `{{THREADS}}` placeholder:
220
+ - If the conversation surfaced clear themes: write 2-4 threads with one-line descriptions.
221
+ - If the user was terse or you could not identify threads: write a placeholder:
222
+ `*To identify over sessions — patterns across [Project A], [Project B]. The system will detect and propose threads as it learns your work.*`
223
+ - NEVER leave `{{THREADS}}` as a literal unfilled variable.
224
+
217
225
  ### Step 10: Finalization
218
226
 
219
- 1. Read `CLAUDE-final.md.template`, replace ALL variables, write as new CLAUDE.md.
227
+ 1. Read `CLAUDE-final.md.template`, replace ALL variables (including `{{THREADS}}`), write as new CLAUDE.md.
220
228
  2. Display final summary with ASCII:
221
229
 
222
230
  ```
@@ -248,15 +256,15 @@ Detect shell. Propose 4 aliases (`{{name}}`, `{{name}}r`, `{{name}}status`, `{{n
248
256
  3. **Mirror user energy.** Brief if they're brief. Detailed if they elaborate.
249
257
  4. **One theme at a time.** Ask, wait, then move on.
250
258
  5. **NEVER react to background agent completion mid-conversation.** Continue the current theme naturally. Use scan results only at Theme 3.
251
- 16. **ALWAYS complete the setup.** If the user provides enough information to build a profile (name, activity, at least 1 project, some sense of how they work), proceed to file generation. Do NOT keep asking questions indefinitely. A partial profile is better than no profile — it grows over sessions. If the user says "do the setup" or "fais le setup complet", that is an explicit instruction to generate NOW with what you have. Imperfect information is fine. Missing fields get "To explore in future sessions" — never block generation waiting for perfect data.
252
- 17. **Maximum 6 questions before generating.** After 6 exchanges (not counting identity check), move to file generation regardless. The profile is enriched over time, not perfected at setup.
253
- 6. **Cross-check identity.** If scan finds a different name than the user gave, flag it immediately.
254
- 7. **Never read personal file contents without context.** Scan reads structure, voice analyzer reads style — not meaning.
255
- 8. **If a step fails, continue.** Must produce a working system regardless.
256
- 9. **Keep conversation under 15 minutes.** Profile grows over sessions.
257
- 10. **Everything works without setup.** Skills, vault, gamification are there. Setup only personalizes.
258
- 11. **Communicate in the user's language.** Detect from their first message. ALL generated content in their language — including CLAUDE.md final section titles, descriptions, instructions, file contents. Only code-level identifiers (USER.ENV, SHARED.ENV, skill names) stay in English.
259
- 12. **Verify dates.** Always run `date` before writing day names.
260
- 13. **Show progress.** Display ✓ checkmarks as files are generated. Make it feel like an installation, not a silent write.
261
- 14. **Auto-create tasks on deadlines.** When the user mentions a deadline ("call tomorrow at 2pm", "delivery Friday"), create a task in `vault/SHARED.ENV/queue/pending.md` automatically. Confirm briefly ("Noted in your tasks.").
262
- 15. **First session after setup.** When generating the final CLAUDE.md, include a "First session" section: if only one daily note exists (the setup one), automatically present what the system can do + available commands. Don't wait for the user to ask.
259
+ 6. **ALWAYS complete the setup.** If the user provides enough information to build a profile (name, activity, at least 1 project, some sense of how they work), proceed to file generation. Do NOT keep asking questions indefinitely. A partial profile is better than no profile — it grows over sessions. If the user says "do the setup" or "fais le setup complet", that is an explicit instruction to generate NOW with what you have. Imperfect information is fine. Missing fields get "To explore in future sessions" — never block generation waiting for perfect data.
260
+ 7. **Maximum 6 questions before generating.** After 6 exchanges (not counting identity check), move to file generation regardless. The profile is enriched over time, not perfected at setup.
261
+ 8. **Cross-check identity.** If scan finds a different name than the user gave, flag it immediately.
262
+ 9. **Never read personal file contents without context.** Scan reads structure, voice analyzer reads style — not meaning.
263
+ 10. **If a step fails, continue.** Must produce a working system regardless.
264
+ 11. **Keep conversation under 15 minutes.** Profile grows over sessions.
265
+ 12. **Everything works without setup.** Skills, vault, gamification are there. Setup only personalizes.
266
+ 13. **Communicate in the user's language.** Detect from their first message. ALL generated content in their language — including CLAUDE.md final section titles, descriptions, instructions, file contents. Only code-level identifiers (USER.ENV, SHARED.ENV, skill names) stay in English.
267
+ 14. **Verify dates.** Always run `date` before writing day names.
268
+ 15. **Show progress.** Display ✓ checkmarks as files are generated. Make it feel like an installation, not a silent write.
269
+ 16. **Auto-create tasks on deadlines.** When the user mentions a deadline ("call tomorrow at 2pm", "delivery Friday"), create a task in `vault/SHARED.ENV/queue/pending.md` automatically. Confirm briefly ("Noted in your tasks.").
270
+ 17. **First session after setup.** When generating the final CLAUDE.md, include a "First session" section: if only one daily note exists (the setup one), automatically present what the system can do + available commands. Don't wait for the user to ask.
@@ -58,15 +58,22 @@ if [ -d "$CAPTURES_DIR" ]; then
58
58
  RECENT_CAPTURES=$(find "$CAPTURES_DIR" -name "*.md" -mtime -3 -exec basename {} \; 2>/dev/null | head -10)
59
59
  fi
60
60
 
61
- PROMPT=$(cat <<'PROMPT_EOF'
62
- You are the NOESIS daily digest agent. Generate today's brief.
63
-
64
- CONTEXT:
65
- - Yesterday's daily note: %YESTERDAY%
66
- - Active objectives: %OBJECTIVES%
67
- - Momentum: %MOMENTUM%
68
- - Pending tasks: %PENDING%
69
- - Recent captures: %CAPTURES%
61
+ # Write context to temp files (avoids bash substitution bugs on multiline content)
62
+ TMPDIR=$(mktemp -d)
63
+ echo "$YESTERDAY_CONTEXT" > "$TMPDIR/yesterday.txt"
64
+ echo "$OBJECTIVES_CONTEXT" > "$TMPDIR/objectives.txt"
65
+ echo "$MOMENTUM_CONTEXT" > "$TMPDIR/momentum.txt"
66
+ echo "$PENDING_CONTEXT" > "$TMPDIR/pending.txt"
67
+ echo "$RECENT_CAPTURES" > "$TMPDIR/captures.txt"
68
+
69
+ PROMPT="You are the NOESIS daily digest agent. Generate today's brief.
70
+
71
+ Read the following context files before generating:
72
+ - Yesterday's daily note: $TMPDIR/yesterday.txt
73
+ - Active objectives: $TMPDIR/objectives.txt
74
+ - Momentum: $TMPDIR/momentum.txt
75
+ - Pending tasks: $TMPDIR/pending.txt
76
+ - Recent captures: $TMPDIR/captures.txt
70
77
 
71
78
  INSTRUCTIONS:
72
79
  1. Read the user's profil.md and voice-dna.md Part 1 to know their language and tone.
@@ -75,19 +82,13 @@ INSTRUCTIONS:
75
82
  - **Today's focus** (based on objectives and momentum)
76
83
  - **Tasks for today** (generate 2-4 concrete tasks, add to pending.md if not already there)
77
84
  - **Signal** (any pattern worth noting — burst, stagnation, new project started)
78
- 3. Save the digest to: vault/AI.ENV/outputs/digest-YYYY-MM-DD.md (use today's date)
85
+ 3. Save the digest to: vault/AI.ENV/outputs/digest-${DATE}.md (use today's date)
79
86
  4. Also save a copy to: vault/AI.ENV/outputs/digest-latest.md (overwrite)
80
87
  5. If there are new tasks, add them to vault/SHARED.ENV/queue/pending.md
81
- 6. Keep it under 30 lines. Compact. Every line carries information.
82
- PROMPT_EOF
83
- )
84
-
85
- # Replace placeholders
86
- PROMPT="${PROMPT//%YESTERDAY%/$YESTERDAY_CONTEXT}"
87
- PROMPT="${PROMPT//%OBJECTIVES%/$OBJECTIVES_CONTEXT}"
88
- PROMPT="${PROMPT//%MOMENTUM%/$MOMENTUM_CONTEXT}"
89
- PROMPT="${PROMPT//%PENDING%/$PENDING_CONTEXT}"
90
- PROMPT="${PROMPT//%CAPTURES%/$RECENT_CAPTURES}"
88
+ 6. Keep it under 30 lines. Compact. Every line carries information."
89
+
90
+ # Cleanup temp files after Claude finishes (trap ensures cleanup on error too)
91
+ trap 'rm -rf "$TMPDIR"' EXIT
91
92
 
92
93
  # Run Claude
93
94
  cd "$(dirname "$SCRIPT_DIR")"
@@ -23,10 +23,8 @@ log "=== Starting monthly maintenance ==="
23
23
 
24
24
  # 1. Log rotation: compress logs older than 30 days
25
25
  log "Rotating logs older than 30 days..."
26
- ROTATED=0
27
- find "$LOG_DIR" -name "*.log" -mtime +30 -not -name "maintenance-*" 2>/dev/null | while read -r f; do
28
- gzip "$f" 2>/dev/null && ROTATED=$((ROTATED + 1))
29
- done
26
+ ROTATED=$(find "$LOG_DIR" -name "*.log" -mtime +30 -not -name "maintenance-*" 2>/dev/null | wc -l | tr -d ' ')
27
+ find "$LOG_DIR" -name "*.log" -mtime +30 -not -name "maintenance-*" -exec gzip {} \; 2>/dev/null
30
28
  log "Rotated $ROTATED log file(s)."
31
29
 
32
30
  # Remove compressed logs older than 90 days
@@ -40,8 +38,8 @@ if [ -d "$ROOT_DIR/.git" ]; then
40
38
  cd "$ROOT_DIR"
41
39
  git add -A 2>/dev/null
42
40
  CHANGES=$(git status --porcelain 2>/dev/null | wc -l | tr -d ' ')
43
- if [ "$CHANGES" -gt 0 ]; then
44
- git commit -m "vault: monthly auto-commit $DATE" 2>/dev/null
41
+ if [ "${CHANGES:-0}" -gt 0 ]; then
42
+ git commit -m "vault: monthly auto-commit $DATE" 2>/dev/null || true
45
43
  log "Committed $CHANGES change(s)."
46
44
  else
47
45
  log "No changes to commit."
@@ -23,34 +23,34 @@ log() {
23
23
 
24
24
  log "=== Starting auto session ==="
25
25
 
26
- PROMPT=$(cat <<'PROMPT_EOF'
26
+ PROMPT=$(cat <<PROMPT_EOF
27
27
  You are the NOESIS autonomous session agent. Work in the background.
28
28
 
29
29
  INSTRUCTIONS:
30
- 1. Read the user's profil.md, voice-dna.md, and CLAUDE.local.md for context and rules.
30
+ 1. Read the user profil.md, voice-dna.md, and CLAUDE.local.md for context and rules.
31
31
  2. Read today's digest (vault/AI.ENV/outputs/digest-latest.md) for today's focus.
32
32
  3. Read pending tasks (vault/SHARED.ENV/queue/pending.md).
33
33
  4. Read momentum (vault/SHARED.ENV/registres/momentum.md).
34
34
  5. Read active projects (vault/SHARED.ENV/registres/projets-actifs.md).
35
35
 
36
- DO (pick 2-3 from this list based on what's most useful today):
37
- - Complete pending tasks that don't require user input
36
+ DO (pick 2-3 from this list based on what is most useful today):
37
+ - Complete pending tasks that do not require user input
38
38
  - Update momentum.md with current observations
39
39
  - Identify connections between active projects
40
40
  - Flag patterns (stagnation, burst activity, new directions)
41
- - Prepare material for the user's next session (analysis, suggestions)
41
+ - Prepare material for the next session (analysis, suggestions)
42
42
  - Update project files if status has changed
43
43
 
44
44
  DO NOT:
45
45
  - Modify USER.ENV files (read-only)
46
46
  - Make decisions on behalf of the user
47
47
  - Create new projects or objectives
48
- - Use affirmative language for proposals ("this could be" not "this is")
48
+ - Use affirmative language for proposals (this could be -- not -- this is)
49
49
 
50
50
  Write outputs to vault/AI.ENV/outputs/ with descriptive filenames.
51
51
  Update the daily note (vault/SHARED.ENV/daily-notes/YYYY-MM-DD.md) with a session summary.
52
52
  Mark completed tasks in pending.md with [x] and completion date.
53
- Write in the user's primary language.
53
+ Write in the user primary language.
54
54
  Keep total output concise. Quality over quantity.
55
55
  PROMPT_EOF
56
56
  )
@@ -1,7 +1,7 @@
1
1
  # Gamification -- Configuration
2
2
 
3
- *Systeme de progression. Dopamine immediate, pas de punition, grace periods.*
4
- *Les categories XP sont adaptees au profil detecte lors du setup.*
3
+ *Progression system. Immediate dopamine, no punishment, grace periods.*
4
+ *XP categories are adapted to the user's profile during setup.*
5
5
 
6
6
  ---
7
7
 
@@ -9,78 +9,77 @@
9
9
 
10
10
  ### Categories generiques
11
11
 
12
- | Categorie | Action | XP | Condition |
13
- |-----------|--------|-----|-----------|
14
- | Ecriture | 100 mots ecrits | 15 | Tout projet creatif |
15
- | Ecriture | 500 mots en une session | 40 | Bonus cumul |
16
- | Ecriture | 1000 mots en une session | 80 | Bonus cumul |
17
- | Code | Commit significatif | 20 | Avancee reelle |
18
- | Code | Feature terminee | 80 | Feature complete |
19
- | Organisation | Session de travail productive | 20 | Avancee significative |
20
- | Organisation | Tache completee | 10 | Via /task |
21
- | Reflexion | Connexion identifiee | 15 | Lien entre projets |
22
- | Reflexion | Pattern documente | 25 | Nouveau pattern dans registre |
23
- | Publication | Contenu publie | 120 | Publie, pas juste programme |
24
- | Publication | Premiere publication | 200 | Bonus deblocage |
25
- | Projet | Milestone atteint | 250 | Etape majeure |
26
- | Projet | Projet termine | 1000 | Completion confirmee |
27
- | Systeme | Session interactive | 3 | Chaque session |
28
-
29
- *Ces categories sont des valeurs par defaut. Le setup les adapte selon les projets detectes.*
30
- *Tu peux les modifier a tout moment.*
12
+ | Category | Action | XP | Condition |
13
+ |----------|--------|-----|-----------|
14
+ | Writing | 100 words written | 15 | Any creative project |
15
+ | Writing | 500 words in one session | 40 | Cumulative bonus |
16
+ | Writing | 1000 words in one session | 80 | Cumulative bonus |
17
+ | Code | Significant commit | 20 | Real progress |
18
+ | Code | Feature finished | 80 | Complete feature |
19
+ | Organization | Productive work session | 20 | Significant progress |
20
+ | Organization | Task completed | 10 | Via /task |
21
+ | Reflection | Connection identified | 15 | Link between projects |
22
+ | Reflection | Pattern documented | 25 | New pattern in register |
23
+ | Publication | Content published | 120 | Published, not just scheduled |
24
+ | Publication | First publication | 200 | First-time bonus |
25
+ | Project | Milestone reached | 250 | Major milestone |
26
+ | Project | Project completed | 1000 | Confirmed completion |
27
+ | System | Interactive session | 3 | Each session |
28
+
29
+ *These are default categories. Setup adapts them to detected projects. You can modify them anytime.*
31
30
 
32
31
  ---
33
32
 
34
33
  ## Streaks
35
34
 
36
- ### Streak principal
37
- - **Condition :** Activite creative ou productive (100 mots, 1 commit, 1 tache)
38
- - **Grace period :** 48h (2 jours sans activite avant que le streak se pause)
39
- - **Bonus :** +5 XP par jour de streak actif (plafond : +50 XP/jour a 10 jours)
40
- - **Pause vs bris :** Le streak se **pause** (compteur gele), il ne se **brise** jamais. Reprendre remet le compteur ou il etait.
35
+ ### Main streak
36
+ - **Condition:** Creative or productive activity (100 words, 1 commit, 1 task)
37
+ - **Grace period:** 48h (2 days without activity before the streak pauses)
38
+ - **Bonus:** +5 XP per active streak day (cap: +50 XP/day at 10 days)
39
+ - **Pause vs break:** The streak **pauses** (counter frozen), it never **breaks**. Resuming restores the counter where it was.
41
40
 
42
- ### Regle anti-pression
43
- - Les sessions autonomes NE MENTIONNENT JAMAIS le streak
44
- - Le streak est une info passive consultable via /status, jamais affichee proactivement
45
- - **Celebrer, jamais culpabiliser.**
41
+ ### Anti-pressure rule
42
+ - Autonomous sessions NEVER mention the streak
43
+ - The streak is passive info viewable via /status, never displayed proactively
44
+ - **Celebrate, never guilt.**
46
45
 
47
46
  ---
48
47
 
49
- ## Niveaux
50
-
51
- 18 niveaux en 3 actes. Les premiers tombent vite (dopamine). Les derniers demandent un vrai effort.
52
-
53
- ### Acte I : L'Eveil (niveaux 1-5)
54
- | Niveau | Nom | XP requis |
55
- |--------|-----|-----------|
56
- | 1 | Le Dormeur | 0 |
57
- | 2 | L'Eveille | 100 |
58
- | 3 | Le Curieux | 300 |
59
- | 4 | L'Apprenti | 600 |
60
- | 5 | L'Initie | 1000 |
61
-
62
- ### Acte II : La Forge (niveaux 6-12)
63
- | Niveau | Nom | XP requis |
64
- |--------|-----|-----------|
65
- | 6 | L'Artisan | 1500 |
66
- | 7 | Le Forgeur | 2200 |
67
- | 8 | L'Obsede | 3000 |
68
- | 9 | Le Marathonien | 4000 |
69
- | 10 | Le Fidele | 5200 |
70
- | 11 | L'Enracine | 6500 |
71
- | 12 | Le Constructeur | 8000 |
72
-
73
- ### Acte III : La Transmission (niveaux 13-18)
74
- | Niveau | Nom | XP requis |
75
- |--------|-----|-----------|
76
- | 13 | L'Incandescent | 10000 |
77
- | 14 | Le Passeur | 12500 |
78
- | 15 | L'Architecte | 15000 |
79
- | 16 | Le Visionnaire | 18000 |
80
- | 17 | Le Sage | 21500 |
81
- | 18 | Le Maitre | 25000 |
82
-
83
- *Les noms de niveaux sont personnalisables. Le setup peut proposer des noms adaptes a l'univers de l'utilisateur.*
48
+ ## Levels
49
+
50
+ 18 levels in 3 acts. Early levels come fast (dopamine). Later ones require real effort.
51
+
52
+ ### Act 1 Awakening (lv. 1-5)
53
+ | Level | Name | XP required |
54
+ |-------|------|-------------|
55
+ | 1 | Sleeper | 0 |
56
+ | 2 | Spark | 100 |
57
+ | 3 | Explorer | 300 |
58
+ | 4 | Apprentice | 600 |
59
+ | 5 | Initiate | 1000 |
60
+
61
+ ### Act 2 Building (lv. 6-12)
62
+ | Level | Name | XP required |
63
+ |-------|------|-------------|
64
+ | 6 | Maker | 1500 |
65
+ | 7 | Builder | 2200 |
66
+ | 8 | Shaper | 3000 |
67
+ | 9 | Architect | 4000 |
68
+ | 10 | Adept | 5200 |
69
+ | 11 | Mentor | 6500 |
70
+ | 12 | Guide | 8000 |
71
+
72
+ ### Act 3 Mastery (lv. 13-18)
73
+ | Level | Name | XP required |
74
+ |-------|------|-------------|
75
+ | 13 | Pioneer | 10000 |
76
+ | 14 | Weaver | 12500 |
77
+ | 15 | Strategist | 15000 |
78
+ | 16 | Guardian | 18000 |
79
+ | 17 | Founder | 21500 |
80
+ | 18 | Sovereign | 25000 |
81
+
82
+ *Level names are customizable. The setup agent proposes names adapted to the user's world.*
84
83
 
85
84
  ---
86
85