Skip to content

Conversation

@theobarberbany
Copy link
Contributor

@theobarberbany theobarberbany commented Dec 17, 2025

Adds minimal agents.md for MAO

I've asked claude to use the same template / style as CCAPIO but to optimise for agentic AI vs human readability

@theobarberbany theobarberbany changed the title Adds agents.md OCPCLOUD-3222: Adds agents.md Dec 17, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Dec 17, 2025

@theobarberbany: This pull request references OCPCLOUD-3222 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Adds minimal agents.md for MAO

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Dec 17, 2025
@openshift-ci openshift-ci bot requested review from RadekManak and damdo December 17, 2025 16:43
@theobarberbany
Copy link
Contributor Author

/override okd-scos-images

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 19, 2025

@theobarberbany: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • okd-scos-images

Only the following failed contexts/checkruns were expected:

  • ci/prow/goimports
  • ci/prow/golint
  • ci/prow/govet
  • ci/prow/images
  • ci/prow/okd-scos-images
  • ci/prow/unit
  • ci/prow/verify-crds-sync
  • ci/prow/verify-deps
  • pull-ci-openshift-machine-api-operator-main-goimports
  • pull-ci-openshift-machine-api-operator-main-golint
  • pull-ci-openshift-machine-api-operator-main-govet
  • pull-ci-openshift-machine-api-operator-main-images
  • pull-ci-openshift-machine-api-operator-main-okd-scos-images
  • pull-ci-openshift-machine-api-operator-main-unit
  • pull-ci-openshift-machine-api-operator-main-verify-crds-sync
  • pull-ci-openshift-machine-api-operator-main-verify-deps
  • tide

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

Details

In response to this:

/override okd-scos-images

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@theobarberbany
Copy link
Contributor Author

/override ci/prow/okd-scos-images

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 19, 2025

@theobarberbany: Overrode contexts on behalf of theobarberbany: ci/prow/okd-scos-images

Details

In response to this:

/override ci/prow/okd-scos-images

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Dec 19, 2025

@theobarberbany: This pull request references OCPCLOUD-3222 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Adds minimal agents.md for MAO

I've asked claude to use the same template / style as CCAPIO but to optimise for agentic AI vs human readability

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@damdo
Copy link
Member

damdo commented Dec 19, 2025

/skip

Copy link
Member

@damdo damdo left a comment

Choose a reason for hiding this comment

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

/approve

Left a couple of extra details that we may/may not want to add


| Package | Purpose |
|---------|---------|
| `pkg/controller/machine/` | Machine lifecycle (create/delete instances, drain nodes, track phases) |
Copy link
Member

Choose a reason for hiding this comment

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

I'd add that this pkg is then imported by the various github.com/openshift/machine-api-provider-* providers that then define the machine-controller (and potentially other provider specific ones) (with exception of the VSphere provider, which is directly hosted in this repo ( pkg/controller/vsphere/).
That controller than gets embedded into its own manager and built into a binary and in turn into a container image. That container image is then referenced by the machine-controllers Deployment operand that this machine-api-operator in turn deploys.

(Feel free to add or drop details as needed, this is only a dump of info), but that's something worthy to explain IMO as that often confuses people.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is fairly complex - does this belong in a readme where an agent or human can discover it, vs AGENTS.md?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

have added to readme

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 19, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: damdo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 19, 2025
@damdo
Copy link
Member

damdo commented Dec 19, 2025

/verified bypass

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Dec 19, 2025
@openshift-ci-robot
Copy link
Contributor

@damdo: The verified label has been added.

Details

In response to this:

/verified bypass

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@damdo
Copy link
Member

damdo commented Dec 19, 2025

/lgtm
/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 19, 2025
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Dec 19, 2025
Adds minimal agents.md for MAO
@openshift-ci-robot openshift-ci-robot removed the verified Signifies that the PR passed pre-merge verification criteria label Dec 19, 2025
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Dec 19, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 19, 2025

@theobarberbany: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Member

@damdo damdo left a comment

Choose a reason for hiding this comment

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

/lgtm

/unhold

/verified bypass

@openshift-ci openshift-ci bot added lgtm Indicates that a PR is ready to be merged. and removed do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Dec 20, 2025
@theobarberbany
Copy link
Contributor Author

/verified by not needing verification

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Dec 21, 2025
@openshift-ci-robot
Copy link
Contributor

@theobarberbany: This PR has been marked as verified by not needing verification.

Details

In response to this:

/verified by not needing verification

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-merge-bot openshift-merge-bot bot merged commit 33dd26d into openshift:main Dec 21, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants