Skip to content

chore(ci): adopt enterprise-ci-cd reusables#1258

Closed
ashsolei wants to merge 35 commits intoe2b-dev:mainfrom
AiFeatures:chore/wave2-ci-adoption
Closed

chore(ci): adopt enterprise-ci-cd reusables#1258
ashsolei wants to merge 35 commits intoe2b-dev:mainfrom
AiFeatures:chore/wave2-ci-adoption

Conversation

@ashsolei
Copy link
Copy Markdown

@ashsolei ashsolei commented Apr 8, 2026

Wave 2 hardening — wires this repo into the shared CI pipeline. Part of BACKLOG.md P0 items. See _shared/orchestration-plan-wave2.md.

ashsolei and others added 30 commits March 15, 2026 05:47
16 core agents (Layer 0 + Layer 1) for Copilot Coding Agent.
Source: AiFeatures/agent-hub/copilot-agents/
16 core agents (Layer 0 + Layer 1) for Copilot Coding Agent.
Path: .github/agents/*.agent.md
Source: AiFeatures/agent-hub/copilot-agents/
These were deployed to the wrong path. Correct path is .github/agents/*.agent.md
iAiFy enterprise governance — standardized Copilot instructions.
iAiFy enterprise governance — AI agent instructions.
# Conflicts:
#	.github/workflows/publish_packages.yml
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
chore: sync CLAUDE.md and copilot-instructions docs
ashsolei and others added 5 commits April 7, 2026 23:06
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.1 to 7.5.12.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.2.1...v7.5.12)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…sdk (#9)

Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.19.2...2.20.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-version: 2.20.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wave 2 hardening — wires this repo into the shared CI pipeline
(ci-node + security-scan). Part of BACKLOG.md P0 items.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This pull request is from a fork — automated review is disabled. A repository maintainer can comment @claude review to run a one-time review.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 8, 2026

⚠️ No Changeset found

Latest commit: 4edb814

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ashsolei ashsolei closed this Apr 8, 2026
@ashsolei ashsolei deleted the chore/wave2-ci-adoption branch April 8, 2026 08:07
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4edb8145da

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread .github/dependabot.yml
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "n
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Fix malformed Dependabot updates entry

The first updates item is syntactically broken (package-ecosystem: "n), which makes .github/dependabot.yml invalid YAML and prevents Dependabot from loading any update configuration for this repository. In practice, dependency/security update PRs will stop being created until this entry is corrected.

Useful? React with 👍 / 👎.

Comment thread .github/workflows/ci.yml
Comment on lines +18 to +20
jobs:
node:
uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/ci-node.yml@v1
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Restore a release/publish workflow path

This commit leaves CI with only node and security reusable jobs and no release/publish job or workflow_dispatch release entrypoint, while the previous release.yml workflow was removed. As a result, maintainers lose the automated GitHub Actions path for publishing SDK/CLI releases (including candidate releases), which blocks normal release operations.

Useful? React with 👍 / 👎.

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.

1 participant