Skip to content

Commit 73c85a0

Browse files
committed
PR feedback
1 parent 94d9c50 commit 73c85a0

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@
146146
}
147147
}
148148
}
149-
}
149+
}

.llm/design-history/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Entry format:
1313
YYYY-MM-DD | Decision | Supersedes | Rationale | Evidence | PR/Issue
1414
```
1515

16-
Keep entries one line and append-only.
16+
Keep entries one line and append-only.

.llm/design-history/network.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
2025-12-15 | Validate frame numbers on all peer inputs | None | Prevent desync from malformed or malicious network packets | src/network/protocol | PR #200
2-
2026-03-01 | Prefer checked frame arithmetic in rollback paths | None | Prevent overflow-triggered desync at extreme frame values | src/sync_layer | PR #312
2+
2026-03-01 | Prefer checked frame arithmetic in rollback paths | None | Prevent overflow-triggered desync at extreme frame values | src/sync_layer | PR #312

.llm/design-history/sync-layer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-01-10 | Use fixed-capacity circular buffer for saved states | None | Keep rollback memory bounded and lookup cost stable | src/sync_layer/saved_states.rs | PR #280
1+
2026-01-10 | Use fixed-capacity circular buffer for saved states | None | Keep rollback memory bounded and lookup cost stable | src/sync_layer/saved_states.rs | PR #280

.llm/skills/workflows/adversarial-handoff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ Exit Criteria:
7676
- Do not escalate every PR.
7777
- Do not run adversarial review without scoped questions.
7878
- Do not close handoff without regression coverage.
79-
- Do not merge High/Critical findings without explicit acceptance.
79+
- Do not merge High/Critical findings without explicit acceptance.

.llm/skills/workflows/design-decisions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ During review:
7171

7272
- Do not write essays. One line per decision.
7373
- Do not create logs for every small change.
74-
- Do not omit evidence links (file/symbol/PR).
74+
- Do not omit evidence links (file/symbol/PR).

.llm/skills/workflows/review-readiness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Review Readiness
5858
- Do not replace this checklist with prose summaries only.
5959
- Do not mark PASS without running the checks.
6060
- Do not treat this as a style checklist; this is correctness-first.
61-
- Do not open PRs with known blocking failures from this gate.
61+
- Do not open PRs with known blocking failures from this gate.

.llm/templates/ask-user-question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ The missing detail is where the timeout occurs in the flow.
2727
- Does the timeout occur before handshake completion or during rollback replay?
2828
- Is it reproducible only under chaos settings (latency/loss), or also on clean UDP?
2929

30-
If you do not have those details yet, I can start with a timeout-stage trace and narrow from first failing checkpoint.
30+
If you do not have those details yet, I can start with a timeout-stage trace and narrow from first failing checkpoint.

0 commit comments

Comments
 (0)