Skip to content

docs: add configuration files to local workspace files#25619

Open
mickael-docker wants to merge 1 commit into
docker:mainfrom
mickael-docker:workspace-ai-config
Open

docs: add configuration files to local workspace files#25619
mickael-docker wants to merge 1 commit into
docker:mainfrom
mickael-docker:workspace-ai-config

Conversation

@mickael-docker

Copy link
Copy Markdown
Contributor

Description

The warnings are quite clear, and project-level AI tool configuration could conceivably be part of the IDE settings, but we could list them explicitly here

Reviews

  • Technical review
  • Editorial review
  • Product review

@mickael-docker
mickael-docker requested a review from dvdksn as a code owner July 21, 2026 18:14
@netlify

netlify Bot commented Jul 21, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 4bde608
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a6102f4b8a3020008fd9155
😎 Deploy Preview https://deploy-preview-25619--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Assessment: 🟢 APPROVE

The changes are accurate, well-scoped, and match the existing document tone. A small formatting nit is noted inline.

that Git hooks live inside `.git/` and do not appear in `git diff` output —
check them separately. See
CI configuration, IDE task configs, AI project configuration and settings,
`Makefile`,`package.json` scripts, and similar build files. Review changes

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[LOW] Missing space after comma between consecutive inline code spans

The new line reads: `Makefile`,`package.json` — there is no space after the comma separating the two code spans. In rendered Markdown this produces 'Makefile','package.json' with no whitespace, making the list harder to scan. Add a space: `Makefile`, `package.json`.

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Assessment: 🟡 NEEDS ATTENTION

Two issues found in the added lines — one formatting error (missing space) and one content gap (Cursor omitted from the AI tool list in a security-warning context).

that Git hooks live inside `.git/` and do not appear in `git diff` output —
check them separately. See
CI configuration, IDE task configs, AI project configuration and settings,
`Makefile`,`package.json` scripts, and similar build files. Review changes

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[MEDIUM] Missing space after comma between Makefile and package.json code spans

The line reads `Makefile`,`package.json` scripts — there is no space after the comma between the two inline code spans. Every other comma-separated item in the sentence has a space after it. This was introduced by the line rewrap in this PR.

Suggested fix:

`Makefile`, `package.json` scripts, and similar build files.

- Git hooks (`.git/hooks/`)
- CI configuration (`.github/workflows/`, `.gitlab-ci.yml`)
- IDE configuration (`.vscode/tasks.json`, `.idea/` run configurations)
- AI project configuration and settings (`.claude/`, `.codex/`, `.gemini/`)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[MEDIUM] AI tool config list may omit Cursor (.cursor/)

The new bullet covers Claude (.claude/), Codex (.codex/), and Gemini (.gemini/), but omits Cursor (.cursor/), which is among the most widely used AI coding assistants and has its own project-level configuration directory. Since this section warns users about files that could execute code automatically, leaving out a popular tool's config path could give users a false sense of safety.

Consider adding .cursor/ to both the summary bullet and the expanded description below it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants