documentation/533_agents.md#534
Merged
Merged
Conversation
kaklakariada
requested changes
Jun 1, 2026
Comment on lines
+122
to
+129
| ## Required Skills & Knowledge | ||
|
|
||
| - **Java Expertise:** Proficient in Java 17+ and "Clean Code" principles. | ||
| - **Build Tools:** Advanced knowledge of Maven, multi-module projects, and toolchains. | ||
| - **Testing:** Skilled in JUnit 5, Mockito, and integration testing. | ||
| - **Requirement Tracing:** Understanding of traceability matrices and specification management. | ||
| - **VCS:** Mastery of Git and GitHub-based collaborative workflows. | ||
|
|
Contributor
There was a problem hiding this comment.
Not sure. Should this go to AGENTS.md? Seems to be specific to Java development, but this skill describes req tracing.
|
|
||
| ### Development Workflow | ||
|
|
||
| 1. **Branching**: `<type>/<number>_<description>` (e.g., `feature/533_update_agents_md`). |
Contributor
There was a problem hiding this comment.
Duplicate, already specified in Boundaries
Co-authored-by: Christoph Pirkl <4711730+kaklakariada@users.noreply.github.com>
kaklakariada
requested changes
Jun 1, 2026
| ### Code Style & Conventions | ||
|
|
||
| - **Clean Code**: Meaningful names, small functions, single responsibility. | ||
| - **Clean Code**: Meaningful names, small functiKons, single responsibility. |
Contributor
There was a problem hiding this comment.
Typo: functiKons -> functions
…llcode/openfasttrace into documentation/533_agents.md # Conflicts: # AGENTS.md
|
kaklakariada
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Closes #533.