Skip to content

Commit 7fe1fdc

Browse files
committed
Fixes for:
LT-22383 Interliner missing, need Gecko LT-22378 Create + Edit button on new entery (duplicate button) LT-22382 - Newtonsoft version conflict and string parsing of response. Stale binaries LT-22382 - permanently fix all staged mismatched dll's. LT-22381 - GAFAWSAnalysis stale binary (half fix) LT-22384 - stack overflow error. Remove Spec-kit Fix compile errors in XMLViewsTests and FwCoreDlgsTests Fix memory leak in TextsTriStateTreeView (LT-22392) Fix LT-22395: Information dialog missing on Text Chart tab Renamed the MessageBox trigger from 'TextChartNewFeature' to 'TextChartTemplateWarning' to reset the 'Do not show again' preference for all users, ensuring the warning is seen. docs: Update agent instructions to prefer current workspace over new worktrees Fix LT-22394: Resolve System.Security.Permissions dependency conflict Fix LT-22393: Remove stale DistFiles/Aga.Controls.dll (1.7.0.0) which conflicted with NuGet 1.7.7.0 Add Setup-Local-Localization.ps1 to generate localized configs for reproducing LT-22391 Fix(XCore): Improve XPath safety for tool/clerk IDs Fix(LT-22392): Add regression test for TextsTriStateTreeView leak (LT-22396) LT-22394 Fix - ProDotNetZip needing pinned assemblies Fix - add the assembly binding redirects Fix for LT-22393 complete. LT-22394 Added a global <PackageReference> pin for System.Security.Permissions version 9.0.9 in Directory.Build.props:81-88, following the same pattern already used for System.Memory, Microsoft.Bcl.HashCode, etc. This forces all projects to resolve to the same version regardless of build configuration or order. create new OpenSpec specs Basic CI (not yet tied in) Test for LT-22392 Test for LT-22382 Update LibLcm for LT-22388
1 parent 9ae6964 commit 7fe1fdc

347 files changed

Lines changed: 11440 additions & 19873 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.GitHub/AGENTS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,28 @@ See `.github/AI_GOVERNANCE.md` for the documentation taxonomy and “source of t
108108
- Localization: update `.resx` files; never edit `crowdin.json` unless you understand Crowdin flows.
109109
- Build infrastructure: `Build/` + `Bld/` orchestrate targets/props—change sparingly and document impacts.
110110

111+
## JIRA Integration
112+
113+
**LT-prefixed tickets** (e.g., `LT-22382`) are JIRA issues from `https://jira.sil.org/`.
114+
115+
⚠️ **NEVER browse to `jira.sil.org` URLs** - requires authentication. **ALWAYS use Python scripts:**
116+
117+
```powershell
118+
# Get issue details (inline Python)
119+
python -c "import sys; sys.path.insert(0, '.github/skills/atlassian-readonly-skills/scripts'); from jira_issues import jira_get_issue; print(jira_get_issue('LT-22382'))"
120+
121+
# Or export your assigned issues to JSON
122+
python .github/skills/jira-to-beads/scripts/export_jira_assigned.py
123+
```
124+
125+
| Scenario | Skill |
126+
|----------|-------|
127+
| Read issue details | `atlassian-readonly-skills` (default) |
128+
| Create/update/comment | `atlassian-skills` (only when user explicitly requests) |
129+
| Bulk import to Beads | `jira-to-beads` |
130+
131+
See `/AGENTS.md` → "Atlassian / JIRA Skills" section for full configuration and details.
132+
111133
## Confidence Checklist
112134
- [ ] Prefer traversal builds over per-project compile hacks.
113135
- [ ] Keep coding style aligned with `.editorconfig` and existing patterns.

.GitHub/agents/speckit.analyze.agent.md

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)