Skip to content

Commit 6f9fd41

Browse files
committed
docs: fix Phase 3 implementation PR reference (PR #126 → PR #127)
1 parent 35642f1 commit 6f9fd41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/proposals/Resource-Cache-And-Stale-Semantics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **Phase 1** (PR #119, `@intent-framework/core@0.1.0-alpha.8`): `cache.staleTime` and `cache.deduplicate`.
1010
> **Phase 2** (PR #123, `@intent-framework/core@0.1.0-alpha.9`): `cache.key` only, scoped to one runtime and one `ResourceNode`.
11-
> **Phase 3** (PR #126, `@intent-framework/core@0.1.0-alpha.10`): `cacheTime` single-runtime in-memory eviction, per `ResourceNode`, per key.
11+
> **Phase 3** (PR #127, `@intent-framework/core@0.1.0-alpha.10`): `cacheTime` single-runtime in-memory eviction, per `ResourceNode`, per key.
1212
> **Phase 4+**: SWR, cross-navigation cache store, dependency-tracked keys. These remain design-only until implementation begins.
1313
1414
---
@@ -764,7 +764,7 @@ When no `key` option is provided:
764764
765765
## Phase 3: CacheTime — Single-Runtime Design
766766
767-
**Status:** Design (not yet implemented)
767+
**Status:** Design (PR #126), implemented in `@intent-framework/core@0.1.0-alpha.10` (PR #127)
768768
**Scope:** `cacheTime` option, in-memory entry retention/eviction within the lifetime of a single `ResourceNode`. No cross-navigation cache store. No SWR. No dependency-tracked keys. No server resources.
769769
770770
### Revisiting Phase 2 Q7
@@ -1261,7 +1261,7 @@ No changeset is needed for this proposal — it is design-only.
12611261
| Backward compat | Full — all existing tests pass without modification |
12621262
| New exports | `ResourceKey` type only |
12631263

1264-
### Phase 3 (implemented in `@intent-framework/core@0.1.0-alpha.10`)
1264+
### Phase 3 (implemented in `@intent-framework/core@0.1.0-alpha.10`, PR #127)
12651265

12661266
- **`cacheTime`** — single-runtime in-memory entry retention/eviction
12671267
- Per-key eviction within a single `ResourceNode`

0 commit comments

Comments
 (0)