@connectedxm/admin 6.33.1 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CLAUDE.md CHANGED
@@ -19,7 +19,7 @@ A separate generated SDK (`@connectedxm/admin-sdk`, typescript-axios) is produce
19
19
  - `npm run generate:sdks` — runs OpenAPI Generator over `openapi.json` to produce the typescript-axios SDK in `sdks/typescript/`, then npm-links it
20
20
  - `npm run release` — `lint && build` (run before publishing)
21
21
 
22
- CI (`.github/workflows/`) runs `lint` + `tsc` + `build` on pushes to `staging`, regenerates `openapi.json` on PRs from `staging` `main`, and on push to `main` publishes both `@connectedxm/admin` and the generated `@connectedxm/admin-sdk`. The `staging` → `main` PR is the release path; the `baseBranch` for changesets is `staging`.
22
+ Work happens on **feature branches off `main`**, which is the default branch and the publish source. Open the PR against `main`. CI runs `lint` + `tsc` + `build` on every push; on merge to `main`, both `@connectedxm/admin` and the generated `@connectedxm/admin-sdk` are published, and `openapi.json` is regenerated on the PR. (The older `staging` → `main` flow is deprecated don't branch from or target `staging`.)
23
23
 
24
24
  ## Architecture
25
25