Skip to content

Latest commit

 

History

History
228 lines (129 loc) · 13.2 KB

File metadata and controls

228 lines (129 loc) · 13.2 KB

1.13.0 (2026-08-03)

Features

  • cli: ignoreTemplates — declara divergência deliberada no manifesto (#44) (08e717b)

1.12.1 (2026-08-03)

Bug Fixes

  • cli: auditoria de drift confiável — exit codes separados e sem devDep (#42) (7afea83)
  • templates: reconcilia templates com o que os consumidores já corrigiram (#43) (e46ca5f)

1.12.0 (2026-08-02)

Features

  • agent-instructions: adiciona diretrizes de escrita contra cadência artificial (#41) (eff4546)

1.11.1 (2026-07-09)

Bug Fixes

  • ci: atualizar actions para o runtime Node 24 em templates e workflows (#38) (d1d2a8b)
  • cli: republicar quando templates/ mudam na detecção de release (#39) (141f102)

1.11.0 (2026-07-09)

Features

  • tsconfig: alinhar module do base para ESNext (3aae244)

Bug Fixes

  • eslint: elevar typescript-eslint para 8.63.0 (suporte ao TS 6.0) (59c054c)

1.10.0 (2026-05-14)

Features

  • pin actions e tripwire publish-watch (postmortem TanStack) (#34) (4bcd453)

1.9.0 (2026-05-13)

Features

  • worktree-cli: inherit non-port env vars from main worktree (#33) (f57528b)

CI/CD

  • bump pnpm/action-setup para v5 (Node.js 24) (#30) (a50119c)

Chores

  • templates: adicionar environment gate npm-publish no _publish.yml (#31) (f7f7d23)

1.8.0 (2026-04-24)

Features

  • cli: siteSourcePath configuravel no _deploy-site.yml (#29) (b517e0a)

1.7.0 (2026-04-24)

Features

  • cli: tokens e blocos condicionais pro ci.yml render por repo (#28) (5e81d75), closes #if

Chores

  • templates: remover deployments: write nao utilizado do ci.yml (#27) (68aed4b)
  • templates: remover shamefully-hoist=false do .npmrc (#26) (d489412)

1.6.1 (2026-04-24)

⚠ BREAKING CHANGES

  • release: unify release+publish with the rest of the ecosystem (#25)

Bug Fixes

  • cli: nota sobre higiene de templates no copy-templates (131eb43)
  • templates: usar contexto do repo atual no pr-review-responder (c1dde13)

CI/CD

  • release: unify release+publish with the rest of the ecosystem (#25) (55942e3)

1.6.0 (2026-04-23)

⚠ BREAKING CHANGES

  • ui: OpenFooter no longer accepts `socials` or `disclaimer` props; the `OpenFooterSocial` type is removed.

Migration for consumers:

```diff -<OpenFooter

  • brand={{ ... }}
  • disclaimer="Este software é fornecido ..."
  • socials={[
  • { href: 'https://github.com/...', icon: , label: 'GitHub' },
  • { href: 'https://www.npmjs.com/...', icon: , label: 'npm' },
  • ]} -/> +<OpenFooter
  • refactor(ui): drop stale key prop from SocialLink

The key={href} inside SocialLink was a leftover from the previous loop-based render; in the current OpenFooter layout SocialLink is used twice statically, so the key serves no purpose.

Features

  • ui: bake social icons and disclaimer into OpenFooter (#24) (e7aef06)

1.5.1 (2026-04-23)

Bug Fixes

  • worktree-cli: forward dev flags to vite and reuse existing branches (#23) (0cab460)

1.5.0 (2026-04-23)

Features

  • agent-instructions: adicionar protocolo de auditoria de segurança (#22) (dd23ee1)

1.4.0 (2026-04-23)

Features

  • ui: Header com modos flex/grid e novo OpenFooter para sites OSS (#20) (02fa415)

1.3.0 (2026-04-23)

Features

  • templates: adicionar .claude/settings.json compartilhado (7c3cd0b)

Documentation

  • agent-instructions: add guidance on time estimates (9ca8450)

1.2.0 (2026-04-22)

Features

  • eslint: expandir override de tests pra cobrir benchmarks e test/ dirs (4b0cf9e)

Chores

  • eslint: mover max-lines off pra override compartilhado de testes (8d91d68)

1.1.2 (2026-04-22)

Bug Fixes

  • templates: concede contents: write no caller para _release.yml (9783ecf), closes #16 #7

1.1.1 (2026-04-22)

Bug Fixes

  • ci: concede models: read no caller para review.yml poder pedir (4fa67b3)

1.1.0 (2026-04-22)

Features

  • consolidação do tooling — novos pacotes, workflows canônicos, configs unificados (9415943)

1.0.4 (2026-04-22)

Bug Fixes

  • ui: annotate bare primitive re-exports with typeof (#13) (0bb0d1c)

1.0.3 (2026-04-21)

Bug Fixes

  • tsconfig: address consumer-side plugin and tsbuild gotchas (#12) (f3a5b1d)

1.0.2 (2026-04-21)

Bug Fixes

  • eslint: broaden peer range to accept ESLint 10 (#11) (5f0ca2a)

1.0.1 (2026-04-21)

Bug Fixes

  • ci: write resolved NPM_TOKEN to ~/.npmrc for pnpm publish (#10) (6d3f5ab), closes #8

1.0.0 (2026-04-21)

Features

  • ci: add Claude code-review workflow + template (416edf4)
  • ci: add provider failover to review workflow (Anthropic → OpenAI) (#3) (7e53557)
  • ci: show tokens + cost in review attribution; drop verbose fallback message (#9) (d54e31e)
  • cli: implement precisa new / sync / doctor (#8) (e2b7bd6)
  • templates: add initial template set (dotfiles, husky, governance, github) (b3b2628)
  • themes: add @precisa-saude/themes package (#2) (e5afd69)
  • ui: add @precisa-saude/ui v0 — utilities + hooks (#4) (393a3da)
  • ui: add decorative components (CornerSquares, DuotoneFilter, GridOverlay, MosaicBg) (#5) (9c71a20), closes #id
  • ui: add primitive components (Button, Badge, Tooltip, Select) (#6) (553ffc3)

Bug Fixes

  • ci: emit round markers only on successful reviews (2c92979)

CI/CD

  • add semantic-release config + publish workflow (#7) (47ea45b)

Chores

  • release: initial scaffold of @precisa-saude/tooling (56bc2df)