Externalized the generic r-package-developer skill from package content to repository-level skills/r-package-developer.
Updated skill discovery guidance to clearly distinguish package-bundled skills (inst/skills) from the external generic developer skill.
Added explicit policy text: if the external skill is missing, suggest installation, but only install with explicit developer approval and never automatically.
Removed the pkgdown wrapper page for the external developer skill and updated pkgdown article/menu configuration accordingly.
kagiPro 0.4.0
Features
Added kagi_fetch() as a high-level project-folder workflow helper with endpoint-scoped outputs (<project>/<endpoint>/json and <project>/<endpoint>/parquet).
Added endpoint-specific query support for FastGPT via query_fastgpt().
Added modular corpus enrichment pipeline for search-like corpora:
kagi_request_parquet() is JSON-to-parquet conversion only and no longer accepts abstract-augmentation arguments.
Query constructors consistently return named lists. Code that previously assumed a bare single query object may require [[1]] indexing in some direct calls.
Error behavior can now be configured explicitly; strict failure remains default, but resilient mode writes dummy payloads and warnings instead of stopping.
Documentation
Updated package docs to align with current function names and design principles.
Reworked kagi_request documentation to remove outdated references and clarify endpoint behavior.