Skip to content

DN agents setup review - #45

Draft
motyc wants to merge 3 commits into
mainfrom
DN-agents-setup-review
Draft

DN agents setup review#45
motyc wants to merge 3 commits into
mainfrom
DN-agents-setup-review

Conversation

@motyc

@motyc motyc commented Jul 11, 2026

Copy link
Copy Markdown
Member

No description provided.

motyc added 3 commits July 11, 2026 14:45
…ns, including the audit hygiene prompt, prompt evolution README, review codebase prompt, bugs report, refactoring backlog, and various rules. Clean up the directory structure by deleting unnecessary files to streamline the documentation process for the aiscr-webamcr-help repository.

@gemini-code-assist gemini-code-assist 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.

Code Review

This pull request removes the .agents/ directory, which contained configurations, prompts, rules, and reports for AI coding agents. It also updates .gitignore by adding .venv/ and node_modules/ while removing ignore patterns for .codex/, .claude/, and .cursor/. The review feedback correctly recommends retaining these agent-related ignore patterns in .gitignore to prevent developers from accidentally committing local workspace configurations and history.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread .gitignore
Comment on lines +18 to +22
# venv
.venv/

# node_modules
node_modules/

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Even if the repository-level AI agent configuration (.agents/) is being removed, individual developers may still use tools like Cursor, Claude Code, or Codex locally. Removing .cursor/, .claude/, and .codex/ from .gitignore increases the risk of developers accidentally committing local workspace history, cache, or user-specific configurations. It is recommended to keep these patterns in .gitignore.

# venv
.venv/

# node_modules
node_modules/

# agents
.codex/
.claude/
.cursor/

@motyc

motyc commented Jul 14, 2026

Copy link
Copy Markdown
Member Author

@petrpajdla S těmi draft PR zatím nic nedělej. Mám to tu jen pro sebe, abych si v tom dělal pořádek. Dám vědět, až to bude relevantní.

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.

2 participants