docs: record reference anchor placement and generating label notes
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -213,6 +213,14 @@ Phase 32
|
||||
- [x] Add focused regression coverage and run frontend verification
|
||||
- **Status:** complete
|
||||
|
||||
### Phase 34: Reference-Anchored Generation Placement
|
||||
- [x] Preserve ordered canvas-node identity from submitted image capsules for the active agent turn
|
||||
- [x] Place newly generated image nodes beside the last canvas-backed image capsule
|
||||
- [x] Keep backend/default placement when no submitted capsule maps to a canvas node
|
||||
- [x] Add multiple-capsule and fallback regression coverage
|
||||
- [x] Run frontend tests, typecheck, build, and preview verification
|
||||
- **Status:** complete
|
||||
|
||||
## Invariants
|
||||
- Brand Kits are owned and queried only through the authenticated user ID from request context.
|
||||
- A project may reference zero or one Brand Kit owned by the same user.
|
||||
@@ -297,3 +305,6 @@ Phase 32
|
||||
| Playwright request context bypassed the page's mocked asset route and could not resolve `asset.local` | 1 | Fetch the captured normalized SVG inside the page context so the route handler supplies the bytes. |
|
||||
| Combined performance findings patch matched entries in a different order than the current file | 1 | Re-read the exact section and apply the package/result additions against their real positions. |
|
||||
| Direct CDN import used LeaferJS's package ESM build, whose bare `@leafer/core` specifier is not browser-resolvable | 1 | Load the official prebundled browser distribution for the throwaway benchmark. |
|
||||
| TypeScript widened the hidden reference-anchor content discriminator to `string` | 1 | Declare the helper's `AgentContent[]` return type explicitly and rerun the focused test and typecheck. |
|
||||
| Detached `nohup` preview processes were reclaimed by the terminal runner | 1 | Start the frontend and backend in persistent tool sessions, then verify all direct and proxied endpoints. |
|
||||
| `pnpm dev -- --port 5175` passed `--port` as a Next project directory | 1 | Use the repository script's supported `pnpm dev --port 5175` argument form. |
|
||||
|
||||
Reference in New Issue
Block a user