Vendor the clean-room Core engine into src/Core/ #3
Labels
No labels
area: build
area: ci
area: compare
area: model
area: plugin
area: provenance
area: rite
area: settings
area: ui
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Ordo#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The MVP must run with no API. The new clean-room Core library is vendored into the plugin so the engine ships inside the plugin bundle. This must never pull in the old abandoned engine.
Acceptance criteria
Notes
Clean-room constraint: never port or reference the old engine. Core carries its own AGPL license; the plugin remains GPL-2.0-or-later and documents the bundled component.
Done in #105. Core vendored into src/Core/ via bin/vendor-core.php (repeatable), pinned to 0.4.0 / ref cf55645 in CORE_VERSION; CI clean-room guard (bin/check-no-old-engine.php) fails on any non-Introibo namespace or old-engine token; PHPUnit resolves days through the bundled engine with no network (Nativity + SSPX overlay).