Conversation
Pull from Imagomics catalog [PR 109](Imageomics/catalog#109) Excluded agent md updates from the original commits. dev will now be used before main (cherry picked from commit 9a4b28089fe1711521e0f736603d5de74b5f1a5f)
Pull from Imageomics catalog [PR 110](Imageomics/catalog#110) Excluded agents md updates from the original commits. * Allow for HF org with different name from codebase platform * Add terminal rendered error message in case of missing/incorrect config keys at Vite start * Improve validation (cherry picked from commit: 2f1f18541e2e769f7ada5f45ee4dcb4beb42a314)
Pulled from Imageomics catalog [PR 115](Imageomics/catalog#115) Excluded agents md updates from the original commit. * Move type/platform-based repo fetching to dedicated api modules * Check releases are loaded before fetching code repos * Move rendering, URL management, and UI logic to external modules * Move tag lookup creation to tag-related utils file to reduce parameter passing internal variable only required for normalizing tags * Restructure repo to accommodate larger number of source files arrange by purpose * Update AGENTS repository layout description to reflect changes initial description updates generated with Gemini 3.1 Pro in a modularization discussion thread updated paths for test list * Add tests for new API fetch modules and URL management Tests constructed with aid of Gemini 3.1 Pro and Thinking Switch to jsdom testing strategy, copilot suggestion * Move HF default tag filtering to normalizeTag utility consolidates tag processing, creating single location for potential personalization of tags cherry-picked from commit: 76a1f4a16cdc1ba2e74d237d92e4ebc66c0b709c
Pulled from Imageomics catalog cherry-picked from commit: 939bfeb4f5b750fb74e9acfb08fa4c03673a3253 use named imports, error with jsyaml, standardize fs use
egrace479
requested changes
Aug 10, 2026
| # Customize these values to personalize the catalog for your organization | ||
|
|
||
| # Organization & Repository Settings | ||
| ORGANIZATION_NAME: ABC-Center # GitHub/Hugging Face organization name for API calls (case-sensitive for HF) |
Member
There was a problem hiding this comment.
Suggested change
| ORGANIZATION_NAME: ABC-Center # Codebase platform organization name (for API calls) | |
| HF_ORGANIZATION_NAME: ABC-Center # Hugging Face organization name (case-sensitive, for API calls) |
Seems this change didn't get copied over with the cherry-pick in 69ff9f5 (would've been a conflict since you had fixed this issue here previously).
Member
There was a problem hiding this comment.
Did you regenerate this file based on the updated package.json or just pull it from the template repo?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set tests to run on 'dev' branch in workflow
Allow for HF org with different name from code platform org
Modularize the codebase
Update packages to remove vulnerabilities
The
AGENT.mdfile was not placed in this customized catalog repo, therefore the updated changes from the commits were discarded during cherry-pick.