Research and design StarLang resolver effect ports #110
No reviewers
Labels
No labels
bug
design
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/starintel-auto-research!110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/star-resolver-ports"
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?
Scope
Add the next StarLang resolver research/design pass:
STAR-LANG-RESEARCH-016audits the currentcurl/sha256sumloader boundary and evaluates injected Common Lisp fetch/digest portsSTAR-LANG-005specifies the resolver context, port contracts, cache/integrity ordering, security policy, failure contract, packaging direction, and a two-phase migrationKey direction
Phase 1 is dependency-free: extract explicit fetch/digest ports and move current shell behavior behind compatibility adapters, with deterministic fake-port tests.
Phase 2 replaces those adapters with native Common Lisp implementations: Ironclad for SHA-256 and a bounded HTTPS adapter, with Dexador as the current candidate pending implementation validation.
The compiler/runtime remain network/process-free. Remote bytes must be bounded and digest-verified before parsing/compilation.
Evidence
Primary-source review covers the current StarLang loader, approved
STAR-LANG-RESEARCH-006, Ironclad documentation, and Dexador documentation.Both documents remain
REVIEW; this PR does not invent approval or claim implementation is complete.