Skip to content

Fix scoped source storage paths#13

Open
bittoby wants to merge 1 commit into
aglover1221:mainfrom
bittoby:fix/scoped-source-storage
Open

Fix scoped source storage paths#13
bittoby wants to merge 1 commit into
aglover1221:mainfrom
bittoby:fix/scoped-source-storage

Conversation

@bittoby
Copy link
Copy Markdown
Contributor

@bittoby bittoby commented May 21, 2026

Summary

Fixes shared source storage so approved/uploaded line and category sources are written to the same scope their manifest paths reference.

What Changed

  • Added scope-aware source directory resolution.
  • Own-scope sources write to the product source/ directory.
  • Line-scope sources write to the product-line source/ directory.
  • Category-scope sources write to the category/vendor source/ directory.
  • Added tests to verify physical source paths match the manifest-relative paths.

Validation

  • npm test
  • npm run build

Fixes #12

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.

Store shared sources in the scope their manifest paths reference

1 participant