matasarei
- 6 skills
- 0 followers
- 15 hours ago last updated
- ▌
- ▌ Summon · matasareiThe Summoner calls the Daemon into this repository. It answers, surveys the land (profile), makes camp (.quests/, ignored through git's global excludes, never the project's .gitignore), checks gh and origin, reads the laws of the land (CLAUDE.md and friends, read only, never written), and greets the Summoner with what is open and what to do next. Run once per repository, again after big changes.
- ▌ Journal · matasareiWhere are we — the active quest and its state, the questline's progress, sidequests found and postponed, scrolls awaiting the Summoner, and the exact next commands. Read-only.
- ▌ Evocation · matasareiThe Summoner is out of mana — the Daemon calls up the roads ahead. Reads the situation (the active quest, the tree, the log, a failing trial, or the whole repository when nothing is open) and gives two or three roads with cost and risk, one recommendation, and the exact command for it. Read-only; writes no code and no files.
- ▌ Questline · matasareiA road of quests to one goal — a refactoring, a big feature, anything too large for one pull request. The Daemon scries the goal, splits it into ordered quests that each merge alone and leave the base branch working, writes the questline and its quest files, asks the Summoner to bless the road, then starts the first quest. --continue after a merge takes the next.
- ▌ Sidequest · matasareiThings found on the road that are not blocking — a bug beside the one being fixed, a missing check, a small refactor. Records one, lists them, takes one (it becomes a quest), or drops one with the reason kept. The Daemon suggests now, after or never with the road-back test.