From 543fbefd230556cae21ec6cf5eab016283f4e857 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sat, 2 May 2026 23:39:50 -0500 Subject: [PATCH] Session 34: Remove Turtle WoW references, clarify install instructions --- .claude/skills/hindsight-docs | 1 + CHANGELOG.md | 10 ++++++++++ README.md | 3 --- skills-lock.json | 10 ++++++++++ skills/hindsight-docs | 1 + 5 files changed, 22 insertions(+), 3 deletions(-) create mode 120000 .claude/skills/hindsight-docs create mode 100644 skills-lock.json create mode 120000 skills/hindsight-docs diff --git a/.claude/skills/hindsight-docs b/.claude/skills/hindsight-docs new file mode 120000 index 0000000..364a8a6 --- /dev/null +++ b/.claude/skills/hindsight-docs @@ -0,0 +1 @@ +/mnt/c/Users/kance/Documents/GitHub/Questie-X/.agents/skills/hindsight-docs \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e17f1..4e12510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Session 34 (2026-05-02) + +### Maintenance + +- **Removed Turtle WoW references** — Deleted Turtle WoW row from the server compatibility table and removed Turtle WoW load tip from installation instructions in README.md. Turtle WoW is shutting down and no longer has a supported plugin. + +### Documentation + +- **Clarified two-addon installation requirement** — Updated README.md installation instructions to explicitly state that Questie-X requires BOTH the core addon AND a server-specific database plugin to function. + ## v1.6.0 (2026-04-08) ### Bug Fixes diff --git a/README.md b/README.md index e757807..b14f50b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ Questie-X **requires** a database plugin to function. The plugin provides quest, | TBC 2.5.x | **Questie-X-TBCDB** | [Xurkon/Questie-X-TBCDB](https://github.com/Xurkon/Questie-X-TBCDB) | | Project Ascension | **Questie-X-AscensionDB** | [Xurkon/Questie-X-AscensionDB](https://github.com/Xurkon/Questie-X-AscensionDB) | | Project Ebonhold | **Questie-X-EbonholdDB** | [Xurkon/Questie-X-EbonholdDB](https://github.com/Xurkon/Questie-X-EbonholdDB) | -| Turtle WoW | *(coming soon — check back later)* | — | | Other / Unknown | Use WotLKDB as a starting baseline, then use QuestieLearner to fill gaps | — | #### How to Install the Plugin @@ -104,8 +103,6 @@ World of Warcraft/ 2. If Questie-X loads successfully, you will see the minimap icon and no error messages. 3. If no plugin is detected, Questie-X will print a message in chat telling you exactly which plugin to install. -> **Turtle WoW:** Enable **"Load out of date AddOns"** on the character select screen if prompted. This is standard practice for all addons on Turtle WoW. - #### Note for Unsupported Servers If your server is not listed above, install **Questie-X-WotLKDB** as a baseline (it covers general WoW quest data). Then use **QuestieLearner** to record quest and NPC data as you play — gaps will be filled in automatically as you and other players on your server interact with the world. See the [QuestieLearner](#questielearner) section for details. diff --git a/skills-lock.json b/skills-lock.json new file mode 100644 index 0000000..c43f046 --- /dev/null +++ b/skills-lock.json @@ -0,0 +1,10 @@ +{ + "version": 1, + "skills": { + "hindsight-docs": { + "source": "vectorize-io/hindsight", + "sourceType": "github", + "computedHash": "09a514640b67bb34caad0ef98eaac50aa9fbaa713cda141db728c1fcd7981999" + } + } +} diff --git a/skills/hindsight-docs b/skills/hindsight-docs new file mode 120000 index 0000000..364a8a6 --- /dev/null +++ b/skills/hindsight-docs @@ -0,0 +1 @@ +/mnt/c/Users/kance/Documents/GitHub/Questie-X/.agents/skills/hindsight-docs \ No newline at end of file