-
Notifications
You must be signed in to change notification settings - Fork 0
feat(tally): add local write fixture enrollment #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lamemustafa
merged 5 commits into
master
from
tapish-codex/feat/tally-write-fixture-enrollment-v1
Jul 22, 2026
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
ee3431d
feat(tally): add local write fixture enrollment
lamemustafa 5e9e94c
fix(tally): preserve latest fixture revocation evidence
lamemustafa 54fcef7
fix(tally): sequence fixture revocation evidence
lamemustafa 2a18568
fix(tally): migrate fixture revocation sequence
lamemustafa b4419aa
fix(tally): support sequenced fixture upgrades
lamemustafa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
29 changes: 29 additions & 0 deletions
29
docs/tally/compatibility/synthetic-write-canary-fixture.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # Synthetic write-canary fixture gate | ||
|
|
||
| This gate records a local, revocable operator attestation for a future synthetic | ||
| write-canary. It does not construct XML, call Tally, write to Tally, change the | ||
| Capability Passport, or establish write support. | ||
|
|
||
| ## Enrollment prerequisites | ||
|
|
||
| 1. Use a dedicated disposable synthetic company. An existing demo company is | ||
| not automatically eligible: the operator attestation is a gate, not proof | ||
| that the company is disposable. | ||
| 2. Do not use customer, personal, or production data. | ||
| 3. Before any later canary, create an offline backup, record how to restore it, | ||
| and verify the restore path against a separate copy. If this is not possible, | ||
| do not acknowledge the backup guidance and do not proceed. | ||
| 4. Persist the selected GUID-bearing company scope, then obtain a separate fresh | ||
| Probe review for the local enrollment. A review consumed by setup save cannot | ||
| be reused. | ||
|
|
||
| ## Local effects and revocation | ||
|
|
||
| Enrollment stores only commitment hashes, attestation flags, and local event | ||
| timestamps. It does not store fixture content, company names, GUIDs, backup | ||
| locations, or free text in the enrollment evidence tables. The UI must continue | ||
| to report `write capability: Unknown`. | ||
|
|
||
| Revocation appends a local `operator_revoked` event. It changes the local | ||
| candidate gate only and never alters Tally. A revoked fixture requires a new | ||
| fresh review and a new complete attestation before it can be enrolled again. |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.