You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,7 @@ Defaults:
243
243
- artifact branch TTL: 30 days
244
244
- GitHub/GitLab setup also writes PR/MR session-review automation that updates a session artifact branch and posts a review comment on PR/MR updates.
245
245
- By default PR/MR artifact branches are ephemeral and are deleted when the review closes; set `--session-archive-branch <branch>` to keep immutable review snapshots on a dedicated archive branch such as `pr/sessions`.
246
-
- Session review comments now include a `Reviewer Quick Digest` block with Q&A excerpts (question/answer rows), modified files, and added/updated tests.
246
+
- Session review comments now include a `Reviewer Quick Digest` block with mobile-friendly Q&A prose, modified files, and added/updated tests.
247
247
248
248
Sensitive repositories can force immediate cleanup:
Copy file name to clipboardExpand all lines: docs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ Provider matrix:
215
215
- GitHub: `.github/workflows/opensession-cleanup.yml` plus `.github/workflows/opensession-session-review.yml` are generated. By default PR updates publish ephemeral `opensession/pr-<number>-sessions` branches and delete them when the PR closes; set `--session-archive-branch <branch>` to keep immutable review snapshots on a dedicated archive branch such as `pr/sessions`.
216
216
- GitLab: `.gitlab/opensession-cleanup.yml` plus `.gitlab/opensession-session-review.yml` are generated; `.gitlab-ci.yml` is updated only when an OpenSession managed marker block exists (or file is newly created). MR pipelines publish/refresh `opensession/mr-<iid>-sessions` and post an MR note, or use the configured archive branch when `--session-archive-branch` is set.
217
217
- Generic git: `.opensession/cleanup/cron.example` is generated for cron/system scheduler wiring.
218
-
- Session-review comments include `Reviewer Quick Digest` with Q&A excerpts (`Question | Answer` rows), modified file summary, and added/updated tests.
218
+
- Session-review comments include `Reviewer Quick Digest` with mobile-friendly Q&A prose, modified file summary, and added/updated tests.
219
219
220
220
## Development & Validation
221
221
@@ -344,7 +344,7 @@ Default mode is web. Use `--no-open` to print URL only.
344
344
345
345
Local `view` targets do not require registered git credentials.
346
346
They use local git objects / local source bytes and generate a local review bundle.
347
-
Commit-linked local review pages expose a `Reviewer Quick Digest` panel that renders Q&A content excerpts (not just counts), modified files, and added/updated tests.
347
+
Commit-linked local review pages expose a `Reviewer Quick Digest` panel that renders mobile-friendly Q&A content excerpts (not just counts), modified files, and added/updated tests.
0 commit comments