sync: port four Codeberg-only commits to GitHub - #118
Merged
Conversation
…stry, user AI-fluency, agent-platform maturity) (#74)
…eir real checkouts These five were mounted from ../openregister/custom_apps/<app>, a stale second copy: decidesk and openbuild are not git repositories there at all, petstore points at nextcloud-app-template, and shillinq sat five patch versions behind (0.9.18 vs 0.9.23). The container therefore ran code nobody was editing, which silently invalidated every live verification done against those apps. Also adds a planix mount — it had none, so nothing about planix could ever be verified against this instance. Mounting does not enable it. Applied to both the postgres 'nextcloud' service and 'nextcloud-mariadb'.
Compose derives its project name from the working directory, so running this file from .github/ targets a project called 'github' rather than the 'openregister' project the live stack was created under. That project is not empty -- other worktrees run CI-local stacks from their own .github/ dirs and their containers carry project=github too. A bare 'docker compose up -d --force-recreate nextcloud' from this directory therefore resolved a procest CI container as its 'nextcloud' service and stopped it, then failed on a name clash with conduction-postgres. Records the correct invocation.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Codeberg is a backup mirror; GitHub is primary. Four commits landed only on Codeberg and are ported here.
What was genuinely missing
8651b05docs/claude/skill-level-sources.md(+212), README + writing-skills updatesa67bb4adocker/php/zz-conduction-opcache.ini(+37) — PHP JIT disabled, ~140 ms off every request481acff3f3f37c-p openregisterNet: +297 lines, all additive.
What was deliberately NOT ported
Four Codeberg
ci(quality)commits (#70-#73) mirror GitHub's own (#110-#114) — same subjects, same work. Cherry-picking them would have regressedquality.yml, which has since gained the enable-php switch, custom frontend checks and the report gate.Verified by content rather than by commit subject:
quality.ymllinesomit=devauditGitHub is a strict superset, so those four are already here.
Verification
quality.ymlstill 2209 lines after the port — not regressedCONVENTIONS.mdstill present (Codeberg's branch lacks it; a blind overwrite would have deleted it)Found while auditing why a fix of mine went to Codeberg instead of GitHub —
git remote -v | head -2truncated the output and hidorigin.