Rename CONVERSATION.md to SESSION.md, add context file pointers

This commit is contained in:
Claude Code
2026-03-17 00:41:04 -04:00
parent d28df9c161
commit e73fa81b8c
+16 -3
View File
@@ -1,6 +1,19 @@
# Project Conversation Context # SESSION.md — Minecraft AI God (Vanilla)
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` — project overview (see sister repo for Paper fork)
- Sister repo session memory: `/root/bin/Sethpc-Minecraft-PaperFork/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: Run `/update-context` in OpenCode at the end of any session to automatically:
1. Review the conversation for new decisions, fixes, and discoveries 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 3. Commit and push both repos to Gitea
The command is defined globally at `~/.config/opencode/commands/update-context.md`. The command is defined globally at `~/.config/opencode/commands/update-context.md`.