v0.10.5
Previously README/AIKO.md/package.json were loaded once at gateway startup, so doc edits required a restart to reach the bot's system prompt. Move the load into a `loadSelfKnowledge()` helper called on every engineRoute() spawn — three small file reads (~1ms) versus a multi-second model call.