-
Notifications
You must be signed in to change notification settings - Fork 1
Upgrade to udx-worker:0.42.0 #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
fqjony
wants to merge
3
commits into
latest
Choose a base branch
from
upgrade/udx-worker-0.42.0
base: latest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,97 @@ | ||
| # Generated by dev.kit repo — do not edit manually. | ||
| # Run `dev.kit repo` to refresh. | ||
| kind: repoContext | ||
| version: udx.dev/dev.kit/v1 | ||
| generator: | ||
| tool: dev.kit | ||
| repo: https://github.com/udx/dev.kit | ||
| version: 0.13.0 | ||
| generated_at: 2026-06-05T10:03:56Z | ||
| sources: | ||
| homepage: https://udx.dev/kit | ||
| repository: https://github.com/udx/dev.kit | ||
| package: https://www.npmjs.com/package/@udx/dev-kit | ||
| installation: https://github.com/udx/dev.kit/blob/latest/docs/installation.md | ||
|
|
||
| repo: | ||
| name: worker-php | ||
| archetype: manifest-repo | ||
|
|
||
| # Refs — Direct-read files and paths that define the repo contract. | ||
| # Note: Include only files or directories a repo consumer should read before code exploration. | ||
| # Note: Prefer README, focused docs, workflows, manifests, and explicit operational files. | ||
| # Note: Exclude broad implementation directories unless they are the contract themselves. | ||
|
|
||
| refs: | ||
| - ./README.md | ||
| - ./Makefile | ||
| - ./.github/workflows | ||
| - ./Dockerfile | ||
| - ./docs | ||
|
|
||
| # Commands — Canonical repo entrypoints detected from strong repo signals. | ||
| # Note: Prefer declared make targets and package scripts before regex matches in docs. | ||
| # Note: Emit only commands that can be traced to a concrete source. | ||
| # Note: Record the source path so the command can be reviewed and corrected. | ||
|
|
||
| commands: | ||
| verify: | ||
| run: make test | ||
| source: Makefile | ||
| build: | ||
| run: make build | ||
| source: Makefile | ||
| run: | ||
| run: make run | ||
| source: Makefile | ||
|
|
||
| # Gaps — Factors that are missing or only partially supported by current repo signals. | ||
| # Note: Base the result on explicit factor rules, not free-form judgment. | ||
| # Note: Include message and evidence so the status can be reviewed. | ||
| # Note: Prefer traceable refs and missing signals over vague advice. | ||
|
|
||
| gaps: | ||
| - factor: config | ||
| status: partial | ||
| message: Configuration is documented in README.md, but the repo does not declare a canonical checked-in config contract yet. | ||
| repair_target: README.md or .env.example | ||
| reference: README.md | ||
| evidence: | ||
| - env vars documented in README.md | ||
|
|
||
| # Dependencies — Meaningful dependency-repo contracts such as reusable workflows, images, or versioned manifests this repo relies on. | ||
| # Note: Capture execution-shaping behavior defined outside the current checkout. | ||
| # Note: Avoid promoting standard package inventory or ordinary GitHub action refs into top-level context. | ||
| # Note: Normalize same-org versioned refs into repo slugs when possible. | ||
|
|
||
| dependencies: | ||
| - repo: udx/reusable-workflows | ||
| kind: reusable workflow | ||
| resolved: true | ||
| archetype: manifest-repo | ||
| description: Reusable GitHub Actions workflow templates for CI/CD | ||
| used_by: | ||
| - .github/workflows/docker-ops.yml | ||
| - repo: usabilitydynamics/udx-worker:0.42.0 | ||
| kind: base image | ||
| resolved: true | ||
| source_repo: udx/worker | ||
| archetype: manifest-repo | ||
| description: UDX Worker Docker image | ||
| used_by: | ||
| - Dockerfile | ||
|
|
||
| # Manifests — YAML files that define repo-specific workflow, deploy, or contract behavior. | ||
| # Note: Include custom config/manifests that materially shape repo behavior or contract understanding. | ||
| # Note: Do not include workflow YAML only because it lives under .github/workflows. | ||
| # Note: Promote workflow files only when they declare reusable workflow refs or other repo-specific execution contracts. | ||
| # Note: Prefer structured kind and description metadata from the manifest itself. | ||
| # Note: Include hidden or nested contract dirs when they contain repo-owned manifests with meaningful metadata. | ||
|
|
||
| manifests: | ||
| - path: .github/workflows/docker-ops.yml | ||
| kind: githubWorkflow | ||
| used_by: | ||
| - README.md | ||
| evidence: | ||
| - path reference: README.md |
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.