Skip to content

feat: support AGENTS.md and .claude/agents metadata for agent customization #92

@VforVitorio

Description

@VforVitorio

What problem does this solve?

Teams using Claude Code/Copilot-style workflows often already maintain agent metadata in files like AGENTS.md or .claude/agents/*. lmcode currently lacks a compatibility layer to ingest these definitions, forcing duplicate configuration.

Proposed solution

Add compatibility loaders for workspace agent metadata:

  • Parse AGENTS.md and optional .claude/agents/*.md
  • Map definitions into lmcode internal agent profiles
  • Surface loaded profiles in /agents
  • Validate unsupported fields with explicit warnings

This makes migration from existing multi-agent setups significantly easier.

Alternatives considered

Require lmcode-only configuration format from day one. Simpler parser, but high migration friction and duplicated maintenance for users with existing agent specs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions