Bootstrap flake-native standalone AgentProlog #4
No reviewers
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
security
testing
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/agentProlog!4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/issue-1-flake-baseline"
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?
Implements the first executable packaging slice of #1 without duplicating upstream runtime code.
flake.nixconsuminggithub:lost-rob0t/prolog-rlmas a pinned flake input and expecting its public package output;agentPrologpackage and app outputs, a development shell, and clean runtime-load/default-app checks;nix flake check,nix build, andnix run;This PR is intentionally draft because current
prolog-rlm/mainstill haspack.plbut noflake.nix; the downstream build is therefore expected to remain red until companion upstream #141 landspackages.${system}.default. That is the correct dependency failure, not a reason to vendor/copy core.Validation gate: GitHub Actions on the exact head. Once upstream packaging lands, refresh
flake.lock, require all checks green, then continue into the first headless workflow slice.Companion upstream: lost-rob0t/prolog-rlm#141.