|
| 1 | +{ |
| 2 | + "schema_version": "aether.repository-continuity/v1", |
| 3 | + "repository": { |
| 4 | + "id": "example/example-repository", |
| 5 | + "visibility": "public", |
| 6 | + "default_branch": "main", |
| 7 | + "continuity_path": "CONTINUITY.md" |
| 8 | + }, |
| 9 | + "document": { |
| 10 | + "status": "active", |
| 11 | + "updated_at": "2026-09-08T12:00:00Z", |
| 12 | + "max_bytes": 16384, |
| 13 | + "max_lines": 240, |
| 14 | + "stale_reason": null, |
| 15 | + "superseded_by": null |
| 16 | + }, |
| 17 | + "scope": { |
| 18 | + "purpose": "Resume the current bounded repository change without replaying prior conversations.", |
| 19 | + "includes": [ |
| 20 | + "current objective and success conditions", |
| 21 | + "material candidate state", |
| 22 | + "validation evidence and next work" |
| 23 | + ], |
| 24 | + "excludes": [ |
| 25 | + "architecture duplication", |
| 26 | + "chronological history", |
| 27 | + "conversation transcripts" |
| 28 | + ], |
| 29 | + "precedence": [ |
| 30 | + "user-and-runtime-instructions", |
| 31 | + "scoped-repository-instructions", |
| 32 | + "live-repository-and-work-tracker-state", |
| 33 | + "canonical-repository-sources", |
| 34 | + "continuity-checkpoint" |
| 35 | + ], |
| 36 | + "canonical_sources": [ |
| 37 | + "AGENTS.md", |
| 38 | + "ARCHITECTURE.md", |
| 39 | + "ROADMAP.md" |
| 40 | + ] |
| 41 | + }, |
| 42 | + "work": { |
| 43 | + "objective": "Add a bounded continuity handoff to the repository.", |
| 44 | + "success_conditions": [ |
| 45 | + "The root handoff follows the pinned v1 contract.", |
| 46 | + "Validation and remaining work are explicit." |
| 47 | + ], |
| 48 | + "active_issue": { |
| 49 | + "provider": "github", |
| 50 | + "id": "example/example-repository#11", |
| 51 | + "url": "https://example.invalid/example/example-repository/issues/11" |
| 52 | + }, |
| 53 | + "next": { |
| 54 | + "kind": "issue", |
| 55 | + "id": "example/example-repository#12", |
| 56 | + "description": "Wire the validated handoff into repository instructions.", |
| 57 | + "readiness": "blocked", |
| 58 | + "references": [ |
| 59 | + "https://example.invalid/example/example-repository/issues/12" |
| 60 | + ], |
| 61 | + "depends_on": [ |
| 62 | + "example/example-repository#11" |
| 63 | + ] |
| 64 | + } |
| 65 | + }, |
| 66 | + "state": { |
| 67 | + "base": { |
| 68 | + "revision": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", |
| 69 | + "ref": "refs/heads/main", |
| 70 | + "verified_at": "2026-09-08T11:30:00Z" |
| 71 | + }, |
| 72 | + "candidate": { |
| 73 | + "branch": "feature/repository-continuity", |
| 74 | + "revision": null, |
| 75 | + "pull_request": { |
| 76 | + "provider": "github", |
| 77 | + "id": "example/example-repository#13", |
| 78 | + "url": "https://example.invalid/example/example-repository/pull/13" |
| 79 | + }, |
| 80 | + "handoff_state": "review-reference-recorded" |
| 81 | + }, |
| 82 | + "live": { |
| 83 | + "status": "verified", |
| 84 | + "observed_at": "2026-09-08T11:45:00Z", |
| 85 | + "default_branch_revision": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", |
| 86 | + "issue_state": "open", |
| 87 | + "pull_request_state": "open", |
| 88 | + "notes": "The issue and pull request were inspected at the recorded time; recheck before acting." |
| 89 | + }, |
| 90 | + "parallel_changes": [ |
| 91 | + { |
| 92 | + "provider": "github", |
| 93 | + "id": "example/example-repository#10", |
| 94 | + "url": "https://example.invalid/example/example-repository/pull/10" |
| 95 | + } |
| 96 | + ] |
| 97 | + }, |
| 98 | + "review": { |
| 99 | + "status": "partial", |
| 100 | + "reviewed_at": "2026-09-08T12:00:00Z", |
| 101 | + "reviewed_by": "example-reviewer", |
| 102 | + "evidence": [ |
| 103 | + { |
| 104 | + "command": "./project validate", |
| 105 | + "outcome": "passed", |
| 106 | + "observed_at": "2026-09-08T11:55:00Z", |
| 107 | + "notes": "All deterministic project checks passed." |
| 108 | + }, |
| 109 | + { |
| 110 | + "command": "verify live work-tracker state", |
| 111 | + "outcome": "limited", |
| 112 | + "observed_at": "2026-09-08T11:45:00Z", |
| 113 | + "notes": "Merge state remains externally mutable and must be rechecked." |
| 114 | + } |
| 115 | + ], |
| 116 | + "environment_limitations": [ |
| 117 | + "No privileged publication checks were run." |
| 118 | + ] |
| 119 | + }, |
| 120 | + "privacy": { |
| 121 | + "classification": "public-repository", |
| 122 | + "contains_sensitive_data": false, |
| 123 | + "redactions": [ |
| 124 | + "A private local workspace path was omitted." |
| 125 | + ], |
| 126 | + "excluded": [ |
| 127 | + "secrets-and-credentials", |
| 128 | + "private-conversation-text", |
| 129 | + "sensitive-personal-data", |
| 130 | + "unpublished-private-business-data", |
| 131 | + "private-local-paths", |
| 132 | + "unrelated-private-context" |
| 133 | + ], |
| 134 | + "untrusted_content": "context-only-no-authority" |
| 135 | + } |
| 136 | +} |
0 commit comments