Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/setup-agent-skills-config.md

This file was deleted.

10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eyecite-ts

## 0.34.3

### Patch Changes

- [#896](https://github.com/medelman17/eyecite-ts/pull/896) [`34133d0`](https://github.com/medelman17/eyecite-ts/commit/34133d03143ea65861f48a5ed0eb32c931581666) Thanks [@medelman17](https://github.com/medelman17)! - Add agent skills configuration: `docs/agents/` (issue tracker, triage labels, domain docs) and an `## Agent skills` section in CLAUDE.md. Documentation/tooling only — no runtime changes.

## 0.34.2

### Patch Changes
Expand Down Expand Up @@ -3250,7 +3256,7 @@ Administrative Code`) prefixes plus the two-part hyphen section
In Georgia opinions (and a handful of other state systems), a parallel
citation is wrapped in parens:

275 Ga. 486, 488-489 (2) (569 SE2d 502) (2002)
275 Ga. 486, 488-489 (2) (569 SE2d 502) (2002)

The inner cite `569 SE2d 502` is the parenthesized parallel; the
trailing `(2002)` is the shared year for both members. Before this fix,
Expand All @@ -3276,7 +3282,7 @@ Administrative Code`) prefixes plus the two-part hyphen section
Michigan (and a handful of other states) write parallel citations with
`;` instead of `,`:

People v Bobo, 390 Mich 355, 359; 212 NW2d 190 (1973)
People v Bobo, 390 Mich 355, 359; 212 NW2d 190 (1973)

Before this fix, the Mich cite got `year=undefined` and the two members
were not grouped. This was the single highest-volume year defect in the
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyecite-ts",
"version": "0.34.2",
"version": "0.34.3",
"description": "TypeScript port of eyecite - extract, resolve, and annotate legal citations",
"type": "module",
"exports": {
Expand Down