Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a dialog, a browse table. The WinForms side needs the live app (this skill); the
- A project with the relevant data (e.g. Words ▸ Analyses parity needs **parsed wordform analyses** — a
bare project shows an empty interlinear). Restore per `project-loading.md`.
- Evidence folders and parity-bundle naming: see `screenshot-evidence.md` (canonical parity
layout defined in the migration skill's `references/parity-evidence.md` §6).
layout defined in the migration skill's `.claude/skills/fieldworks-winforms-to-avalonia-migration/references/parity-evidence.md` §6).

## The two captures

Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/fieldworks-winapp/references/research.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sequence, cues, and safety notes to perform that route.

- One reusable navigation destination or workflow per `navigation/*.md` file.
- Shared safety and triggering rules stay in `SKILL.md`.
- Skill maintenance rules stay in `references/how-to-update.md`.
- Skill maintenance rules stay in `how-to-update.md`.
- Research rationale stays in this file so future edits can revisit the design
without bloating the active route instructions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ delta in the region manifest).
> intentionally diverge. The visual-parity evidence type therefore checks
> density/layout, not pixel-for-pixel appearance. The density tokens and
> per-view border/font rules that this parity is measured against live in
> `fieldworks-avalonia-ui/references/style-system.md`, even where styling
> `.claude/skills/fieldworks-avalonia-ui/references/style-system.md`, even where styling
> intentionally diverges.

**Canonical code.** `Src/Common/FwAvalonia/FwAvaloniaDensity.cs`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ headless tests), and then PROMOTES it:
citations.
2. Add a numbered subsection to dialog-conversion.md (the §2c/§2d shape:
what the legacy behavior was, the shared design, the test names).
3. Record any surprise in `references/lessons-learned.md` per its update
3. Record any surprise in `lessons-learned.md` per its update
protocol.

Until a gap's exemplar exists, conversions that need it stay on the Legacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ requirements it fed are synced to `openspec/specs/lexical-edit-parity-automation
`xWorksTests` (~1400 tests share the host); the restored test base holds the
undoable task open (no nested `NonUndoableUnitOfWorkHelper`); `OnChangeFilter`
takes an (added, removed) delta that `RecordList` composes into its `AndFilter`.
- Skill files changed: `references/architecture-patterns.md` (§13),
`references/parity-evidence.md` (§2a, §3), `references/migration-checklist.md`
- Skill files changed: `architecture-patterns.md` (§13),
`parity-evidence.md` (§2a, §3), `migration-checklist.md`
(Phase 7), `SKILL.md` (quick map + workflow step 7), this ledger.

### 2026-06 — Lexical Edit (full entry view), phases 1–2 (seed entry)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Use this when collapsing a large multi-view derisk branch into a landable PR (se
## Phase 3 — Seams

- [ ] Existing seams reused from `Src/Common/FwAvalonia/Seams/`
- [ ] Any new seam added to `references/seam-catalog.md` with purpose,
- [ ] Any new seam added to `seam-catalog.md` with purpose,
rules, and pivot trigger
- [ ] No region code reaches directly into PropertyTable/mediator/LCModel
outside a seam
Expand Down Expand Up @@ -125,7 +125,7 @@ Use this when collapsing a large multi-view derisk branch into a landable PR (se
## Phase 10 — Retrospective (updates this skill set)

- [ ] New patterns/gotchas/pivots recorded per the protocol in
`references/lessons-learned.md`
`lessons-learned.md`
- [ ] New plugins added to the canonical examples in
architecture-patterns.md §5
- [ ] Stale file pointers in any fieldworks-* skill fixed
Expand Down
Loading