New release — June 3: jurisdiction support, plaintiff-side litigation, and suite-wide refinements from launch feedback - #85
Open
tobinsouth wants to merge 1 commit into
Open
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
…lls, and suite-wide corrections Highlights, built from launch feedback: - Jurisdiction is a first-class input: every cold-start interview asks where you practice, profiles carry a structured Jurisdiction block, and skills load per-jurisdiction reference files keyed to the procedural frame instead of silently applying US doctrine - England & Wales litigation reference set for eight skills (CPR pleading standards, PD 57AC, PD 57AD, Part 36, privilege limbs) — banner-marked as staged pending practitioner review - Seven new litigation skills: cite-check, complaint-drafter, discovery-requests, settlement-demand, pre-suit-investigation, damages-model, judgment-enforcement - Cross-plugin assessment index between privacy and AI-governance skills (pointer rows only, opt-out at setup, inert without matter isolation in multi-client practices) - Configuration survives sandboxed environments: cold-start probes the config path and falls back to a working-folder directory when the home path is not writable - Practice profiles record configuration attestation; the managed-agent audit log is hash-chained and verifiable; a guardrail sync checker keeps the shared template blocks identical across plugins - Substantive corrections throughout — citation fixes, privilege and work-product doctrine, statutory references including the post-AIA section 102 bar-date screen (incorporating the correction proposed in #75), deadline computations — plus documentation that matches what actually ships (connector scope, research coverage, agent scheduling) - CLA document added and the CLA workflow made tolerant of real-world signing comments - Twelve first-party plugins versioned 1.2.0; see UPGRADING.md before updating from 1.0.x
tobinsouth
force-pushed
the
release-2026-06-03
branch
from
June 3, 2026 05:05
62df5f4 to
f189f6b
Compare
Collaborator
Author
|
Public feedback welcome on this! |
|
If I understand correctly, for the Cowork fix to work, I need to instruct my legal team to open a new session in the same folder each time (where the config is written). I think it this could be explained better in the main README, otherwise you risk this fix not being adopted much, even though I (at least for our company) it is a game changer! |
|
Yes |
|
Is this project on hold? We'd really like this PR to be merged so we can continue using the plugin in Cowork! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

A coordinated release addressing the major themes from launch feedback. 251 files; the twelve first-party plugins are versioned 1.2.0. If you are upgrading from 1.0.x, read UPGRADING.md first — one pre-update step protects files you may have authored inside the plugin directory.
Jurisdiction support
## Jurisdictionblock (primary jurisdiction, procedural frame, citation style) in your practice profileSeven new litigation skills
cite-check(standalone citation verification with per-cite verdicts and retrieval-backed checking),complaint-drafter,discovery-requests,settlement-demand,pre-suit-investigation,damages-model,judgment-enforcement— full house guardrail pattern; nothing files or sends; the Rule 11 check informs the signing attorney.Configuration & trust
claude-for-legal-config/folder in your working directory when the home path isn't writable (mitigates the privacy-legal cold-start can't write its own config in Cowork #55) — setup persists instead of re-running every sessionorchestrate.py --verify-audit); identifiers are logged as digestsscripts/check-guardrail-sync.pykeeps the shared guardrail blocks identical across all twelve plugin templatesCorrections & accuracy
Contributor experience
Full upgrade guidance: UPGRADING.md.