Commit Graph

5 Commits

Author SHA1 Message Date
qdrant-claw-bot b861a956db use skills.qdrant.tech as default sitemap base URL
Made-with: Cursor
2026-04-23 09:39:47 +00:00
qdrant-claw-bot 334bdba939 add sitemap.xml generation during build
* add scripts/generate_sitemap.sh that discovers all .md files and
  produces a standard sitemap.xml in public/
* call the script from build.sh after copying skills
* scope the text/markdown content-type header to /*.md so sitemap.xml
  is served as application/xml

Made-with: Cursor
2026-04-23 09:38:28 +00:00
Thierry Damiba e4d95ff30a fix eval grader to use numbered assertion matching (#33)
old grader matched by substring (first 40 chars of assertion text),
which silently failed when the grader rephrased assertions. new
approach uses numbered assertions for unambiguous matching.

Co-authored-by: thierrypdamiba <thierrypdamiba@users.noreply.github.com>
2026-03-30 19:51:28 -07:00
Thierry Damiba 278342215c add skill eval pipeline on push to main (#26)
Co-authored-by: thierrypdamiba <thierrypdamiba@users.noreply.github.com>
2026-03-30 16:45:54 -07:00
Thierry Damiba 2c79773ae4 add skill linter and CI validation (#25)
* add skill linter and CI validation

* add push-to-main trigger to linter

---------

Co-authored-by: thierrypdamiba <thierrypdamiba@users.noreply.github.com>
2026-03-30 16:45:40 -07:00