feat: add point-in-time investment workflow domain contracts - #41
Open
Altairpaca wants to merge 10 commits into
Open
feat: add point-in-time investment workflow domain contracts#41Altairpaca wants to merge 10 commits into
Altairpaca wants to merge 10 commits into
Conversation
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.
Sequencing status
Implementation is intentionally deferred behind the stable-release acceptance boundary now documented on
mainand reflected in roadmap #46. Keep this PR available as the deterministic foundation for the later research-workflow layer, but do not merge it merely to expand scope before the genuine release blockers (#6, #23, #34) are closed.Goal
Move Clausula from reliable accounting/market primitives toward reproducible investment workflows without introducing opaque automated investment decisions.
Change
InvestmentWorkflow,WorkflowInputRef,WorkflowRun, andWorkflowArtifactdomain contracts;effective_at <= known_at <= workflow as_of) to reject hindsight;clausula.domain;Boundary
No model-generated trade decision or execution authority is introduced. These are deterministic workflow/provenance primitives for later research, thesis and decision workflows.
Merge gate
Re-review/rebase this branch after stable-release acceptance. At that point, verify that the workflow contracts reuse the final canonical research/artifact/accounting identities rather than creating a parallel truth system.
Refs #40 #46