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
Re-attach the per-bullet "Suggest a rewrite" affordance inside the Reconstructed Resume view, on flagged bullets, in context under their role — replacing the standalone placement it had under the retired PerBulletFeedback surface.
This is the deferred final piece of the resume-view pivot. It reuses the existing WebGPU/Qwen2-1.5B pilot (landed in #39) — no new model work; this issue is about placement and wiring the rewrite control into the new view.
Depends on A (the view + inline bullet flags must exist). Independent of B (editing) — can land before or after.
Scope
In:
Surface the existing rewrite affordance on flagged bullets within ReconstructedResume, in context (under the owning role).
Flagged bullets only (passing bullets don't need it).
Out:
Any change to the rewrite model / prompt / quality.
Cloud or desktop rewrite providers (stay at Recruidea).
Accepting a rewrite back into the editable parse (interaction with B) — if in scope, scope it explicitly here at implementation time; default v1 is rewrite-as-suggestion only.
Reuse analysis
Capability = "suggest a rewrite for a bullet." Already owned by the #39 pilot. This issue re-homes that control into the new view — pure reuse + reposition, no parallel surface, no new capability.
Acceptance
Rewrite affordance appears on flagged bullets inside ReconstructedResume, in role context.
Summary
Re-attach the per-bullet "Suggest a rewrite" affordance inside the Reconstructed Resume view, on flagged bullets, in context under their role — replacing the standalone placement it had under the retired
PerBulletFeedbacksurface.This is the deferred final piece of the resume-view pivot. It reuses the existing WebGPU/Qwen2-1.5B pilot (landed in #39) — no new model work; this issue is about placement and wiring the rewrite control into the new view.
Depends on A (the view + inline bullet flags must exist). Independent of B (editing) — can land before or after.
Scope
In:
ReconstructedResume, in context (under the owning role).Out:
Reuse analysis
Capability = "suggest a rewrite for a bullet." Already owned by the #39 pilot. This issue re-homes that control into the new view — pure reuse + reposition, no parallel surface, no new capability.
Acceptance
ReconstructedResume, in role context.npm run test+npm run typecheckgreen.Blocked by: #57 (A) (Reconstructed Resume view + inline flags).