Skip to content

Conversation

danielmeppiel
Copy link
Contributor

This pull request introduces a new apm.yml file to the project.

It allows platform-mode to become an APM module that others can install by adding it to their APM dependencies file:

name: my-project
version: 1.0.0
description: This project uses Platform-mode
author: danielmeppiel

dependencies:
  apm:
    - DevExpGbb/platform-mode

scripts:
  discovery-codex: "RUST_LOG=debug codex --skip-git-repo-check discovery.prompt.md"
  # Continue exposing any scripts from the package

And then, once spec-kit PR is merged

specify apm install
specify apm run discovery-codex

image

Copy link
Contributor

@raykao raykao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks straight forward and good to me 😄
thanks @danielmeppiel

@raykao raykao merged commit 5c2da5f into main Sep 18, 2025
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