Skip to content

Fix CI setup failure by repointing flext-infra submodule gitlink to a reachable commit - #170

Closed
marlon-costa-dc with Copilot wants to merge 4065 commits into
0.12.0-devfrom
copilot/fix-ci-job-failure
Closed

Fix CI setup failure by repointing flext-infra submodule gitlink to a reachable commit#170
marlon-costa-dc with Copilot wants to merge 4065 commits into
0.12.0-devfrom
copilot/fix-ci-job-failure

Conversation

Copilot AI commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

The ci workflow failed in make setup because the superproject pinned flext-infra to a commit that no longer exists on the remote (not our ref). This PR updates the gitlink to a valid commit on the tracked 0.12.0-dev line so submodule initialization can proceed.

  • Root cause

    • flext-infra submodule pointer referenced an unreachable SHA: f01c9a8dcafc137e540915e4f1675e9924a6a758.
  • Change

    • Updated only the superproject gitlink for flext-infra:
      • f01c9a8dcafc137e540915e4f1675e9924a6a75843572e5d026ce85c601f14d45c7ad2e1c3c29e85.
  • Scope

    • Single-file effective change (submodule pointer metadata); no code or workflow logic changes.
-Submodule flext-infra f01c9a8... (unreachable)
+Submodule flext-infra 43572e5... (reachable on 0.12.0-dev)

Marlon Costa and others added 30 commits August 3, 2026 22:21
Prior pin landed pre-absorb OID; align with origin/0.12.0-dev.

Co-authored-by: Cursor <cursoragent@cursor.com>
chore(gitlinks): pin flext-cli to absorb tip
DEV-only closeout; no promote to main.

Co-authored-by: Cursor <cursoragent@cursor.com>
chore(gitlinks): pin flext-infra after CI kick
Document main-only ci-matrix, member exclusion/prune, and regenerate the
root workflow header so projections no longer imply member manual matrix.

Co-authored-by: Cursor <cursoragent@cursor.com>
Point the workspace at flext-infra a6001252 so consumers regenerate from
the landed matrix policy and orphan prune.

Co-authored-by: Cursor <cursoragent@cursor.com>
Updated all subproject references to indicate a 'dirty' state across various components, including flext-api, flext-auth, flext-cli, and others. This change ensures clarity on the current state of the subprojects in the workspace.
Point flext-infra at cfd50a90 (PR #205 on 0.12.0-dev). No main.
Point flext-infra at PR #206 on 0.12.0-dev. No main.
Docs reliability leftovers for the make work saga on 0.12.0-dev; pin
flext-infra gitlink to fail-closed tip. No main.
Align AGENTS and root ci-matrix comments with the canonical gen APPLY
surface after the main-only policy closeout.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Bump 16 lagging submodule pointers to origin/0.12.0-dev tips (includes
flext-grpc Channel.ready mypy fix). Align development.md and arc42 §8.1
with Result DIP: p.Result annotations and r[T] factories.
chore(workspace): sync gitlinks + Result DIP doc fixes
Align verb census, FIX→APPLY, docstring audit recipes, and ULW wording
with make help on 0.12.0-dev. No main promote.

Beads: mro-2yjy
Co-authored-by: Cursor <cursoragent@cursor.com>
…vers-012

docs: reliability leftovers for live Make surface (DEV)
Point submodules at gate-fix tips: grpc Channel.ready four-gate green
(#58), infra conform/detector lint+mypy (#210).
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Land flext-infra Security closeout projections across the fleet on
0.12.0-dev. No promote to main.

Beads: mro-2yjy
Co-authored-by: Cursor <cursoragent@cursor.com>
…kflows-012

chore(gitlinks): pin members after workflow sanitize
…on-id

chore(workspace): bump flext-core gitlink (#375)
Follow-up after concurrent tip movement; gitlinks only.

Beads: mro-2yjy
Co-authored-by: Cursor <cursoragent@cursor.com>
chore(gitlinks): repin members after workflow sanitize
marlon-costa-dc and others added 7 commits August 22, 2026 00:56
…d-job

Fix strict docs build failure by correcting docstring-standards TOC anchors
…ature/mro-x0rau-hook-verb-law

# Conflicts:
#	.agents/commands/flext-law.md
#	.agents/skills/flext-law/SKILL.md
#	.beads/config.yaml
#	.beads/metadata.json
#	.default-python-packages
#	.github/scripts/install-git-hooks.sh
#	.github/workflows/ci.yml
#	.github/workflows/docs.yml
#	.markdownlint.json
#	.markdownlintignore
#	.mise.toml
#	.pre-commit-config.yaml
#	.vscode/settings.json
#	AGENTS.md
#	Makefile
#	config/workspace.yaml
#	custom.mk
#	docs/AI_HUB_CONSUMER.md
#	docs/GOVERNANCE.md
#	docs/architecture/adr/002-v0-13-0-platform-baseline.md
#	docs/architecture/adr/010-unified-project-standardization-via-codegen.md
#	docs/architecture/adr/016-make-work-lane-saga.md
#	docs/architecture/adr/README.md
#	docs/architecture/settings-config-canonical-pattern.md
#	docs/audits/flext-deletion-targets-2026-04-25.md
#	docs/guides/make-commands.md
#	docs/guides/using-flext-core.md
#	docs/references/2026-08-06-i2h4-flext-core-handoff.md
#	docs/references/pydantic2/internals/resolving_annotations.md
#	docs/references/three-owner-enforcement-ledger.md
#	docs/superpowers/plans/2026-08-05-fix-forward-fleet-handoff.md
#	docs/superpowers/plans/2026-08-05-three-owner-p0-handoff.md
#	docs/ways-of-working/worker-lane-contract.md
#	examples/README.md
#	flext-infra
#	flext-meltano
#	pyproject.toml
#	tests/unit/provider_surface_tests.py
#	uv.lock

Co-authored-by: marlon-costa-dc <128386606+marlon-costa-dc@users.noreply.github.com>
Phase 0A (mro-x0rau): Exterminate docs verb R12
Co-authored-by: marlon-costa-dc <128386606+marlon-costa-dc@users.noreply.github.com>
Co-authored-by: marlon-costa-dc <128386606+marlon-costa-dc@users.noreply.github.com>
audit: bugfix/mro-0tvv-1-backup-disabled -> 0.12.0-dev
marlon-costa-dc and others added 8 commits August 22, 2026 01:20
fix(security): migrate base images per Snyk remediation (18 Dockerfiles)
docs(security): Semgrep triage inventory (52 findings)
chore(deps): bump packaging from 26.2 to 26.3
…l-sh/setup-uv-10.0.1

chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1
Co-authored-by: marlon-costa-dc <128386606+marlon-costa-dc@users.noreply.github.com>
…ise-action-4.2.5

chore(deps): bump jdx/mise-action from 4.2.4 to 4.2.5
Copilot AI changed the title [WIP] Fix failing GitHub Actions job ci Fix CI setup failure by repointing flext-infra submodule gitlink to a reachable commit Aug 22, 2026
Copilot AI requested a review from marlon-costa-dc August 22, 2026 04:22
chore(deps): bump hatchling from 1.31.0 to 1.32.0
@marlon-costa-dc
marlon-costa-dc marked this pull request as ready for review August 22, 2026 04:22
Copilot AI lite review requested due to automatic review settings August 22, 2026 04:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes CI make setup failures caused by the superproject pinning the flext-infra submodule to an unreachable commit, by updating the gitlink to a reachable SHA on the tracked 0.12.0-dev line.

Changes:

  • Updated the flext-infra submodule gitlink from an unreachable SHA to a reachable SHA on 0.12.0-dev.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@sonarqubecloud

Copy link
Copy Markdown

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.

4 participants