Open
Conversation
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.
Related Issue
Closes #1
Motivation / Context
.agentspayload out into the newfast-forward/agentspackage as the first repository-side step for [agents] Extract packaged agents into fast-forward/agents and install via composer installer-paths dev-tools#195.dev-toolsas a global tool here for now so this package can later become a dependency ofdev-toolswithout a local package cycle.fast-forward/composer-installerspackage instead of the genericcomposer/installers+ extender path, so consumers receive copied payload files instead of package-root symlinks.fast-forward-to reduce collisions with consumer-owned local agents and skills.Changes
.agents/..agents/agents/fast-forward-*.md..agents/skills/fast-forward-*while preserving the skill names declared insideSKILL.md.fast-forward/agentsas afast-forward-resource-bundle.fast-forward/composer-installers:^0.1.composer/installers/oomphinc/composer-installers-extenderdependency and metadata assumptions.installer-pathsrules wherefast-forward/agentsmaterializes into.agents/, while a future workflow bundle can materialize into.github/workflows/.AgentBundlePHP API, Composer autoload metadata, PHPUnit dependency,phpunit.xml, and tests.Analyze (actions)status and keeps report/wiki publication deferred untildev-toolscan run its bundled toolchain globally.Verification
composer dev-toolsfull standards gate: deferred untildev-toolshas a standalone/global toolchain shim; the current global binary still expects local Rector/ECS/phpDocumentor/PhpMetrics binaries for that command.composer validate --strictlocally.composer validate --strictinsidebackup/..agents/agents,.agents/skills, prefixed agent files, prefixed skill directories, and Composer bundle metadata.composer dev-tools changelog:check -- --file=CHANGELOG.md --against=origin/mainYAML.load_file.backup/Composer smoke with symlinked path repositories for bothfast-forward/agentsandfast-forward/composer-installers, installing the installer as0.1.0.backup/payload smoke confirmed.agents/agents/fast-forward-issue-implementer.mdand.agents/skills/fast-forward-github-pull-requestare copied as regular paths, without the old unprefixed paths.backup/manifest smoke confirmedvendor/fast-forward/.composer-installers/fast-forward_agents.jsontracks the prefixed payload entries.Documentation / Generated Output
docs/updatedAGENTS.mdupdatedChangelog
CHANGELOG.mdentryReviewer Notes
fast-forward-resource-bundleis intentionally generic; the target directory is selected by package-specificinstaller-pathsentries.composer.jsonis the bundle contract untildev-toolshas a concrete integration need.backup/smoke project is ignored by git and configured to use path repositories for pre-release testing.