Skip to content

fix: update CI scripts for apps directory structure#8

Merged
deanzaka merged 1 commit intomainfrom
fix/ci-apps-directory-structure
Apr 16, 2026
Merged

fix: update CI scripts for apps directory structure#8
deanzaka merged 1 commit intomainfrom
fix/ci-apps-directory-structure

Conversation

@deanzaka
Copy link
Copy Markdown
Collaborator

Summary

  • Apps changed from flat JSON files (apps/default.json) to subdirectories (apps/default/ with package.json + source code)
  • Updated validate.mjs to scan for app subdirectories with package.json instead of top-level JSON files
  • Updated summary.mjs to list app directory names instead of JSON filenames
  • Updated assemble.mjs to load app data from package.json within each app subdirectory

Test plan

  • npm run ci passes locally (summary + validate)
  • npm run assemble builds the bundle correctly with apps: 1
  • CI passes on this PR

🤖 Generated with Claude Code

Apps changed from flat JSON files (apps/default.json) to full
directories (apps/default/package.json + src/). Update validate,
summary, and assemble scripts to scan for subdirectories instead
of top-level JSON files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@deanzaka deanzaka merged commit 488801b into main Apr 16, 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.

1 participant