feat: build step 4 — /mediation/, /arbitration/, /med-arb/; source ADRIC's rules
Build and deploy / build-and-deploy (push) Failing after 4s
Build and deploy / build-and-deploy (push) Failing after 4s
Three pages, five in the build, zero JavaScript. /arbitration/ carries §4's paired-disclosure condition on four surfaces and Q39's struck universal appears in no form. /med-arb/ meets the procedural-fairness objection at the level of process design and ships deliberately without Pouya's own protocol commitments, which are Q54. docs/01 directed the mediation page to name the "ADRIC Model Mediation Rules". No such document exists — 0 occurrences across all four of ADRIC's rules pages against 10 for "National Mediation Rules"; "Model" belongs to the Model Dispute Resolution Clause inside the rules. Caught only because R14 requires the source before the claim. docs/reference/adric-rules.md + adric-extract/ carry it, with the digest drift measured rather than assumed: the HTML changes per request, the text extracts are byte-stable, so the extracts are the artefact. Four review passes, 21 defects, and the pattern was mine: I wrote the Q54 gate into the page and then breached it four times, then round 2 found two survivors of round 1's own fixes and one defect round 1's fix created. Also removed a <title> naming a practised role §4 does not grant, a habitual presupposing awards issued, and a claim about what ADRIC's rules permit that my own reference doc says is unsupported. Two instrument failures caught before they became conclusions: touch targets measured over file:// with no CSS loaded (uniform 18px, including on a .btn with a 44px floor), and a schema.org validator call that parsed nothing and returned 0 warnings for everything. Both re-run with the instrument validated first. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0148NztQskLKKApP5SzAA78e
This commit is contained in:
co-authored by
Claude Opus 5
parent
2282183b4b
commit
f3138a0a79
@@ -0,0 +1,43 @@
|
||||
# The extracted text behind `../adric-rules.md`
|
||||
|
||||
**Why this directory exists, and why it matters more here than for ADRIO.**
|
||||
Every term count in `../adric-rules.md` — including Finding 1, which corrected a
|
||||
rule-set name `docs/01` had directed onto a public page — was run against these
|
||||
extracts, not against the raw HTML. R14: a count taken from an artefact nobody
|
||||
can reach is unverifiable by construction.
|
||||
|
||||
**And unlike the ADRIO fetch, the HTML digests here do not reproduce.** The
|
||||
served pages change on every request. `../adric-rules.md` §Provenance records
|
||||
the two measured digests and the four causes read out of the diff. **The
|
||||
extracts below are byte-stable across those re-fetches** — verified, not
|
||||
assumed: a second fetch of the mediation-rules page produced different HTML and
|
||||
an identical `.txt`.
|
||||
|
||||
So for these pages, **the `.txt` files are the artefact and the digests are only
|
||||
a record of what was fetched.**
|
||||
|
||||
## Reproducing
|
||||
|
||||
```sh
|
||||
curl -sSL -o <slug>.html "https://adric.ca/rules-codes/<path>/"
|
||||
node ../adrio-extract/extract.mjs <slug>.html > <slug>.txt
|
||||
```
|
||||
|
||||
The four URLs and their slugs are in the provenance table of
|
||||
`../adric-rules.md`.
|
||||
|
||||
**`extract.mjs` is not duplicated here.** It is the same unmodified script
|
||||
committed at `../adrio-extract/extract.mjs`, and a second copy is a second thing
|
||||
to keep true — `CLAUDE.md`'s single-source rule applied to a tool rather than to
|
||||
a fact. If you change it, both reference documents' counts have to be re-run.
|
||||
|
||||
## The one command that reproduces Finding 1
|
||||
|
||||
```sh
|
||||
for f in *.txt; do
|
||||
printf '%-40s %s\n' "$f" "$(grep -o -F 'Model Mediation Rules' "$f" | wc -l)"
|
||||
done
|
||||
```
|
||||
|
||||
Expect `0` on all four. `grep -o -F 'National Mediation Rules'` returns 10 on
|
||||
`rules-codes__national-mediation-rules.txt`.
|
||||
@@ -0,0 +1,188 @@
|
||||
Rules & Codes - ADR Institute of Canada
|
||||
About
|
||||
About Us
|
||||
Board of Directors
|
||||
Staff & Contact Us
|
||||
Operational Committees
|
||||
Diversity, Equity, Inclusion (DEI)
|
||||
ADRIC Regional Affiliates
|
||||
McGowan Awards
|
||||
Refund & Cancellation Policy
|
||||
Partners
|
||||
Job Opportunities
|
||||
Rules & Codes
|
||||
ADRIC By-laws
|
||||
Federation MoU
|
||||
ADRIC Arbitration Rules
|
||||
National Mediation Rules
|
||||
ADRIC Med-Arb Rules
|
||||
Ethics & Professional Practice
|
||||
Code of Ethics
|
||||
Code of Conduct
|
||||
Conflict of Interest
|
||||
Complaints & Discipline Policy
|
||||
Privacy Policy
|
||||
Online Dispute Resolution (ODR) Vision
|
||||
Membership
|
||||
Become a Member
|
||||
Member Benefits
|
||||
Membership Renewals
|
||||
Events
|
||||
ADRIC 2026 National Conference
|
||||
Webinars
|
||||
ADRIC Past Conferences
|
||||
ADRIC 2025: Annual National Conference
|
||||
ADRIC 2024: Annual National Conference
|
||||
ADRIC 2023: Annual National Conference
|
||||
ADRIC 2022: Annual National Conference
|
||||
ADRIC 2021 Conference Webinar Series
|
||||
Home
|
||||
Program
|
||||
Sponsor
|
||||
Publications & News
|
||||
ADRIC News – Monthly Newsletter
|
||||
ADR Perspectives
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Canadian Arbitration and Mediation Journal
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Media Centre
|
||||
Marketing Opportunities
|
||||
ADRIC Annual Report
|
||||
Announcements
|
||||
ADR Training
|
||||
Construction Adjudication Training Program
|
||||
Correspondence Course in Arbitration
|
||||
Med-Arb Workshop
|
||||
National Introductory Arbitration Course
|
||||
National Introductory Mediation Course
|
||||
ADRIC Accredited Courses
|
||||
ADRIC Professional Practice Manuals
|
||||
Disability Accessibility Guidebook
|
||||
Designations & CEE
|
||||
Continuing Education & Engagement
|
||||
Professional Designations
|
||||
Arbitrator Designations
|
||||
Mediator Designations
|
||||
Chartered Med-Arbitrator
|
||||
Construction Adjudicator
|
||||
Family Practice Mediation
|
||||
IMI Recognition
|
||||
Indigenous Practitioner Inclusion Initiative
|
||||
Services
|
||||
Construction Adjudication
|
||||
CTA-OTC Arbitrator Roster
|
||||
Arbitrator Appointments
|
||||
Mediator Appointments
|
||||
ADRIC Med-Arb Rules Case Administration Services
|
||||
Custom ADR Systems and Rosters Development
|
||||
In-House Designations
|
||||
ADR Connect - Directory of Professionals Affiliate Member Portals
|
||||
ADRIC Member Portal
|
||||
Language:
|
||||
en
|
||||
fr
|
||||
About
|
||||
About Us
|
||||
Board of Directors
|
||||
Staff & Contact Us
|
||||
Operational Committees
|
||||
Diversity, Equity, Inclusion (DEI)
|
||||
ADRIC Regional Affiliates
|
||||
McGowan Awards
|
||||
Refund & Cancellation Policy
|
||||
Partners
|
||||
Job Opportunities
|
||||
Rules & Codes
|
||||
ADRIC By-laws
|
||||
Federation MoU
|
||||
ADRIC Arbitration Rules
|
||||
National Mediation Rules
|
||||
ADRIC Med-Arb Rules
|
||||
Ethics & Professional Practice
|
||||
Code of Ethics
|
||||
Code of Conduct
|
||||
Conflict of Interest
|
||||
Complaints & Discipline Policy
|
||||
Privacy Policy
|
||||
Online Dispute Resolution (ODR) Vision
|
||||
Membership
|
||||
Become a Member
|
||||
Member Benefits
|
||||
Membership Renewals
|
||||
Events
|
||||
ADRIC 2026 National Conference
|
||||
Webinars
|
||||
ADRIC Past Conferences
|
||||
ADRIC 2025: Annual National Conference
|
||||
ADRIC 2024: Annual National Conference
|
||||
ADRIC 2023: Annual National Conference
|
||||
ADRIC 2022: Annual National Conference
|
||||
ADRIC 2021 Conference Webinar Series
|
||||
Home
|
||||
Program
|
||||
Sponsor
|
||||
Publications & News
|
||||
ADRIC News – Monthly Newsletter
|
||||
ADR Perspectives
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Canadian Arbitration and Mediation Journal
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Media Centre
|
||||
Marketing Opportunities
|
||||
ADRIC Annual Report
|
||||
Announcements
|
||||
ADR Training
|
||||
Construction Adjudication Training Program
|
||||
Correspondence Course in Arbitration
|
||||
Med-Arb Workshop
|
||||
National Introductory Arbitration Course
|
||||
National Introductory Mediation Course
|
||||
ADRIC Accredited Courses
|
||||
ADRIC Professional Practice Manuals
|
||||
Disability Accessibility Guidebook
|
||||
Designations & CEE
|
||||
Continuing Education & Engagement
|
||||
Professional Designations
|
||||
Arbitrator Designations
|
||||
Mediator Designations
|
||||
Chartered Med-Arbitrator
|
||||
Construction Adjudicator
|
||||
Family Practice Mediation
|
||||
IMI Recognition
|
||||
Indigenous Practitioner Inclusion Initiative
|
||||
Services
|
||||
Construction Adjudication
|
||||
CTA-OTC Arbitrator Roster
|
||||
Arbitrator Appointments
|
||||
Mediator Appointments
|
||||
ADRIC Med-Arb Rules Case Administration Services
|
||||
Custom ADR Systems and Rosters Development
|
||||
In-House Designations
|
||||
ADRIC By-Laws
|
||||
Learn More
|
||||
Federation MoU
|
||||
Learn More
|
||||
ADRIC Arbitration Rules
|
||||
Learn More
|
||||
ADRIC Mediation Rules
|
||||
Learn More
|
||||
ADRIC Med-Arb Rules
|
||||
Learn More
|
||||
Ethics & Professional Practice
|
||||
Learn More
|
||||
Privacy Policy
|
||||
Learn More
|
||||
Online Dispute Resolution (ODR) Vision
|
||||
Learn More
|
||||
Corporate Members
|
||||
News
|
||||
Abusive Arbitration Clauses in Contracts of Adhesion: The Québec Court of Appeal Draws the Line
|
||||
The Role of Law in Mediation: Between Authority and Autonomy
|
||||
Preserving Mediation’s Distinct Role in Civil Justice Reform: The Promise and Peril in Ontario’s Civil Rules Review
|
||||
Contact
|
||||
ADR Institute of Canada, Inc. 705-130 Albert Street, Ottawa, ON K1P5G4 1-877-475-4353 info@adric.ca
|
||||
© 2026 ADR Institute of Canada, Inc. | Privacy Policy | Subscribe
|
||||
@@ -0,0 +1,215 @@
|
||||
ADRIC Med-Arb Rules - ADR Institute of Canada
|
||||
About
|
||||
About Us
|
||||
Board of Directors
|
||||
Staff & Contact Us
|
||||
Operational Committees
|
||||
Diversity, Equity, Inclusion (DEI)
|
||||
ADRIC Regional Affiliates
|
||||
McGowan Awards
|
||||
Refund & Cancellation Policy
|
||||
Partners
|
||||
Job Opportunities
|
||||
Rules & Codes
|
||||
ADRIC By-laws
|
||||
Federation MoU
|
||||
ADRIC Arbitration Rules
|
||||
National Mediation Rules
|
||||
ADRIC Med-Arb Rules
|
||||
Ethics & Professional Practice
|
||||
Code of Ethics
|
||||
Code of Conduct
|
||||
Conflict of Interest
|
||||
Complaints & Discipline Policy
|
||||
Privacy Policy
|
||||
Online Dispute Resolution (ODR) Vision
|
||||
Membership
|
||||
Become a Member
|
||||
Member Benefits
|
||||
Membership Renewals
|
||||
Events
|
||||
ADRIC 2026 National Conference
|
||||
Webinars
|
||||
ADRIC Past Conferences
|
||||
ADRIC 2025: Annual National Conference
|
||||
ADRIC 2024: Annual National Conference
|
||||
ADRIC 2023: Annual National Conference
|
||||
ADRIC 2022: Annual National Conference
|
||||
ADRIC 2021 Conference Webinar Series
|
||||
Home
|
||||
Program
|
||||
Sponsor
|
||||
Publications & News
|
||||
ADRIC News – Monthly Newsletter
|
||||
ADR Perspectives
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Canadian Arbitration and Mediation Journal
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Media Centre
|
||||
Marketing Opportunities
|
||||
ADRIC Annual Report
|
||||
Announcements
|
||||
ADR Training
|
||||
Construction Adjudication Training Program
|
||||
Correspondence Course in Arbitration
|
||||
Med-Arb Workshop
|
||||
National Introductory Arbitration Course
|
||||
National Introductory Mediation Course
|
||||
ADRIC Accredited Courses
|
||||
ADRIC Professional Practice Manuals
|
||||
Disability Accessibility Guidebook
|
||||
Designations & CEE
|
||||
Continuing Education & Engagement
|
||||
Professional Designations
|
||||
Arbitrator Designations
|
||||
Mediator Designations
|
||||
Chartered Med-Arbitrator
|
||||
Construction Adjudicator
|
||||
Family Practice Mediation
|
||||
IMI Recognition
|
||||
Indigenous Practitioner Inclusion Initiative
|
||||
Services
|
||||
Construction Adjudication
|
||||
CTA-OTC Arbitrator Roster
|
||||
Arbitrator Appointments
|
||||
Mediator Appointments
|
||||
ADRIC Med-Arb Rules Case Administration Services
|
||||
Custom ADR Systems and Rosters Development
|
||||
In-House Designations
|
||||
ADR Connect - Directory of Professionals Affiliate Member Portals
|
||||
ADRIC Member Portal
|
||||
Language:
|
||||
en
|
||||
fr
|
||||
About
|
||||
About Us
|
||||
Board of Directors
|
||||
Staff & Contact Us
|
||||
Operational Committees
|
||||
Diversity, Equity, Inclusion (DEI)
|
||||
ADRIC Regional Affiliates
|
||||
McGowan Awards
|
||||
Refund & Cancellation Policy
|
||||
Partners
|
||||
Job Opportunities
|
||||
Rules & Codes
|
||||
ADRIC By-laws
|
||||
Federation MoU
|
||||
ADRIC Arbitration Rules
|
||||
National Mediation Rules
|
||||
ADRIC Med-Arb Rules
|
||||
Ethics & Professional Practice
|
||||
Code of Ethics
|
||||
Code of Conduct
|
||||
Conflict of Interest
|
||||
Complaints & Discipline Policy
|
||||
Privacy Policy
|
||||
Online Dispute Resolution (ODR) Vision
|
||||
Membership
|
||||
Become a Member
|
||||
Member Benefits
|
||||
Membership Renewals
|
||||
Events
|
||||
ADRIC 2026 National Conference
|
||||
Webinars
|
||||
ADRIC Past Conferences
|
||||
ADRIC 2025: Annual National Conference
|
||||
ADRIC 2024: Annual National Conference
|
||||
ADRIC 2023: Annual National Conference
|
||||
ADRIC 2022: Annual National Conference
|
||||
ADRIC 2021 Conference Webinar Series
|
||||
Home
|
||||
Program
|
||||
Sponsor
|
||||
Publications & News
|
||||
ADRIC News – Monthly Newsletter
|
||||
ADR Perspectives
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Canadian Arbitration and Mediation Journal
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Media Centre
|
||||
Marketing Opportunities
|
||||
ADRIC Annual Report
|
||||
Announcements
|
||||
ADR Training
|
||||
Construction Adjudication Training Program
|
||||
Correspondence Course in Arbitration
|
||||
Med-Arb Workshop
|
||||
National Introductory Arbitration Course
|
||||
National Introductory Mediation Course
|
||||
ADRIC Accredited Courses
|
||||
ADRIC Professional Practice Manuals
|
||||
Disability Accessibility Guidebook
|
||||
Designations & CEE
|
||||
Continuing Education & Engagement
|
||||
Professional Designations
|
||||
Arbitrator Designations
|
||||
Mediator Designations
|
||||
Chartered Med-Arbitrator
|
||||
Construction Adjudicator
|
||||
Family Practice Mediation
|
||||
IMI Recognition
|
||||
Indigenous Practitioner Inclusion Initiative
|
||||
Services
|
||||
Construction Adjudication
|
||||
CTA-OTC Arbitrator Roster
|
||||
Arbitrator Appointments
|
||||
Mediator Appointments
|
||||
ADRIC Med-Arb Rules Case Administration Services
|
||||
Custom ADR Systems and Rosters Development
|
||||
In-House Designations
|
||||
The ADRIC Med-Arb Rules
|
||||
As part of ADRIC’s role in protecting the public and promoting best practices in ADR, the need became apparent for specialized rules of procedure for med-arb, so a Task Force was formed with a dedicated working group of med-arb professionals. The Task Force completed an initial draft of the Rules, which were then referred to the Rules Committee for its consideration.
|
||||
The Committee followed past practice by consulting with the membership at large as the Rules were being reviewed, and a discussion draft of the ADRIC Med-Arb Rules was presented to the membership at ADRIC’s Annual Conference in November 2019. The Committee received extensive and very helpful feedback. The Committee also followed past practice by sending the draft ADRIC Med-Arb Rules for “wordsmithing” by a plain language specialist and many of the recommended plain language revisions were adopted.
|
||||
Med-Arb is not merely the merging of separate mediation and arbitration processes, but a unique process designed to meet the needs of particular disputants. It involves nuances and complexities that can be fine-tuned to the needs of the parties as a customized dispute resolution process, which requires a high level of practitioner competence to do successfully.
|
||||
The Rules are designed to work in tandem with ADRIC’s existing Mediation Rules and Arbitration Rules, integrating seamlessly.
|
||||
Download the ADRIC Med-Arb Rules:
|
||||
Booklet format
|
||||
8.5 x 11 format
|
||||
Designation : We have also developed criteria for a specialized designation: the Chartered Med-Arb
|
||||
Course : We have worked with course designers to develop the Med-Arb Foundational Course. See the training schedule .
|
||||
Note: This course is presented in English.
|
||||
ADRIC is grateful for the exceptional work of the following volunteers who gave so generously of their time and expertise to develop the Rules and Designation Criteria:
|
||||
Sara Ahlstrom, C.Med
|
||||
Anik Béland
|
||||
Glen Bell, C.Arb
|
||||
Colm Brannigan, FCIArb, C.Arb, C.Med
|
||||
Genevieve Chornenki, C.Arb, C.Med
|
||||
Olivier Després, C.Med, C.Arb
|
||||
Barry Effler
|
||||
Martina Faith
|
||||
Angus Gunn, Q.C.
|
||||
Arlene Henry, Q.C., C.Med
|
||||
Jim McCartney, C.Arb, C.Med
|
||||
David McCutcheon, C.Arb
|
||||
Gerry Nera, C.Med, Q.Arb
|
||||
Louise Novinger Grant, Q.C.
|
||||
Elton Simoes, C.Med, Q.Arb
|
||||
Marjorie Lee Thompson
|
||||
Rick Weiler
|
||||
Michael Welsh, Q.C., FCIArb, C.Med, Q.Arb
|
||||
How can I comment to enhance the next revision?
|
||||
Send email or correspondence to the Executive Director: [email protected]
|
||||
MODEL DISPUTE RESOLUTION CLAUSE
|
||||
Parties who agree to submit disputes under the Med-Arb Rules may use this clause in their agreement:
|
||||
All disputes arising out of or in connection with this agreement, or in respect of any legal relationship associated with or derived from this agreement, will be finally resolved by Med-Arb under the Med-Arb Rules of the ADR Institute of Canada, Inc. The Seat of Arbitration under the ADRIC Arbitration Rules will be [specify]. The language of the Med-Arb will be [specify].
|
||||
TYPES OF DISPUTES TO WHICH THE MED-ARB RULES APPLY
|
||||
Although the Med-Arb Rules were drafted to assist in resolving domestic commercial disputes, parties may want to apply them to international or non-commercial disputes. [1]
|
||||
Parties should examine the Med-Arb Rules to ensure that their provisions are appropriate and conform with applicable legislation.
|
||||
[1] In Québec, Article 2639 of the Civil Code of Québec, CQLR, c. CCQ-1991, provides that disputes over the status and capacity of persons, family matters, or other matters of public order may not be submitted to arbitration.
|
||||
ADRIC ADMINISTRATION SERVICES
|
||||
To commence a med-arb, send the Notice of Request to med-arbitrate to each Respondent under the Agreement and to ADRIC at [email protected] , and courier the Commencement Fee as set out in Schedule A of the Rules plus HST to ADRIC. Cheques are to be made payable to ADR Institute of Canada.
|
||||
The Case Service Fee is to be remitted by the Respondent(s) with their Statement of Defence and/or Counterclaim (see Schedule A).
|
||||
Templates : We regret we are not able to provide templates as the content of any such agreements would need to be the subject of legal advice.
|
||||
Corporate Members
|
||||
News
|
||||
Abusive Arbitration Clauses in Contracts of Adhesion: The Québec Court of Appeal Draws the Line
|
||||
The Role of Law in Mediation: Between Authority and Autonomy
|
||||
Preserving Mediation’s Distinct Role in Civil Justice Reform: The Promise and Peril in Ontario’s Civil Rules Review
|
||||
Contact
|
||||
ADR Institute of Canada, Inc. 705-130 Albert Street, Ottawa, ON K1P5G4 1-877-475-4353 info@adric.ca
|
||||
© 2026 ADR Institute of Canada, Inc. | Privacy Policy | Subscribe
|
||||
@@ -0,0 +1,242 @@
|
||||
ADRIC Arbitration Rules - ADR Institute of Canada
|
||||
About
|
||||
About Us
|
||||
Board of Directors
|
||||
Staff & Contact Us
|
||||
Operational Committees
|
||||
Diversity, Equity, Inclusion (DEI)
|
||||
ADRIC Regional Affiliates
|
||||
McGowan Awards
|
||||
Refund & Cancellation Policy
|
||||
Partners
|
||||
Job Opportunities
|
||||
Rules & Codes
|
||||
ADRIC By-laws
|
||||
Federation MoU
|
||||
ADRIC Arbitration Rules
|
||||
National Mediation Rules
|
||||
ADRIC Med-Arb Rules
|
||||
Ethics & Professional Practice
|
||||
Code of Ethics
|
||||
Code of Conduct
|
||||
Conflict of Interest
|
||||
Complaints & Discipline Policy
|
||||
Privacy Policy
|
||||
Online Dispute Resolution (ODR) Vision
|
||||
Membership
|
||||
Become a Member
|
||||
Member Benefits
|
||||
Membership Renewals
|
||||
Events
|
||||
ADRIC 2026 National Conference
|
||||
Webinars
|
||||
ADRIC Past Conferences
|
||||
ADRIC 2025: Annual National Conference
|
||||
ADRIC 2024: Annual National Conference
|
||||
ADRIC 2023: Annual National Conference
|
||||
ADRIC 2022: Annual National Conference
|
||||
ADRIC 2021 Conference Webinar Series
|
||||
Home
|
||||
Program
|
||||
Sponsor
|
||||
Publications & News
|
||||
ADRIC News – Monthly Newsletter
|
||||
ADR Perspectives
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Canadian Arbitration and Mediation Journal
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Media Centre
|
||||
Marketing Opportunities
|
||||
ADRIC Annual Report
|
||||
Announcements
|
||||
ADR Training
|
||||
Construction Adjudication Training Program
|
||||
Correspondence Course in Arbitration
|
||||
Med-Arb Workshop
|
||||
National Introductory Arbitration Course
|
||||
National Introductory Mediation Course
|
||||
ADRIC Accredited Courses
|
||||
ADRIC Professional Practice Manuals
|
||||
Disability Accessibility Guidebook
|
||||
Designations & CEE
|
||||
Continuing Education & Engagement
|
||||
Professional Designations
|
||||
Arbitrator Designations
|
||||
Mediator Designations
|
||||
Chartered Med-Arbitrator
|
||||
Construction Adjudicator
|
||||
Family Practice Mediation
|
||||
IMI Recognition
|
||||
Indigenous Practitioner Inclusion Initiative
|
||||
Services
|
||||
Construction Adjudication
|
||||
CTA-OTC Arbitrator Roster
|
||||
Arbitrator Appointments
|
||||
Mediator Appointments
|
||||
ADRIC Med-Arb Rules Case Administration Services
|
||||
Custom ADR Systems and Rosters Development
|
||||
In-House Designations
|
||||
ADR Connect - Directory of Professionals Affiliate Member Portals
|
||||
ADRIC Member Portal
|
||||
Language:
|
||||
en
|
||||
fr
|
||||
About
|
||||
About Us
|
||||
Board of Directors
|
||||
Staff & Contact Us
|
||||
Operational Committees
|
||||
Diversity, Equity, Inclusion (DEI)
|
||||
ADRIC Regional Affiliates
|
||||
McGowan Awards
|
||||
Refund & Cancellation Policy
|
||||
Partners
|
||||
Job Opportunities
|
||||
Rules & Codes
|
||||
ADRIC By-laws
|
||||
Federation MoU
|
||||
ADRIC Arbitration Rules
|
||||
National Mediation Rules
|
||||
ADRIC Med-Arb Rules
|
||||
Ethics & Professional Practice
|
||||
Code of Ethics
|
||||
Code of Conduct
|
||||
Conflict of Interest
|
||||
Complaints & Discipline Policy
|
||||
Privacy Policy
|
||||
Online Dispute Resolution (ODR) Vision
|
||||
Membership
|
||||
Become a Member
|
||||
Member Benefits
|
||||
Membership Renewals
|
||||
Events
|
||||
ADRIC 2026 National Conference
|
||||
Webinars
|
||||
ADRIC Past Conferences
|
||||
ADRIC 2025: Annual National Conference
|
||||
ADRIC 2024: Annual National Conference
|
||||
ADRIC 2023: Annual National Conference
|
||||
ADRIC 2022: Annual National Conference
|
||||
ADRIC 2021 Conference Webinar Series
|
||||
Home
|
||||
Program
|
||||
Sponsor
|
||||
Publications & News
|
||||
ADRIC News – Monthly Newsletter
|
||||
ADR Perspectives
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Canadian Arbitration and Mediation Journal
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Media Centre
|
||||
Marketing Opportunities
|
||||
ADRIC Annual Report
|
||||
Announcements
|
||||
ADR Training
|
||||
Construction Adjudication Training Program
|
||||
Correspondence Course in Arbitration
|
||||
Med-Arb Workshop
|
||||
National Introductory Arbitration Course
|
||||
National Introductory Mediation Course
|
||||
ADRIC Accredited Courses
|
||||
ADRIC Professional Practice Manuals
|
||||
Disability Accessibility Guidebook
|
||||
Designations & CEE
|
||||
Continuing Education & Engagement
|
||||
Professional Designations
|
||||
Arbitrator Designations
|
||||
Mediator Designations
|
||||
Chartered Med-Arbitrator
|
||||
Construction Adjudicator
|
||||
Family Practice Mediation
|
||||
IMI Recognition
|
||||
Indigenous Practitioner Inclusion Initiative
|
||||
Services
|
||||
Construction Adjudication
|
||||
CTA-OTC Arbitrator Roster
|
||||
Arbitrator Appointments
|
||||
Mediator Appointments
|
||||
ADRIC Med-Arb Rules Case Administration Services
|
||||
Custom ADR Systems and Rosters Development
|
||||
In-House Designations
|
||||
The ADRIC Arbitration Rules
|
||||
Important Update on the ADR Institute of Canada (ADRIC) Arbitration Rules:
|
||||
ADRIC has adopted new Arbitration Rules and a new Arbitrator Appointment Protocol, effective March 1, 2025. This modernization effort aims to support both domestic and international arbitration with up-to-date procedures and streamlined institutional support. The ADRIC Arbitration Rules have been the leading choice for Canadian businesses since 2002.
|
||||
ADRIC Arbitration Rules – Effective 2025
|
||||
ADRIC Arbitrator Appointment Protocol
|
||||
CLICK FOR ARBITRATION FORMS
|
||||
The ADR Institute of Canada (ADRIC) has developed forms to aid parties pursuing arbitration under the ADRIC Arbitration Rules. To file your case with ADRIC, you will need to complete the appropriate form below.
|
||||
Notice to Arbitrate
|
||||
Request to Administer the Arbitration
|
||||
Request for the appointment of an arbitrator
|
||||
Application for Urgent Interim Measures
|
||||
Application to Challenge an Arbitrator
|
||||
Notice of Appeal
|
||||
“The new Arbitration Rules reflect two years of thoughtful discussion and analysis by a committed group of arbitrators and arbitration counsel representing all regions in Canada. Their focus has been on providing a framework for arbitration as a means of resolving disputes in a full, fair and final manner using up-to-date arbitration procedures and streamlined institutional support when needed.”
|
||||
— Comment by William G. Horton, C.Arb, co-chair and discussion leader of the ADRIC Modernization Committee that drafted the new Arbitration Rules.
|
||||
Highlights of the New Rules:
|
||||
Customized ADRIC services based on a flexible “à la carte” menu tailored to meet your specific needs
|
||||
Elimination of distinction between international and non-international disputes
|
||||
Enhanced arbitrator appointment process
|
||||
Expedited and integrated challenge process
|
||||
Conflicts disclosure processes and standards
|
||||
Practical precedents that can be customized
|
||||
Checklist for first procedural meeting
|
||||
Draft first procedural order
|
||||
Standard terms of appointment of an arbitrator
|
||||
Standard statement of arbitrator independence and impartiality
|
||||
Important Notice : Our team is here to provide clarity and support, ensuring you have the information you need. Questions should be directed to ADRIC Case Services at [email protected] . However, please note that the ultimate decision-maker in any arbitration process is the Tribunal. For personalized legal advice, we strongly recommend consulting with your own lawyer.
|
||||
MODEL DISPUTE RESOLUTION CLAUSE
|
||||
Parties who agree to arbitrate under the Rules may use the following clause in their agreement:
|
||||
“All disputes arising out of or in connection with this agreement, or in relation to any legal relationship associated with or derived from this agreement, will be resolved by final and binding arbitration under the Arbitration Rules of the ADR Institute of Canada, Inc. [or the Simplified Arbitration Rules of the ADR Institute of Canada, Inc.] The Seat of Arbitration will be [specify]. The language of the arbitration will be [specify].”
|
||||
ADRIC ARBITRATION INFORMATION TO ARBITRATORS
|
||||
Do you wish to be considered for an arbitrator appointment? The arbitrator appointment criteria are listed in the arbitrator appointment protocol above.
|
||||
A candidate who wishes to be considered for an arbitrator appointment must:
|
||||
Be a member in good standing of ADRIC and a regional affiliate;
|
||||
Confirm that they carry at least $1 million in arbitrator errors and omissions insurance;
|
||||
Commit to responding promptly to inquiries from ADRIC concerning their willingness to accept an appointment, failing which they may not be considered for appointments;
|
||||
Advise whether there is any equity, diversity, and inclusion information they would like to be considered by the sub-committee in making Direct Appointments or generating Candidate Lists; and
|
||||
Submit an ADR Connect profile that contains the following information:
|
||||
i. their area(s) of expertise;
|
||||
ii. their professional arbitration designations, if any;
|
||||
iii. whether they wish to be considered for Interim Arbitrator or Challenge Adjudicator appointments;
|
||||
iv. their experience as arbitrator and/or arbitration counsel;
|
||||
v. their standard rate(s);
|
||||
vi. any other information they deem relevant; and
|
||||
vii. at the candidate’s option, any equity, diversity, and inclusion information they would like to be considered.
|
||||
Any member who wishes to be considered for appointment as a Challenge Adjudicator or Interim Arbitrator must confirm that they are willing to accept an appointment on the basis of Schedules B and C of the Rules.
|
||||
All requests for Direct Appointments or to generate Candidate Lists must be sent by email to ADRIC Case Services at [email protected] .
|
||||
All requests by one or more parties must include the following information:
|
||||
Party Disclosure required under the Rules;
|
||||
full names of all parties, their addresses, and other contact information, if known;
|
||||
names of all legal counsel or party representatives, their addresses, and other contact information, if known;
|
||||
brief description of the dispute, without argument;
|
||||
copy of the arbitration agreement, if any;
|
||||
amount(s) in dispute, if any;
|
||||
any qualifications the parties request or require of the arbitrator, including any subject area expertise;
|
||||
time constraints, if any, imposed by the parties, the arbitration agreement, or the nature of the dispute;
|
||||
whether appointment of an Arbitrator, Interim Arbitrator or Challenge Adjudicator is requested and, if so, all information required under the Rules; and
|
||||
any other information the party making the request considers necessary.
|
||||
All party requests will also be copied to those identified in paragraphs 7b) and c) above, unless the request is for appointment of an ex parte Interim Arbitrator as permitted pursuant to the Rules.
|
||||
We are grateful to the following individuals:
|
||||
Arbitrator Appointment Committee:
|
||||
Megan Keenberg, Joan Cotie, Olivier Després, David Eaton, Jim McLandress, Lisa Munro, and Rachel Howie.
|
||||
Arbitration Modernization Project (AMP):
|
||||
William G. Horton, Jim McCartney, Jim Musgrave, Glen Bell, Mary Comeau, Stephen Drymer, Bryan Duguid, Angus Gunn, Joshua Karton, Lisa Munro, David McCutcheon, Emily McMurtry, and Lauren Tomasich .
|
||||
Advisory Committee to the AMP:
|
||||
Brian Casey, Megan Keenberg, Jack Marshall, Eric Morgan, Murray Smith, Doug Stollery, and Hon. Neil Wittmann.
|
||||
Arbitrator Appointment Protocol Sub-Committee:
|
||||
Lisa Munro, Amy Crosbie, Stephen Drymer, Douglas Harrison, Matti Lemmens, Jim McCartney, Sabri Shawa, and Junior Sirivar.
|
||||
Any comments or suggestions concerning the New Arbitration Rules may be emailed to the ADRIC Executive Director at [email protected] .
|
||||
Click here for previous versions of the Rules.
|
||||
Corporate Members
|
||||
News
|
||||
Abusive Arbitration Clauses in Contracts of Adhesion: The Québec Court of Appeal Draws the Line
|
||||
The Role of Law in Mediation: Between Authority and Autonomy
|
||||
Preserving Mediation’s Distinct Role in Civil Justice Reform: The Promise and Peril in Ontario’s Civil Rules Review
|
||||
Contact
|
||||
ADR Institute of Canada, Inc. 705-130 Albert Street, Ottawa, ON K1P5G4 1-877-475-4353 info@adric.ca
|
||||
© 2026 ADR Institute of Canada, Inc. | Privacy Policy | Subscribe
|
||||
@@ -0,0 +1,183 @@
|
||||
National Mediation Rules - ADR Institute of Canada
|
||||
About
|
||||
About Us
|
||||
Board of Directors
|
||||
Staff & Contact Us
|
||||
Operational Committees
|
||||
Diversity, Equity, Inclusion (DEI)
|
||||
ADRIC Regional Affiliates
|
||||
McGowan Awards
|
||||
Refund & Cancellation Policy
|
||||
Partners
|
||||
Job Opportunities
|
||||
Rules & Codes
|
||||
ADRIC By-laws
|
||||
Federation MoU
|
||||
ADRIC Arbitration Rules
|
||||
National Mediation Rules
|
||||
ADRIC Med-Arb Rules
|
||||
Ethics & Professional Practice
|
||||
Code of Ethics
|
||||
Code of Conduct
|
||||
Conflict of Interest
|
||||
Complaints & Discipline Policy
|
||||
Privacy Policy
|
||||
Online Dispute Resolution (ODR) Vision
|
||||
Membership
|
||||
Become a Member
|
||||
Member Benefits
|
||||
Membership Renewals
|
||||
Events
|
||||
ADRIC 2026 National Conference
|
||||
Webinars
|
||||
ADRIC Past Conferences
|
||||
ADRIC 2025: Annual National Conference
|
||||
ADRIC 2024: Annual National Conference
|
||||
ADRIC 2023: Annual National Conference
|
||||
ADRIC 2022: Annual National Conference
|
||||
ADRIC 2021 Conference Webinar Series
|
||||
Home
|
||||
Program
|
||||
Sponsor
|
||||
Publications & News
|
||||
ADRIC News – Monthly Newsletter
|
||||
ADR Perspectives
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Canadian Arbitration and Mediation Journal
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Media Centre
|
||||
Marketing Opportunities
|
||||
ADRIC Annual Report
|
||||
Announcements
|
||||
ADR Training
|
||||
Construction Adjudication Training Program
|
||||
Correspondence Course in Arbitration
|
||||
Med-Arb Workshop
|
||||
National Introductory Arbitration Course
|
||||
National Introductory Mediation Course
|
||||
ADRIC Accredited Courses
|
||||
ADRIC Professional Practice Manuals
|
||||
Disability Accessibility Guidebook
|
||||
Designations & CEE
|
||||
Continuing Education & Engagement
|
||||
Professional Designations
|
||||
Arbitrator Designations
|
||||
Mediator Designations
|
||||
Chartered Med-Arbitrator
|
||||
Construction Adjudicator
|
||||
Family Practice Mediation
|
||||
IMI Recognition
|
||||
Indigenous Practitioner Inclusion Initiative
|
||||
Services
|
||||
Construction Adjudication
|
||||
CTA-OTC Arbitrator Roster
|
||||
Arbitrator Appointments
|
||||
Mediator Appointments
|
||||
ADRIC Med-Arb Rules Case Administration Services
|
||||
Custom ADR Systems and Rosters Development
|
||||
In-House Designations
|
||||
ADR Connect - Directory of Professionals Affiliate Member Portals
|
||||
ADRIC Member Portal
|
||||
Language:
|
||||
en
|
||||
fr
|
||||
About
|
||||
About Us
|
||||
Board of Directors
|
||||
Staff & Contact Us
|
||||
Operational Committees
|
||||
Diversity, Equity, Inclusion (DEI)
|
||||
ADRIC Regional Affiliates
|
||||
McGowan Awards
|
||||
Refund & Cancellation Policy
|
||||
Partners
|
||||
Job Opportunities
|
||||
Rules & Codes
|
||||
ADRIC By-laws
|
||||
Federation MoU
|
||||
ADRIC Arbitration Rules
|
||||
National Mediation Rules
|
||||
ADRIC Med-Arb Rules
|
||||
Ethics & Professional Practice
|
||||
Code of Ethics
|
||||
Code of Conduct
|
||||
Conflict of Interest
|
||||
Complaints & Discipline Policy
|
||||
Privacy Policy
|
||||
Online Dispute Resolution (ODR) Vision
|
||||
Membership
|
||||
Become a Member
|
||||
Member Benefits
|
||||
Membership Renewals
|
||||
Events
|
||||
ADRIC 2026 National Conference
|
||||
Webinars
|
||||
ADRIC Past Conferences
|
||||
ADRIC 2025: Annual National Conference
|
||||
ADRIC 2024: Annual National Conference
|
||||
ADRIC 2023: Annual National Conference
|
||||
ADRIC 2022: Annual National Conference
|
||||
ADRIC 2021 Conference Webinar Series
|
||||
Home
|
||||
Program
|
||||
Sponsor
|
||||
Publications & News
|
||||
ADRIC News – Monthly Newsletter
|
||||
ADR Perspectives
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Canadian Arbitration and Mediation Journal
|
||||
Editorial Board
|
||||
Book Reviews
|
||||
Media Centre
|
||||
Marketing Opportunities
|
||||
ADRIC Annual Report
|
||||
Announcements
|
||||
ADR Training
|
||||
Construction Adjudication Training Program
|
||||
Correspondence Course in Arbitration
|
||||
Med-Arb Workshop
|
||||
National Introductory Arbitration Course
|
||||
National Introductory Mediation Course
|
||||
ADRIC Accredited Courses
|
||||
ADRIC Professional Practice Manuals
|
||||
Disability Accessibility Guidebook
|
||||
Designations & CEE
|
||||
Continuing Education & Engagement
|
||||
Professional Designations
|
||||
Arbitrator Designations
|
||||
Mediator Designations
|
||||
Chartered Med-Arbitrator
|
||||
Construction Adjudicator
|
||||
Family Practice Mediation
|
||||
IMI Recognition
|
||||
Indigenous Practitioner Inclusion Initiative
|
||||
Services
|
||||
Construction Adjudication
|
||||
CTA-OTC Arbitrator Roster
|
||||
Arbitrator Appointments
|
||||
Mediator Appointments
|
||||
ADRIC Med-Arb Rules Case Administration Services
|
||||
Custom ADR Systems and Rosters Development
|
||||
In-House Designations
|
||||
The ADRIC National Mediation Rules
|
||||
The National Mediation Rules provide rules for initiating mediations, including the appointment of a mediator should the parties be unable to come to an agreement.
|
||||
The National Mediation Rules document contains the following:
|
||||
Mediation Rules including Code of Conduct
|
||||
Standard Form Agreement to Mediate (Schedule B)
|
||||
Administration fees payable to the ADR Institute of Canada- see Schedule A of the Rules
|
||||
Model Dispute Resolution Clause
|
||||
The Model Dispute Resolution Clause set out below is of particular importance to those drafting or entering into contracts. Commercial contracts drafted by law firms of all sizes across Canada commonly contain a clause indicating that any dispute that arises with respect to the contract will be administered by ADR Canada, or one of its affiliates, pursuant to the National Mediation Rules or the ADRIC Arbitration Rules of the ADR Institute of Canada.
|
||||
The National Mediation Rules provide a Model Dispute Resolution Clause for Mediation and /or Arbitration:
|
||||
All disputes arising out of or in connection with this agreement, or in respect of any legal relationship associated with or derived from this agreement, shall be mediated pursuant to the National Mediation Rules of the ADR Institute of Canada, Inc. The place of mediation shall be [specify City and Province of Canada]. The language of the mediation shall be English or French [specify language].
|
||||
Important Update on the ADR Institute of Canada (ADRIC) National Mediation Rules: As of 2025, the ADRIC Mediation Committee is currently reviewing the Mediation Rules to ensure they remain current, practical, and aligned with best practices in the field. In the meantime, the existing rules remain in effect and should continue to be used until any updates are formally adopted.
|
||||
Corporate Members
|
||||
News
|
||||
Abusive Arbitration Clauses in Contracts of Adhesion: The Québec Court of Appeal Draws the Line
|
||||
The Role of Law in Mediation: Between Authority and Autonomy
|
||||
Preserving Mediation’s Distinct Role in Civil Justice Reform: The Promise and Peril in Ontario’s Civil Rules Review
|
||||
Contact
|
||||
ADR Institute of Canada, Inc. 705-130 Albert Street, Ottawa, ON K1P5G4 1-877-475-4353 info@adric.ca
|
||||
© 2026 ADR Institute of Canada, Inc. | Privacy Policy | Subscribe
|
||||
@@ -0,0 +1,182 @@
|
||||
# ADRIC rules and codes — the published rule sets, in ADRIC's own words
|
||||
|
||||
**Why this file exists.** `docs/01-architecture.md` directs `/mediation/` to
|
||||
name *"ADRIC Model Mediation Rules"* and `/arbitration/` to name *"ADRIC, ADR
|
||||
Chambers, ad hoc"*. A rule set's **name** is a fact about a published document,
|
||||
so under Q46(b)'s standard it may be published — but only from a source, not
|
||||
from recall. R14: a claim whose artefact is unreachable is unverifiable by
|
||||
construction. This is the same fetch-before-writing that caught
|
||||
`Chartered Mediator-Arbitrator` (`docs/reference/adrio-designations.md`).
|
||||
|
||||
**It caught one immediately. See Finding 1.**
|
||||
|
||||
## Provenance
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| Retrieved | **2026-08-28** |
|
||||
| Method | `curl -sSL` — redirects followed, exit status read, stderr not suppressed |
|
||||
| Text extracts | `docs/reference/adric-extract/`, produced by the committed `adrio-extract/extract.mjs` (same script, unmodified) |
|
||||
|
||||
| URL | HTTP | bytes | text | sha256 |
|
||||
|---|---|---|---|---|
|
||||
| `https://adric.ca/rules-codes/` | 200 | 120908 | 4579 | `e7281b28e3d739f8d91985d5094fbdff7dea24e3a360d00ec32e387e32e9a1c9` |
|
||||
| `https://adric.ca/rules-codes/national-mediation-rules/` | 200 | 110894 | 6130 | `c55fe482da8aa7a69377703b9192bda0d926f012e45a90ca5ce5d27a7b0344ac` |
|
||||
| `https://adric.ca/rules-codes/arbrules/` | 200 | 122211 | 11004 | `07b9850f41bbf40f6ce3a3778876853091ac25a6bb255ef0c4b2827af69a937e` |
|
||||
| `https://adric.ca/rules-codes/adric-med-arb-rules/` | 200 | 114700 | 8445 | `153479af8235022170b31c9673262f4e10a51e9f99fcffcb3e0c7dd23d037393` |
|
||||
|
||||
⚠️ **THE HTML DIGESTS DRIFT ON EVERY REQUEST. THE TEXT EXTRACTS DO NOT.**
|
||||
Unlike the ADRIO fetch, where the digests were stable and are therefore stamped
|
||||
as the artefact, these pages change per response. **Measured, not assumed** — the
|
||||
mediation-rules page was fetched twice, three minutes apart:
|
||||
|
||||
```
|
||||
first : c55fe482da8aa7a69377703b9192bda0d926f012e45a90ca5ce5d27a7b0344ac
|
||||
second: e9f74014ec04e8fcab0f1cbbd75ef4cb104c8d94992b93c832d41c8259ce78b2
|
||||
text identical? YES
|
||||
```
|
||||
|
||||
Four causes, read out of the diff rather than guessed at:
|
||||
|
||||
1. a per-render page-builder class suffix (`highend_6a91df2f53035` →
|
||||
`highend_6a91dfca9a8be`);
|
||||
2. a **rotating corporate-member logo carousel** in the footer — nine sponsor
|
||||
logos, reordered per request;
|
||||
3. **Cloudflare email obfuscation**, which re-keys the `email-protection#…`
|
||||
hash per response;
|
||||
4. a **Cloudflare challenge-platform token** (`__CF$cv$params` `r` and `t`).
|
||||
|
||||
*(This paragraph first asserted "a WordPress nonce and rotating asset query
|
||||
strings" — a guess, written before the second fetch. None of the four causes is
|
||||
that. Corrected before commit, and recorded because a guessed cause for an
|
||||
observed difference is exactly what `CLAUDE.md` bars.)*
|
||||
|
||||
**So the stable artefact is `docs/reference/adric-extract/`**, and the term
|
||||
counts below were run against those extracts. A digest mismatch on re-fetch is
|
||||
**not** evidence the content changed — re-extract and compare the text.
|
||||
|
||||
Also on the record: `https://adric.ca/rules/` returns **403**, and
|
||||
`/mediation-rules/` and `/arbitration-rules/` return **404**. The working paths
|
||||
are all under `/rules-codes/`. Recorded because a 403 body is 52 bytes and reads
|
||||
like an empty page.
|
||||
|
||||
---
|
||||
|
||||
## Finding 1 — "ADRIC Model Mediation Rules" is NOT the name of anything
|
||||
|
||||
`docs/01-architecture.md` §`/mediation/` item 3 directed the page to name the
|
||||
**"ADRIC Model Mediation Rules"**. The string does not exist in ADRIC's
|
||||
materials.
|
||||
|
||||
| Term | rules-codes | national-mediation-rules | arbrules | adric-med-arb-rules |
|
||||
|---|---|---|---|---|
|
||||
| `Model Mediation Rules` | 0 | 0 | 0 | 0 |
|
||||
| `National Mediation Rules` | 2 | 10 | 2 | 2 |
|
||||
| `ADRIC Mediation Rules` | 1 | 0 | 0 | 0 |
|
||||
| `ADRIC Arbitration Rules` | 3 | 3 | 7 | 3 |
|
||||
| `ADRIC Med-Arb Rules` | 5 | 4 | 4 | 9 |
|
||||
|
||||
**Where "Model" actually belongs.** ADRIC publishes a **Model Dispute Resolution
|
||||
Clause** — a contract clause, inside the rules document. The spec's phrase
|
||||
conflates the clause's name with the rules' name.
|
||||
|
||||
**The canonical title, from the page's own heading:** *"The ADRIC National
|
||||
Mediation Rules"*. The Model Clause it publishes uses the same form —
|
||||
*"shall be mediated pursuant to the **National Mediation Rules** of the ADR
|
||||
Institute of Canada, Inc."*
|
||||
|
||||
**One inconsistency in ADRIC's own materials, recorded so it is not read later
|
||||
as our error.** The `/rules-codes/` index has a card labelled *"ADRIC Mediation
|
||||
Rules"* (1 occurrence, card link text) while its nav and the document itself say
|
||||
*"National Mediation Rules"*. **Use `ADRIC National Mediation Rules`** — the
|
||||
document's own title, and the form inside the model clause.
|
||||
|
||||
## Finding 2 — the three rule sets, with the facts a page may state
|
||||
|
||||
**ADRIC National Mediation Rules.** *"The National Mediation Rules provide rules
|
||||
for initiating mediations, including the appointment of a mediator should the
|
||||
parties be unable to come to an agreement."* The document contains: Mediation
|
||||
Rules including a Code of Conduct; a Standard Form Agreement to Mediate
|
||||
(Schedule B); ADRIC administration fees (Schedule A); and the Model Dispute
|
||||
Resolution Clause.
|
||||
|
||||
⚠️ **Currency caveat, verbatim:** *"As of 2025, the ADRIC Mediation Committee is
|
||||
currently reviewing the Mediation Rules… In the meantime, the existing rules
|
||||
remain in effect and should continue to be used until any updates are formally
|
||||
adopted."* So do not date them, and do not describe them as recently revised.
|
||||
|
||||
**ADRIC Arbitration Rules.** *"ADRIC has adopted new Arbitration Rules and a new
|
||||
Arbitrator Appointment Protocol, effective March 1, 2025."* Published as
|
||||
**"ADRIC Arbitration Rules – Effective 2025"**, alongside an **ADRIC Arbitrator
|
||||
Appointment Protocol** and named forms: Notice to Arbitrate, Request to
|
||||
Administer the Arbitration, Request for the appointment of an arbitrator,
|
||||
Application for Urgent Interim Measures, Application to Challenge an Arbitrator,
|
||||
Notice of Appeal.
|
||||
|
||||
**ADRIC Med-Arb Rules.** A discussion draft was presented to the membership at
|
||||
ADRIC's Annual Conference in **November 2019**. Two sentences are directly
|
||||
useful to `/med-arb/`, both verbatim:
|
||||
|
||||
> "Med-Arb is not merely the merging of separate mediation and arbitration
|
||||
> processes, but a unique process designed to meet the needs of particular
|
||||
> disputants. It involves nuances and complexities that can be fine-tuned to the
|
||||
> needs of the parties as a customized dispute resolution process, **which
|
||||
> requires a high level of practitioner competence to do successfully**."
|
||||
|
||||
> "The Rules are designed to work in tandem with ADRIC's existing Mediation
|
||||
> Rules and Arbitration Rules, integrating seamlessly."
|
||||
|
||||
**Scope, verbatim:** *"Although the Med-Arb Rules were drafted to assist in
|
||||
resolving domestic **commercial** disputes, parties may want to apply them to
|
||||
international or non-commercial disputes."* That matches §4's commercial scoping
|
||||
without being cited for it — it is ADRIC's statement about its own rules, not
|
||||
authority for what this practice offers.
|
||||
|
||||
ADRIC also publishes a **Med-Arb Foundational Course** (in English) and, per this
|
||||
page, *"criteria for a specialized designation: the Chartered Med-Arb"*.
|
||||
|
||||
## Finding 3 — "Chartered Med-Arbitrator" is corroborated by a second body
|
||||
|
||||
`Chartered Med-Arbitrator` appears **2 times on every one of the four pages** —
|
||||
it is ADRIC's own navigation label, under *Designations & CEE → Professional
|
||||
Designations*. So the long form §11 now carries, sourced from **ADRIO**, is
|
||||
independently the form **ADRIC** uses in its nav. The body prose on the Med-Arb
|
||||
Rules page uses the short *"Chartered Med-Arb"*
|
||||
**once** — *"criteria for a specialized designation: the Chartered Med-Arb"*.
|
||||
|
||||
⚠️ *This read "3 occurrences" for one pass. `grep -o -F 'Chartered Med-Arb'`
|
||||
does return 3, but **two of the three are substrings of the nav label
|
||||
"Chartered Med-Arbitrator"** counted separately one sentence above. `grep -o
|
||||
'Chartered Med-Arb(?!itrator)'` returns 1. That is `CLAUDE.md`'s "a grep that
|
||||
matches is not a finding until you read what it matched", committed inside the
|
||||
document whose whole purpose is sourced counts. Found by
|
||||
`adversarial-reviewer`.* **Neither body writes "Mediator-Arbitrator" anywhere in this
|
||||
fetch.**
|
||||
|
||||
## Finding 4 — what is NOT in this fetch, and must not be inferred from it
|
||||
|
||||
- **The rules' actual provisions.** Every page above is a *landing page*; the
|
||||
rules themselves are PDFs behind download links and were **not** fetched. So
|
||||
this file supports naming a rule set and describing what a document contains
|
||||
at the level its own landing page describes it. It supports **no statement of
|
||||
what any rule requires, permits or provides** — including anything about
|
||||
consent mechanics, caucus information, or the switch from mediation to
|
||||
arbitration in med-arb. Write those as this practice's own protocol, or not at
|
||||
all.
|
||||
- **Anything about ADR Chambers.** `docs/01` §`/arbitration/` names it as a rule
|
||||
option. It is not sourced here. `docs/07-fees.md` cites ADR Chambers only for
|
||||
*published fee ranges*, which is a different claim.
|
||||
- **Legal effect.** Nothing here establishes the enforceability of an award, in
|
||||
Ontario or anywhere. §4 bars this repository from concluding a proposition of
|
||||
law.
|
||||
|
||||
## Finding 5 — ADRIC superlatives deliberately NOT lifted
|
||||
|
||||
Same treatment as `adrio-designations.md` Finding 5. These are ADRIC's marketing
|
||||
claims about itself and **must not travel onto this site**, where §4 Forbidden
|
||||
bars superlatives:
|
||||
|
||||
- *"The ADRIC Arbitration Rules have been **the leading choice** for Canadian
|
||||
businesses since 2002."*
|
||||
- *"integrating **seamlessly**"* — quoted above inside a quotation, and it stays
|
||||
inside one.
|
||||
Reference in New Issue
Block a user