Skip to content

Commit 0fa9886

Browse files
thiagoaclaude
andcommitted
Add Stability section to README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b38e2f5 commit 0fa9886

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,14 @@ Some things are intentionally out of scope:
223223
`initialize`: how an object is constructed is not an interface
224224
concern.
225225

226+
## Stability
227+
228+
DuckTyper is intentionally minimal. It reflects Ruby's own method
229+
introspection API, which rarely changes — so the gem rarely needs
230+
to either. When it does change, it will be for additive reasons:
231+
new API options, better error messages, or broader test framework
232+
support. It is safe to depend on without worrying about churn.
233+
226234
## Development
227235

228236
After checking out the repo, run `bin/setup` to install

0 commit comments

Comments
 (0)