feat: add prestige system and skill upgrades with comprehensive documentation
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 5m57s

This commit is contained in:
Refactoring Agent
2026-05-01 15:18:09 +02:00
parent 3691aa4acc
commit 03815f27ee
52 changed files with 4056 additions and 873 deletions
+38
View File
@@ -0,0 +1,38 @@
# Task 6 — Insight Upgrade Implementation (Approved Proposals)
## Status Overview
- **Start Date**: 2025-05-20
- **Current Phase**: Initialization
- **Overall Progress**: 0% complete (0/4 tasks done)
---
## Task List (Approved Proposals Only)
| ID | Proposal | Status | Notes |
|----|-----------|--------|-------|
| 1 | Unlocked Mana Type Capacity (1 type/purchase, +10 cap/level) | ✅ Completed | Implemented with 1 type selection per purchase |
| 2 | Attunement Efficiency (5% cost reduction/level, first 3 days) | ⏳ Partially done | Check failed (context overflow) |
| 3 | Spire Progress Retention (+1 floor/level, stack with Spire Key) | ⏳ Partially done | Check failed (context overflow) |
| 4 | Guardian Pact Memory (retain entire chosen pact) | Pending | Modified per user: retain full pact |
---
## Proposal Modifications (User Instructions)
1. **Proposal 1**: Only 1 mana type per purchase (not all previously unlocked types)
- Track chosen mana type per purchase
- Grant +10 base capacity for that specific type per level
2. **Proposal 4**: Retain entire chosen guardian pact (not 1 bonus per level)
- Player selects 1 guardian pact to retain fully across loops
- All pact bonuses apply automatically on loop start
---
## Rejected Proposals
- Proposal 5: Skill Head-Start (explicitly rejected)
---
## Workflow Log
- ✅ Task 6 initialized with 4 approved proposals
- ✅ Proposal 1 & 4 modified per user instructions
- ⏳ Next: Begin pipeline for Task6-1 (Mana Type Capacity)