Document lifecycle-aware continuity controls in README#125
Open
Document lifecycle-aware continuity controls in README#125
Conversation
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
* Sprint 5H: semantic artifact chunk retrieval packet * Sprint 5H: semantic artifact chunk retrieval primitive --------- Co-authored-by: Sami Rusani <sr@samirusani>
* Sprint 5I: compile semantic artifact retrieval packet * Sprint 5I: compile semantic artifact retrieval adoption --------- Co-authored-by: Sami Rusani <sr@samirusani>
* Sprint 5J: hybrid artifact merge packet * Sprint 5J: deterministic hybrid artifact merge --------- Co-authored-by: Sami Rusani <sr@samirusani>
* Sprint 5K: project truth sync packet * Sprint 5K: project truth synchronization --------- Co-authored-by: Sami Rusani <sr@samirusani>
* Sprint 5L: PDF artifact parsing packet * Sprint 5L: PDF artifact parsing v0 --------- Co-authored-by: Sami Rusani <sr@samirusani>
* Sprint 5M: DOCX artifact parsing packet * Sprint 5M: DOCX artifact parsing v0 --------- Co-authored-by: Sami Rusani <sr@samirusani>
* Sprint 5N: RFC822 email artifact parsing packet * Sprint 5N: RFC822 email artifact parsing v0 --------- Co-authored-by: Sami Rusani <sr@samirusani>
* Sprint 5O: Gmail connection and single-message ingestion packet * Sprint 5O: Gmail connection and single-message ingestion --------- Co-authored-by: Sami Rusani <sr@samirusani>
* Sprint 5P: Gmail credential hardening packet * Sprint 5P: Gmail credential hardening --------- Co-authored-by: Sami Rusani <sr@samirusani>
* Sprint 5Q: Gmail refresh token lifecycle packet * Sprint 5Q: Gmail refresh token lifecycle --------- Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
* Compaction 01: archive stale planning context * Compaction 01: restore control packet metadata --------- Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Sami Rusani <sr@samirusani>
Co-authored-by: Redacted User <redacted@users.noreply.github.com>
#114) Co-authored-by: Redacted User <redacted@users.noreply.github.com>
Co-authored-by: Redacted User <redacted@users.noreply.github.com>
Co-authored-by: Redacted User <redacted@users.noreply.github.com>
Co-authored-by: Redacted User <redacted@users.noreply.github.com>
Implements trust classes, promotion eligibility, trust metadata, and trust-aware review behavior across memory admission, persistence, retrieval, explain/context output, and API contracts.
Separate continuity lifecycle states
f93cfb5 to
b73fd46
Compare
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.
What changed
This updates the README to explain that continuity objects now track preservation, searchability, and promotability independently instead of treating lifecycle state as a single active flag.
It also adds the lifecycle-aware positioning to the feature lists and documents the CLI commands for inspecting lifecycle posture and resuming with non-promotable facts when that override is needed.
Why it changed
The lifecycle split already exists in the product, but the README did not explain the default recall and resumption filtering clearly enough for someone approaching the project from the outside.
Documenting the lifecycle model in the public README makes the behavior easier to understand and gives developers a direct path to the relevant CLI commands.
Impact
Developers reading the project overview and getting-started flow now see how preservation, recall visibility, and promotion eligibility differ, and they can discover the lifecycle inspection and resume override commands without reading the implementation first.
Testing
Not run. This is a README-only change.