{"id":28017847,"url":"https://github.com/janwilmake/contextjson","last_synced_at":"2025-05-10T12:01:29.562Z","repository":{"id":292297278,"uuid":"980441343","full_name":"janwilmake/contextjson","owner":"janwilmake","description":"Standard for LLM Context","archived":false,"fork":false,"pushed_at":"2025-05-09T07:17:29.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T07:29:08.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://contextjson.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janwilmake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-09T06:16:23.000Z","updated_at":"2025-05-09T07:17:32.000Z","dependencies_parsed_at":"2025-05-09T07:29:46.446Z","dependency_job_id":"040e9dad-d656-49d7-8a9e-fd3d2d4edfb2","html_url":"https://github.com/janwilmake/contextjson","commit_stats":null,"previous_names":["janwilmake/contextjson"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janwilmake%2Fcontextjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janwilmake%2Fcontextjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janwilmake%2Fcontextjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janwilmake%2Fcontextjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janwilmake","download_url":"https://codeload.github.com/janwilmake/contextjson/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253411522,"owners_count":21904147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-10T12:01:25.488Z","updated_at":"2025-05-10T12:01:29.551Z","avatar_url":"https://github.com/janwilmake.png","language":"JavaScript","readme":"# [`context.json`](https://github.com/janwilmake/contextjson) - Standard for LLM Context\n\n`context.json` is a proposed standard for context building which allows instructing LLMs (and humans alike) which contexts are useful for building with your codebase.\n\nFind the schema at https://contextjson.com/schema\n\n## Create a context for your package/repo:\n\nTo start using `context.json`, create a `context.json` file at the root of your repository with these contents:\n\n```json\n{\n  \"$schema\": \"https://contextjson.com/schema\",\n  \"context\": {\n    \"example\": {\n      \"summary\": \"This is an example context. Change it into yours\",\n      \"pathPatterns\": []\n    }\n  }\n}\n```\n\n## Create a context for another package/repo:\n\nIf you want to create a context for another package that you use as a dependency, you can do this by deploying a package to npm with the `-context` suffix, i.e. `[packagename]-context` or `@yourusername/[packagename]-context`. In the future, these packages will automatically be indexed and reviewed by the context.json agent.\n\n## Deploy your context to the web as well\n\nIf your repo is deployed at a website and you want AI to understand context for this website as well, ensure context.json is made available at https://yourdomain.com/context.json, and also make a `package.json` available at https://yourdomain.com/package.json with the \"repository\" field, to tell which files are used for the deployed `context.json`.\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanwilmake%2Fcontextjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanwilmake%2Fcontextjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanwilmake%2Fcontextjson/lists"}