Add initial AI-agents configuration#132
Merged
Merged
Conversation
# Conflicts: # dependencies.md # pom.xml # version.gradle.kts
armiol
approved these changes
Jul 14, 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.
What
Adds the initial AI-agents configuration for the Chords repository, defining
the operating policy, project context, and task-specific skills that agent
tools (Claude Code, OpenAI-based interfaces, etc.) pick up when working in
this codebase.
Contents
AGENTS.md— the repository operating policy: Git-history and safetyrules, versioning/report requirements, verification commands for both
toolchains (root project on JDK 11 / Gradle 6.9.4 and
codegen/pluginsonJDK 17 / Gradle 9.4.x), development conventions, and code-review guidance.
CLAUDE.md— a thin pointer toAGENTS.mdfor Claude-based tools..agents/project.md— project overview, module map, architecture notes(class-based component model, codegen flow), documentation ownership, and
CI notes.
.agents/skills/— a skill index plus ten task-specific skills, each witha
SKILL.mdpolicy andagents/openai.yamlUI metadata:engineer— router for mixed or unclear implementation work;component-engineer— class-based Compose UI components acrosscore,proto, andclient;codegen-engineer— ProtoData plugins, codegen runtime, and Protobufdeclarations;
build-engineer— Gradle build logic, publishing wiring, and versionpolicy;
tester— test authoring and verification strategy;code-reviewer— implementation review;security-reviewer— credentials, workflow secrets, dependencyprovenance, and agent prompt/configuration safety;
ci-engineer— GitHub Actions workflows;docs-writer/docs-reviewer— documentation authoring and review.Other changes
2.0.0-SNAPSHOT.88and regeneratedpom.xmlanddependencies.md.