From 015a60fcd3204484e51a5169f318603810fa6458 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Tue, 16 Sep 2025 13:39:11 +0200 Subject: [PATCH] refine presentation: remove motivational sentence, rename phases to kyu belts, add agent restriction --- AGENTS.md | 1 + index.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index ab63011..d5a9db7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,6 +4,7 @@ This project builds a presentation deck for Marp based on Markdown files. ## Agent Restrictions - Agent NEVER runs commands on its own except changing files INSIDE THIS FOLDER, never any other then this +- Agent NEVER runs build commands or any automated processes without explicit user request, as the user is working in dev mode ## Build Commands - `npm run build` - Build slides from Markdown using Marp diff --git a/index.md b/index.md index 59181d5..c7efe84 100644 --- a/index.md +++ b/index.md @@ -258,16 +258,16 @@ table { # Implementation Strategy -**Phase 1 - Low Risk:** +**Kyu 1 (yellow belt 🟡):** Communication tools, Browser, Search, Office suite -**Phase 2 - Productivity:** +**Kyu 2 (orange belt 🟠):** Operating system, Cloud storage, Email communication -**Phase 3 - Infrastructure (our goal today):** +**Kyu 3 (green belt 🟢):** Cloud storage, Self-hosting, Complete sovereignty -*For Phase 1 and 2 are hundreds of tutorials out there; I believe in you ❤️* + ---