* chore: align workspace tooling and refresh docs
Unify pnpm workspace configuration and CI versioning, upgrade create package dependencies, and update README guidance for basic and with-lingui templates.
Made-with: Cursor
* chore: regenerate route tree files
Update generated route tree outputs after recent formatting and script changes.
Made-with: Cursor
* ci: fix with-lingui e2e script name
Use the existing test:e2e script in CI to avoid missing-script failures.
Made-with: Cursor
Reorganize root README sections for template onboarding, translate remaining with-lingui README Chinese notes, and drop redundant .oxfmt.toml files from both templates.
Made-with: Cursor
Add register page and endpoint wiring; optional email on register schema;
shared AppFooter for login/register; MSW register and session mocks;
dashboard timeline and styles; locale catalogs and Lingui config.
Made-with: Cursor
Git core.hooksPath points at this app while commits use the repo root cwd, so plain vp staged could not find vite.config.ts. Dispatch into apps/with-lingui and apps/basic by staged path; run packages/create check-types for matching TS sources. Document behavior in AGENTS.md.
Made-with: Cursor
- Add second sample resource (orders): API, schemas, MSW, routes, menu, Lingui, and E2E.
- Introduce useCrudToasts, useUrlSearchState, useTableFitHeight; extend useResourceCRUD with optimistic updates; add Vitest coverage for hooks and createHandler.
- Implement token refresh in http layer, RouteError, and new E2E specs (auth-refresh, rbac, url-state).
- Replace gen-resource codegen with English add-resource.instructions.md; fix Copilot instruction YAML in with-lingui and basic.
- Add with-lingui CI workflow, Cursor thin rules, optimization plan doc, and refresh README/AGENTS.
- Bump packages/create and lockfile where applicable.
Made-with: Cursor
Replace antd-admin-cli (name taken on npm). Bin init-antd-admin;
release tags init-antd-admin-v*; workflow publish-init-antd-admin.yml.
Made-with: Cursor
Use bin/create-antdadmin, npm create antdadmin, and tag prefix
create-antdadmin-v*. Workflow file publish-create-antdadmin.yml.
Env vars CREATE_ANTD_ADMIN_* unchanged.
Made-with: Cursor
Remove publishConfig.provenance; CI passes --provenance on npm publish so
GitHub Actions still gets attestations with id-token: write.
Made-with: Cursor