get-noesisgen-light 0.1.1 → 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 +10 -2
- package/package.json +2 -2
- package/template/.claude/settings.local.json +4 -0
- package/template/.claude/skills/recap/SKILL.md +4 -3
- package/template/.claude/skills/status/SKILL.md +1 -0
- package/template/CLAUDE.md +21 -13
- package/template/scripts/noesis-daily-digest.sh +21 -20
- package/template/scripts/noesis-maintenance.sh +4 -6
- package/template/scripts/noesis-session-auto.sh +7 -7
- package/template/vault/SHARED.ENV/gamification/config.md +64 -65
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# NOESISGEN Light
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/get-noesisgen-light)
|
|
4
|
+
[](https://www.npmjs.com/package/get-noesisgen-light)
|
|
5
|
+
[](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
|
-
- **
|
|
142
|
-
- **NoesisPro** — [1:1
|
|
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.
|
|
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": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://github.com/ginoftn/noesis-gen-light",
|
|
29
29
|
"bugs": {
|
|
30
|
-
"url": "https://github.com/ginoftn/noesis-gen/issues"
|
|
30
|
+
"url": "https://github.com/ginoftn/noesis-gen-light/issues"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
33
33
|
"node": ">=18.0.0"
|
|
@@ -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: "[
|
|
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
|
-
-
|
|
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
|
|
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
|
|
package/template/CLAUDE.md
CHANGED
|
@@ -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
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
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
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
27
|
-
find "$LOG_DIR" -name "*.log" -mtime +30 -not -name "maintenance-*" 2>/dev/null
|
|
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 <<
|
|
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
|
|
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
|
|
37
|
-
- Complete pending tasks that
|
|
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
|
|
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 (
|
|
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
|
|
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
|
-
*
|
|
4
|
-
*
|
|
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
|
-
|
|
|
13
|
-
|
|
14
|
-
|
|
|
15
|
-
|
|
|
16
|
-
|
|
|
17
|
-
| Code |
|
|
18
|
-
| Code | Feature
|
|
19
|
-
|
|
|
20
|
-
|
|
|
21
|
-
|
|
|
22
|
-
|
|
|
23
|
-
| Publication |
|
|
24
|
-
| Publication |
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
|
|
29
|
-
*
|
|
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
|
-
###
|
|
37
|
-
- **Condition
|
|
38
|
-
- **Grace period
|
|
39
|
-
- **Bonus
|
|
40
|
-
- **Pause vs
|
|
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
|
-
###
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
- **
|
|
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
|
-
##
|
|
50
|
-
|
|
51
|
-
18
|
|
52
|
-
|
|
53
|
-
###
|
|
54
|
-
|
|
|
55
|
-
|
|
56
|
-
| 1 |
|
|
57
|
-
| 2 |
|
|
58
|
-
| 3 |
|
|
59
|
-
| 4 |
|
|
60
|
-
| 5 |
|
|
61
|
-
|
|
62
|
-
###
|
|
63
|
-
|
|
|
64
|
-
|
|
65
|
-
| 6 |
|
|
66
|
-
| 7 |
|
|
67
|
-
| 8 |
|
|
68
|
-
| 9 |
|
|
69
|
-
| 10 |
|
|
70
|
-
| 11 |
|
|
71
|
-
| 12 |
|
|
72
|
-
|
|
73
|
-
###
|
|
74
|
-
|
|
|
75
|
-
|
|
76
|
-
| 13 |
|
|
77
|
-
| 14 |
|
|
78
|
-
| 15 |
|
|
79
|
-
| 16 |
|
|
80
|
-
| 17 |
|
|
81
|
-
| 18 |
|
|
82
|
-
|
|
83
|
-
*
|
|
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
|
|