pollen-robotics/reachy-mini-api
feat(api): /api/moves community move catalog with semantic search
refactor(api): simplify search to one metadata vector per entry
feat(api): multilingual embedding search on the three catalog routes
feat(api): ?q=&limit= search contract on /api/mcp-tools
feat(scripts): add semantic search experiment over the three catalogs
feat(api): fail-closed moderation for the MCP tool catalog
ci: revert Allure to 3.12.0
ci: pin Allure 3.8.2 so the report tree is expanded by default
fix: sync package-lock.json with Allure 3 devDeps
ci: prefix Allure suite names with test_ to match pytest modules
ci: flatten Allure tree so the file is the top level
ci: switch test report to Allure Report 3 (awesome plugin)
ci: Allure test report published to GitHub Pages
feat(api): fail-closed mobile catalog moderation
test(api): cover taxonomy fallback + moderation regex, gate deploy
refactor(api): clearer config file names
refactor(api): rename store dataset to reachy_mini_store_data
refactor(api): point store dataset to reachy-mini-store-data
feat(api): data-driven taxonomy + config/cache dataset layout
fix: allow static.hf.space website origin in CORS allowlist
fix: shorten Space short_description to <=60 chars
ci: trigger deploy
ci: hardcode HF Space target, drop HF_USERNAME/HF_SPACE vars
feat: standalone Reachy Mini API service (split from website)
