feat: implement SPEC-020 temporal family reasoning #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hence/plan-IMPL-020"
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?
This PR implements SPEC-020 temporal-family reasoning across indexing, reasoning, projection, shadow execution, and query APIs.
This PR supersedes the earlier hence/plan-IMPL-018 attempt.
IMPL-018 established temporal atom identity and validated a number of query and regression scenarios, but it relied on a TemporalBridge compatibility layer. That bridge approach was useful for proving out the design space, but it left semantic gaps between authored
theories and the core reasoner, especially around temporal-window identity, explanation/projection semantics, and mixed temporal/atemporal behavior.
This branch replaces that approach with first-class temporal-family reasoning in the core system.
What changed
Validation
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.