Skip to content

6869: Add agents.md and Claude Code configuration#62

Open
turegjorup wants to merge 11 commits intodevelopfrom
feature/6869_agent_config
Open

6869: Add agents.md and Claude Code configuration#62
turegjorup wants to merge 11 commits intodevelopfrom
feature/6869_agent_config

Conversation

@turegjorup
Copy link
Contributor

Link to ticket

https://leantime.itkdev.dk/dashboard/show#/tickets/showTicket/6869

Description

Add vendor-neutral agents.md with project context for AI coding agents, and Claude Code settings with permissions, hooks, and plugins. Update README with AI coding agents section describing the setup.

https://dev.to/javiereguiluz/claude-code-for-symfony-and-php-the-setup-that-actually-works-1che

Screenshot of the result

If your change affects the user interface you should include a screenshot of the result with the pull request.

Checklist

  • My code is covered by test cases.
  • My code passes our test (all our tests).
  • My code passes our static analysis suite.
  • My code passes our continuous integration process.

If your code does not pass all the requirements on the checklist you have to add a comment explaining why this change
should be exempt from the list.

Additional comments or questions

If you have any further comments or questions for the reviewer please add them here.

Add vendor-neutral agents.md with project context for AI coding agents,
and Claude Code settings with permissions, hooks, and plugins. Update
README with AI coding agents section describing the setup.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@turegjorup turegjorup requested a review from cableman March 19, 2026 11:38
@turegjorup turegjorup self-assigned this Mar 19, 2026
turegjorup and others added 3 commits March 19, 2026 12:44
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
"feature-dev@claude-plugins-official": true
},
"alwaysThinkingEnabled": true,
"defaultMode": "acceptEdits"
Copy link
Contributor

Choose a reason for hiding this comment

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

I do not think this should be the default behavior, it will not match all users workflow. The "alwaysThinkingEnabled" will burn tokens and time way to fast. It is better to do "ultrathink" when you need it.

@@ -0,0 +1,142 @@
# 🤖 Code Agents - DevOps ITKsites
Copy link
Contributor

@cableman cableman Mar 19, 2026

Choose a reason for hiding this comment

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

Note this file is not read by claude, this is jetbrains only

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
Copy link

Choose a reason for hiding this comment

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

Do we want to play with experimental as default in projects? 😊

"Bash(gh release delete:*)",
"Bash(gh release edit:*)",
"Bash(gh repo create:*)",
"Bash(gh repo delete:*)",
Copy link

Choose a reason for hiding this comment

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

Maybe move to deny, and lets the human delete?

turegjorup and others added 3 commits March 25, 2026 13:54
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Jesper Pedersen <jesper@yepz.dk>
@codecov-commenter
Copy link

codecov-commenter commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@a555524). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop      #62   +/-   ##
==========================================
  Coverage           ?   12.61%           
  Complexity         ?      819           
==========================================
  Files              ?      118           
  Lines              ?     2560           
  Branches           ?        0           
==========================================
  Hits               ?      323           
  Misses             ?     2237           
  Partials           ?        0           
Flag Coverage Δ
unittests 12.61% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

turegjorup and others added 4 commits March 25, 2026 14:18
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add PHPStan, twig-cs-fixer, and composer normalize PostToolUse hooks
- Add SessionStart hook to ensure Docker services are running
- Add Stop hook for Symfony DI container validation
- Scope docker compose permissions (destructive commands require confirmation)
- Restore php-lsp plugin
- Set COMPOSE_USER env var

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace opaque RabbitMQ Erlang cookie with self-documenting value
and add comment indicating these are local dev credentials.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

4 participants