Skip to content

Add initial AI-agents configuration#132

Merged
Oleg-Melnik merged 3 commits into
masterfrom
add-agents-config
Jul 14, 2026
Merged

Add initial AI-agents configuration#132
Oleg-Melnik merged 3 commits into
masterfrom
add-agents-config

Conversation

@Oleg-Melnik

@Oleg-Melnik Oleg-Melnik commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

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 safety
    rules, versioning/report requirements, verification commands for both
    toolchains (root project on JDK 11 / Gradle 6.9.4 and codegen/plugins on
    JDK 17 / Gradle 9.4.x), development conventions, and code-review guidance.
  • CLAUDE.md — a thin pointer to AGENTS.md for 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 with
    a SKILL.md policy and agents/openai.yaml UI metadata:
    • engineer — router for mixed or unclear implementation work;
    • component-engineer — class-based Compose UI components across core,
      proto, and client;
    • codegen-engineer — ProtoData plugins, codegen runtime, and Protobuf
      declarations;
    • build-engineer — Gradle build logic, publishing wiring, and version
      policy;
    • tester — test authoring and verification strategy;
    • code-reviewer — implementation review;
    • security-reviewer — credentials, workflow secrets, dependency
      provenance, and agent prompt/configuration safety;
    • ci-engineer — GitHub Actions workflows;
    • docs-writer / docs-reviewer — documentation authoring and review.

Other changes

  • Bumped the version to 2.0.0-SNAPSHOT.88 and regenerated pom.xml and
    dependencies.md.

@Oleg-Melnik Oleg-Melnik self-assigned this Jul 14, 2026
# Conflicts:
#	dependencies.md
#	pom.xml
#	version.gradle.kts
@Oleg-Melnik Oleg-Melnik requested a review from armiol July 14, 2026 17:46
@Oleg-Melnik Oleg-Melnik merged commit ad2ecbc into master Jul 14, 2026
5 checks passed
@Oleg-Melnik Oleg-Melnik deleted the add-agents-config branch July 14, 2026 18:05
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