Minecraft-Console-Client/.skills
copilot-swe-agent[bot] 02873957a8 skill: update mcc-integration-testing to use tools/mcc-env.sh instead of ~/.zshrc
- Replace `source ~/.zshrc` with `source "$REPO_ROOT/tools/mcc-env.sh"` in
  ensure_offline_server.sh and run_full_spectrum_test.sh
- Convert both scripts from zsh to bash (#!/usr/bin/env bash) so mcc-env.sh
  can be sourced natively; replace ${0:A:h} with portable SCRIPT_DIR expansion
- Update SKILL.md: drop ~/.zshrc references, point to tools/mcc-env.sh and
  standalone tools/start-server.sh + tools/mc-rcon.sh; update server path
  from ~/Minecraft/Servers/ to MinecraftOfficial/downloads/; replace
  `mcc-build` with `dotnet build MinecraftClient.sln -c Release`
- Update evals.json expectation to match new workflow

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/1ff08b70-7be3-4211-9b77-a9e10ff1d157
2026-03-22 21:19:55 +00:00
..
csharp-best-practices Update Modern Syntax range to C# 10-14 and add unbound generics nameof example 2026-03-22 15:51:19 +00:00
humanizer Added humanizer skill for Docs 2026-03-22 16:39:37 +01:00
mcc-chatbot-authoring Added bot creation skill 2026-03-21 17:34:34 +01:00
mcc-dev-workflow [skipci] docs: update MCC development workflow documentation 2026-03-22 16:34:12 +08:00
mcc-integration-testing skill: update mcc-integration-testing to use tools/mcc-env.sh instead of ~/.zshrc 2026-03-22 21:19:55 +00:00
mcc-version-adaptation feat: enhance decompilation and server management scripts 2026-03-22 15:28:57 +08:00
skill-creator Added skill-creator skill from Anthropic 2026-03-21 19:26:52 +01:00