stolt/agent-md-php

A PHP wrapper for AGENT.md, the universal agent configuration file.

v0.0.1 2025-07-08 06:41 UTC

This package is auto-updated.

Last update: 2025-07-10 10:49:54 UTC


README

Test Status Version Downloads PHP Version PDS Skeleton

This library and its CLI supports you in creating, reading, and validating AGENT.md Markdown files via PHP.

What's AGENT.md?

AGENT.md is a proposed universal configuration file format for software agents, LLM-powered tools, and AI assistants.

Installation and usage

composer require stolt/agent-md-php

Available CLI commands

The following list shows the currently available CLI commands to interact with an AGENT.md file.

php bin/agent-md list

agent-md-php 0.0.1

Available commands:
  info        Display parsed AGENT.md sections
  init        Create a boilerplate AGENT.md file
  migrate     Migrate legacy agent config files to AGENT.md
  validate    Validate the AGENT.md file

Running tests

composer test

License

This library is licensed under the MIT license. Please see LICENSE.md for more details.

Changelog

Please see CHANGELOG.md for more details.

Contributing

Please see CONTRIBUTING.md for more details.