Skip to content

Conversation

@richardhjtan
Copy link
Contributor

@richardhjtan richardhjtan commented Jan 16, 2026

This is a first pass and subtask to bring Linter / Host Test into boxel-catalog CI.

To make this work, we need to pull the content from boxel monorepo to get all we need to run start the lint or test.
Then, we target the catalog-realm from the monorepo to replace and consume the content from boxel-catalog by copy file strategy.

This will make sure we are linting the right content and working successfully.

@richardhjtan richardhjtan changed the title Test CI Enable Linter to CI Jan 19, 2026
@richardhjtan richardhjtan requested review from a team, Copilot, ef4 and lukemelia January 19, 2026 11:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enables linter to CI by adding a GitHub Actions workflow that checks out both the Boxel monorepo and this catalog repo, copies catalog files into the monorepo structure, and runs linting on both the catalog and host packages.

Changes:

  • Added CI workflow for automated linting on push to main and pull requests
  • Added TypeScript configuration for the catalog realm with strict type checking
  • Added image upload command that supports blob URLs, data URIs, and remote URLs with Cloudflare Images integration
  • Added CloudflareImage card definition extending ImageCard with computed URL field
  • Minor trailing whitespace added to Tag name field

Reviewed changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
.github/workflows/ci-lint.yaml New CI workflow that orchestrates linting across catalog and host packages
tsconfig.json TypeScript configuration with strict compiler options and path mappings for catalog realm
commands/upload-image.ts Complete image upload command implementation with support for multiple source types and Cloudflare integration
cloudflare-image.gts CloudflareImage card definition with hardcoded account ID and computed URL field
Tag/4d0f9ae2-048e-4ce0-b263-7006602ce6a4.json Trailing whitespace added to "User Contributed" tag name

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@richardhjtan richardhjtan force-pushed the test-ci-2 branch 2 times, most recently from 0e17a22 to cd299b5 Compare January 22, 2026 06:26
@richardhjtan richardhjtan merged commit 2e6d883 into main Jan 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants