Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .changeset/repo-moved-to-refkitjs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
'@refkit/core': patch
'@refkit/mcp': patch
'@refkit/provider-artic': patch
'@refkit/provider-brave': patch
'@refkit/provider-europeana': patch
'@refkit/provider-flickr': patch
'@refkit/provider-freesound': patch
'@refkit/provider-gutendex': patch
'@refkit/provider-internet-archive': patch
'@refkit/provider-jamendo': patch
'@refkit/provider-met': patch
'@refkit/provider-openverse': patch
'@refkit/provider-pexels': patch
'@refkit/provider-pixabay': patch
'@refkit/provider-poetrydb': patch
'@refkit/provider-polyhaven': patch
'@refkit/provider-rijksmuseum': patch
'@refkit/provider-smithsonian': patch
'@refkit/provider-unsplash': patch
'@refkit/provider-wikimedia-commons': patch
---

Repo moved to the refkitjs GitHub org: add `repository` (with per-package `directory`), `homepage`, and `bugs` metadata to every public package, and point the gutendex default User-Agent at github.com/refkitjs/refkit.
7 changes: 7 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "refkit core — neutral reference-retrieval brain: Reference/RightsRecord contract, license normalization, strict-deny use-gate, RRF merge/dedup, ReferenceProvider interfaces. Zero-network, zero-provider, only zod.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/core"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/core#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "MCP server for refkit — exposes license-normalized reference search as an agent tool.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/mcp"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/mcp#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"mcp",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-artic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Art Institute of Chicago provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-artic"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-artic#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-brave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Brave Search web-discovery provider satellite for refkit — open-web image breadth, license:unknown (use-gated to needs-review).",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-brave"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-brave#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-europeana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Europeana provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-europeana"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-europeana#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-flickr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Flickr provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-flickr"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-flickr#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-freesound/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Freesound provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-freesound"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-freesound#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-gutendex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Gutendex (Project Gutenberg) provider satellite for refkit — public-domain book references, per-item copyright→license.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-gutendex"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-gutendex#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-gutendex/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function gutendex(config: GutendexConfig = {}) {
setIfString(url, 'topic', opts?.topic)
setIfPositiveInt(url, 'page', opts?.page)
const res = await ctx.fetch(url.toString(), {
headers: { 'User-Agent': config.userAgent ?? 'refkit (+https://github.com/MyPrototypeWhat/refkit)' },
headers: { 'User-Agent': config.userAgent ?? 'refkit (+https://github.com/refkitjs/refkit)' },
signal: ctx.signal,
})
if (!res.ok) throw new Error(`gutendex search failed: ${res.status}`)
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-internet-archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Internet Archive provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-internet-archive"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-internet-archive#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-jamendo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Jamendo provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-jamendo"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-jamendo#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-met/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "The Metropolitan Museum of Art provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-met"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-met#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-openverse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Openverse provider satellite for refkit — CC/PD licensed image search, license-normalized.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-openverse"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-openverse#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-pexels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Pexels provider satellite for refkit — image search, hotlink-required.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-pexels"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-pexels#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-pixabay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Pixabay provider satellite for refkit — image search, cache-allowed.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-pixabay"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-pixabay#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-poetrydb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "PoetryDB provider satellite for refkit — classic public-domain poems.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-poetrydb"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-poetrydb#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-polyhaven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Poly Haven provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-polyhaven"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-polyhaven#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-rijksmuseum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Rijksmuseum provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-rijksmuseum"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-rijksmuseum#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-smithsonian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Smithsonian Open Access provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-smithsonian"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-smithsonian#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-unsplash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Unsplash provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-unsplash"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-unsplash#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-wikimedia-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Wikimedia Commons provider satellite for refkit.",
"type": "module",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/refkitjs/refkit.git",
"directory": "packages/provider-wikimedia-commons"
},
"homepage": "https://github.com/refkitjs/refkit/tree/main/packages/provider-wikimedia-commons#readme",
"bugs": "https://github.com/refkitjs/refkit/issues",
"keywords": [
"refkit",
"reference-retrieval",
Expand Down
Loading