[claude] MemPalace follow-up: CmdAsk, metadata fix, taxonomy CI (#1075) (#1091)

This commit is contained in:
2026-04-07 14:23:07 +00:00
parent 7270c4db7e
commit 33a1c7ae6a
14 changed files with 151 additions and 476 deletions

View File

@@ -26,6 +26,11 @@ jobs:
run: |
pytest tests/
- name: Validate palace taxonomy
run: |
pip install pyyaml -q
python3 mempalace/validate_rooms.py docs/mempalace/bezalel_example.yaml
validate:
runs-on: ubuntu-latest
steps: