Add AGENTS.md#99
Conversation
Agent-Logs-Url: https://github.com/Imageomics/catalog/sessions/1a2d351e-a9c8-489f-963f-d8d377c52abf Co-authored-by: egrace479 <38985481+egrace479@users.noreply.github.com>
clarify user modification
EmersonFras
left a comment
There was a problem hiding this comment.
Looks good, left one note about the hardcoded Node version and response to the suggested change but everything else I think is well structured.
@EmersonFras, I don't see a response at the suggested change. |
Clarify PR behavior for fixes Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
hlapp
left a comment
There was a problem hiding this comment.
See inline suggestions and comments.
|
|
||
| ## Project Overview | ||
|
|
||
| This is a **template repository** for a web-based catalog of an organization's public code, datasets, models, and spaces. It fetches live data from the GitHub API and the Hugging Face API and renders a searchable, filterable catalog page as a static site via GitHub Pages. The default setup is for the Imageomics Organization's GitHub and Hugging Face products, and this Imageomics Catalog is live. |
There was a problem hiding this comment.
| This is a **template repository** for a web-based catalog of an organization's public code, datasets, models, and spaces. It fetches live data from the GitHub API and the Hugging Face API and renders a searchable, filterable catalog page as a static site via GitHub Pages. The default setup is for the Imageomics Organization's GitHub and Hugging Face products, and this Imageomics Catalog is live. | |
| This is a **template repository** for a web-based catalog of an organization's public code, datasets, models, and spaces. It fetches live data from the code repository platform (such as GitHub) API and the platform API for hosting datasets and models (Hugging Face) and renders a searchable, filterable catalog page as a static site via GitHub Pages. The default setup is for the Imageomics Organization's GitHub and Hugging Face products, and this Imageomics Catalog is live. |
There was a problem hiding this comment.
Was the live or this Imageomics Catalog meant to be linked to the live site? Also, note that in a fork this wording won't work well. Maybe more like this: The default setup is for the Imageomics Organization's GitHub and Hugging Face products. (I.e., it's not clear what the reference to the live site would add to the coding agent's ability to work better.)
There was a problem hiding this comment.
I was thinking it should know that it is in fact run off this repository, but perhaps leaving the default setup information is sufficient since the deploy workflow is described later.
Co-authored-by: Hilmar Lapp <hlapp@drycafe.net>
Agents working on this repo have missed key functional details and have a tendency to over-restructure code.
AGENTS.mdcaptures the patterns and constraints that matter most.What's documented
config.yaml-only; code structure should not be restructured beyond what a specific fix requireshuggingface.co/{owner}/{repo}(no/models/prefix)cardDatais not returned by the bulk models list — each model requires a secondary per-model fetch to getmodel_name,model_description, tags, etc.cardDatakey shape differs by resource type (pretty_name/model_name/title)src/; they only need to run on code changes, not on site operation