@bleedingdev/modern-js-create 3.2.0-ultramodern.6 → 3.2.0-ultramodern.60

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.
Files changed (71) hide show
  1. package/README.md +116 -22
  2. package/dist/index.js +4563 -603
  3. package/dist/types/locale/en.d.ts +3 -0
  4. package/dist/types/locale/zh.d.ts +3 -0
  5. package/dist/types/ultramodern-workspace.d.ts +11 -0
  6. package/package.json +6 -6
  7. package/template/.agents/skills-lock.json +34 -0
  8. package/template/.codex/hooks.json +16 -0
  9. package/template/.github/renovate.json +53 -0
  10. package/template/.github/workflows/ultramodern-gates.yml.handlebars +34 -10
  11. package/template/.mise.toml.handlebars +2 -0
  12. package/template/AGENTS.md +23 -0
  13. package/template/README.md +60 -34
  14. package/template/api/effect/index.ts.handlebars +7 -45
  15. package/template/config/public/locales/cs/translation.json +39 -0
  16. package/template/config/public/locales/en/translation.json +39 -0
  17. package/template/lefthook.yml +15 -0
  18. package/template/modern.config.ts.handlebars +44 -23
  19. package/template/oxfmt.config.ts +8 -0
  20. package/template/oxlint.config.ts +12 -0
  21. package/template/package.json.handlebars +50 -31
  22. package/template/pnpm-workspace.yaml +19 -0
  23. package/template/rstest.config.mts +7 -0
  24. package/template/scripts/bootstrap-agent-skills.mjs +135 -0
  25. package/template/scripts/check-i18n-strings.mjs +83 -0
  26. package/template/scripts/validate-ultramodern.mjs.handlebars +439 -17
  27. package/template/shared/effect/api.ts.handlebars +1 -2
  28. package/template/src/modern-app-env.d.ts +2 -0
  29. package/template/src/modern.runtime.ts.handlebars +17 -3
  30. package/template/src/routes/[lang]/page.tsx.handlebars +212 -0
  31. package/template/src/routes/index.css.handlebars +14 -3
  32. package/template/src/routes/layout.tsx.handlebars +2 -1
  33. package/template/tests/tsconfig.json +7 -0
  34. package/template/tests/ultramodern.contract.test.ts.handlebars +78 -0
  35. package/template/tsconfig.json +106 -2
  36. package/template-workspace/.agents/agent-reference-repos.json +24 -0
  37. package/template-workspace/.agents/rstackjs-agent-skills-LICENSE +21 -0
  38. package/template-workspace/.agents/skills/rsbuild-best-practices/SKILL.md +57 -0
  39. package/template-workspace/.agents/skills/rsdoctor-analysis/SKILL.md +96 -0
  40. package/template-workspace/.agents/skills/rsdoctor-analysis/references/command-map.md +113 -0
  41. package/template-workspace/.agents/skills/rsdoctor-analysis/references/common-analysis-patterns.md +190 -0
  42. package/template-workspace/.agents/skills/rsdoctor-analysis/references/install-rsdoctor-common.md +88 -0
  43. package/template-workspace/.agents/skills/rsdoctor-analysis/references/install-rsdoctor-rspack.md +138 -0
  44. package/template-workspace/.agents/skills/rsdoctor-analysis/references/install-rsdoctor-webpack.md +71 -0
  45. package/template-workspace/.agents/skills/rsdoctor-analysis/references/install-rsdoctor.md +39 -0
  46. package/template-workspace/.agents/skills/rsdoctor-analysis/references/rsdoctor-data-types.md +103 -0
  47. package/template-workspace/.agents/skills/rslib-best-practices/SKILL.md +58 -0
  48. package/template-workspace/.agents/skills/rslib-modern-package/SKILL.md +173 -0
  49. package/template-workspace/.agents/skills/rspack-best-practices/SKILL.md +70 -0
  50. package/template-workspace/.agents/skills/rspack-tracing/SKILL.md +75 -0
  51. package/template-workspace/.agents/skills/rspack-tracing/references/bottlenecks.md +47 -0
  52. package/template-workspace/.agents/skills/rspack-tracing/references/tracing-guide.md +38 -0
  53. package/template-workspace/.agents/skills/rspack-tracing/scripts/analyze_trace.js +184 -0
  54. package/template-workspace/.agents/skills/rstest-best-practices/SKILL.md +133 -0
  55. package/template-workspace/.agents/skills-lock.json +114 -0
  56. package/template-workspace/.codex/hooks.json +16 -0
  57. package/template-workspace/.github/renovate.json +29 -0
  58. package/template-workspace/.github/workflows/ultramodern-workspace-gates.yml.handlebars +54 -0
  59. package/template-workspace/.gitignore.handlebars +5 -0
  60. package/template-workspace/.mise.toml.handlebars +2 -0
  61. package/template-workspace/AGENTS.md +76 -0
  62. package/template-workspace/README.md.handlebars +33 -10
  63. package/template-workspace/lefthook.yml +15 -0
  64. package/template-workspace/oxfmt.config.ts +16 -0
  65. package/template-workspace/oxlint.config.ts +19 -0
  66. package/template-workspace/pnpm-workspace.yaml +20 -10
  67. package/template-workspace/scripts/bootstrap-agent-skills.mjs +163 -0
  68. package/template-workspace/scripts/setup-agent-reference-repos.mjs +368 -0
  69. package/template/biome.json +0 -41
  70. package/template/src/routes/page.tsx.handlebars +0 -119
  71. package/template-workspace/scripts/validate-ultramodern-workspace.mjs.handlebars +0 -276

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.