This website requires JavaScript.
Explore
Help
Sign in
dschlueter
/
claude-launcher-profiles
Watch
1
Star
0
Fork
You've already forked claude-launcher-profiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
d8bfe5fc3e
claude-launcher-profiles
/
Makefile
6 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
test: guard BEDIENUNGSANLEITUNG.md against drift bash tests/test_install_doc.sh # structure + live checks bash tests/test_install_doc.sh --offline # structure only, no network make test-doc Two layers: FAIL — local, deterministic: code-fence balance, internal section references resolve, file-listing paths exist in repo, key tokens (npm pkg, NodeSource URL, repo URL) present, model slugs consistent between manual and profiles.example.yml. WARN — online, flaky-tolerant: npm package resolves, NodeSource/nvm URLs reachable, OpenRouter slugs still in the public model list. A transient outage is a warning, not a failure. Catches the failure classes that silently crept in before: a referenced section number that no longer exists, a repo path renamed without updating the manual, a stale npm package name, a renamed model slug. Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-28 04:37:12 +02:00
.PHONY
:
test
test
-
doc
test: Profile-Logik und Installer-Test-Suite (#3)
2026-06-28 04:07:09 +02:00
test
:
@bash tests/test_profiles.sh
test: guard BEDIENUNGSANLEITUNG.md against drift bash tests/test_install_doc.sh # structure + live checks bash tests/test_install_doc.sh --offline # structure only, no network make test-doc Two layers: FAIL — local, deterministic: code-fence balance, internal section references resolve, file-listing paths exist in repo, key tokens (npm pkg, NodeSource URL, repo URL) present, model slugs consistent between manual and profiles.example.yml. WARN — online, flaky-tolerant: npm package resolves, NodeSource/nvm URLs reachable, OpenRouter slugs still in the public model list. A transient outage is a warning, not a failure. Catches the failure classes that silently crept in before: a referenced section number that no longer exists, a repo path renamed without updating the manual, a stale npm package name, a renamed model slug. Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-28 04:37:12 +02:00
test-doc
:
@bash tests/test_install_doc.sh
Reference in a new issue
Copy permalink