From d6e84e9fbfc5cb5a553cd39df9d0466d325b8994 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 17 Mar 2026 00:41:05 -0400 Subject: [PATCH] Rename CONVERSATION.md to SESSION.md, add context file pointers --- CONVERSATION.md => SESSION.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) rename CONVERSATION.md => SESSION.md (88%) diff --git a/CONVERSATION.md b/SESSION.md similarity index 88% rename from CONVERSATION.md rename to SESSION.md index 9715dfb..266cf5a 100644 --- a/CONVERSATION.md +++ b/SESSION.md @@ -1,6 +1,19 @@ -# Project Conversation Context +# SESSION.md — Minecraft AI God (Paper Fork) -This document links the two Minecraft AI God projects together, describes their Gitea repos, and serves as the AI conversation anchor for both. +Persistent AI session memory for this project. See `/root/bin/SESSION.md` for the global template and guide. + +## Context Files + +- `/root/bin/core_homelab.md` — cluster topology, SSH aliases +- `/root/bin/services_directory.md` — active service IPs and domains +- `/root/bin/SESSION.md` — global session memory and patterns +- `./CONTEXT.md` — Minecraft infrastructure, server config, RCON helper +- `./README.md` — Paper fork overview (plugins, build templates, LangGraph gateway) +- Sister repo session memory: `/root/bin/Sethpc-Minecraft/SESSION.md` + +--- + +This document links the two Minecraft AI God projects together, describes their Gitea repos, and serves as the AI session memory for both. --- @@ -72,7 +85,7 @@ API key: see `GITEA_API.md` in this repo. Run `/update-context` in OpenCode at the end of any session to automatically: 1. Review the conversation for new decisions, fixes, and discoveries -2. Append them to `CONVERSATION.md` in both repos +2. Append them to `SESSION.md` in both repos 3. Commit and push both repos to Gitea The command is defined globally at `~/.config/opencode/commands/update-context.md`.