diff --git a/CLAUDE.md b/CLAUDE.md index 054298c..ccc6887 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -37,16 +37,7 @@ meson install -C _build ## Testing -```bash -# Run all tests -test/harness/runall.sh - -# Run single test -test/harness/runone.sh - -# App-specific tests -test/harness/runall.sh -a /path/to/app/tests -``` +Manual testing is recommended. The legacy keystroke-driven test harness has been removed. ## Architecture Overview diff --git a/README.md b/README.md index 70ee6ee..764c2fc 100644 --- a/README.md +++ b/README.md @@ -196,18 +196,7 @@ rm -rf _build ### Testing -Run the regression test suite: - -```bash -# All tests -test/harness/runall.sh - -# Single test -test/harness/runone.sh - -# App-specific tests -test/harness/runall.sh -a /path/to/app/tests -``` +Manual testing is recommended. The legacy keystroke-driven test harness has been removed. ## Self-voicing diff --git a/distro-packages/Arch-Linux/PKGBUILD b/distro-packages/Arch-Linux/PKGBUILD index 9d7d62f..682e047 100644 --- a/distro-packages/Arch-Linux/PKGBUILD +++ b/distro-packages/Arch-Linux/PKGBUILD @@ -2,7 +2,6 @@ pkgname=cthulhu pkgver=2026.01.07 ->>>>>>> testing pkgrel=1 pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca" url="https://git.stormux.org/storm/cthulhu"