Skip to content

Feat/icons generation reproducibility check - #716

Merged
TorinAsakura merged 23 commits into
masterfrom
feat/icons-generation-reproducibility-check
Sep 9, 2026
Merged

TorinAsakura merged 23 commits into
masterfrom
feat/icons-generation-reproducibility-check

Conversation

@comfrt1k

Copy link
Copy Markdown
Contributor

Таска

Как проверять

  1. Контекст: локальная проверка воспроизводимости генерации @atls-ui-admin/icons
    Действие: выполнить yarn workspace @atls-ui-admin/icons check-generated
    Ожидаемый результат: команда завершается успешно, выводит Generated icons are up to date, рабочее дерево после запуска остаётся чистым

  2. Контекст: негативная проверка drift сгенерированных icon-компонентов
    Действие: временно изменить любой файл в ui-admin/icons/src/icons, например заменить один currentColor в bag.icon.tsx, затем выполнить yarn workspace @atls-ui-admin/icons check-generated
    Ожидаемый результат: команда падает с ошибкой Generated files are outdated и указывает изменённый файл как content differs

  3. Контекст: сборка затронутых пакетов
    Действие: выполнить yarn workspace @atls-ui-admin/icons build и yarn workspace @atls-ui-generators/icons build
    Ожидаемый результат: обе сборки завершаются успешно

Пруфы

Details image image image

@TorinAsakura TorinAsakura left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

кажется слой ui-admin/icons/scripts/ давно уже перерос в lib как минимум, нужна реорганизация

@comfrt1k

Copy link
Copy Markdown
Contributor Author

кажется слой ui-admin/icons/scripts/ давно уже перерос в lib как минимум, нужна реорганизация

709036c

@comfrt1k
comfrt1k requested a review from TorinAsakura June 23, 2026 01:16

@TorinAsakura TorinAsakura left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Архитектурный контур не проходит: проверочный сценарий и роли файлов разложены не по владельцу ответственности

Comment thread ui-admin/icons/lib/generated/check/index.ts
Comment thread ui-admin/icons/lib/check-generated/filesystem/is-directory.ts Outdated
Comment thread ui-admin/icons/lib/check-generated/interfaces.ts Outdated
Comment thread ui-admin/icons/lib/check-generated/index.ts Outdated
Comment thread ui-admin/icons/lib/check-generated/errors/generated-files-outdated.error.ts Outdated
Base automatically changed from feat/upgrade-deps to master June 23, 2026 01:54
@comfrt1k
comfrt1k requested a review from TorinAsakura June 23, 2026 15:08
Comment thread ui-admin/icons/lib/generated/check/command/interfaces.ts
Comment thread ui-admin/icons/lib/generated/check/drift/outdated-file.ts Outdated
Comment thread ui-admin/icons/lib/generated/check/input/constraints/directory.ts Outdated
Comment thread ui-admin/icons/lib/generated/check/input/read.ts Outdated
Comment thread ui-admin/icons/lib/generated/check/cli.ts
@comfrt1k
comfrt1k requested a review from TorinAsakura July 1, 2026 15:47
Comment thread ui-admin/icons/lib/generated/check/drift/interfaces.ts Outdated
@comfrt1k

comfrt1k commented Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-08T19:16:47.664879Z f59c47b New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 059224bc13

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread ui-admin/icons/lib/generated/check/drift/file.ts
@comfrt1k

comfrt1k commented Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d778bc5631

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread generators/icons/src/svgr-utils/compile-icons/constants.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: afb9201d90

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread generators/icons/src/svgr-utils/compile-icons/constants.ts
Comment thread ui-admin/icons/lib/generated/check/command/run.ts
@TorinAsakura
TorinAsakura merged commit fb406e8 into master Sep 9, 2026
6 checks passed
@TorinAsakura
TorinAsakura deleted the feat/icons-generation-reproducibility-check branch September 9, 2026 01:14
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.

[Feature] Добавить проверку воспроизводимости генерации иконок

2 participants