You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ Problems are either **fixable** (tool can auto-correct) or **unfixable** (requir
195
195
196
196
1.**Three-way reconciliation**—blessed, generated, and local sources are compared to detect drift and ensure compatibility.
197
197
198
-
2.**Wire compatibility checking**—uses the `drift` crate to semantically compare OpenAPI specs. Trivial changes (doc updates, type renames) are allowed in blessed versions; semantic changes (forward compatible, backwards compatible, or incompatible) are not.
198
+
2.**Wire compatibility checking**—uses the `drift` crate to semantically compare OpenAPI documents. Trivial changes (doc updates, type renames) are allowed in blessed versions; semantic changes (forward compatible, backwards compatible, or incompatible) are not.
199
199
200
200
3.**Atomic file operations**—uses `atomicwrites` crate to prevent corruption on interruption.
201
201
@@ -255,8 +255,8 @@ crates/
255
255
### Key dependencies
256
256
257
257
-**dropshot**: Dropshot HTTP framework and API description generation.
258
-
-**openapiv3**: OpenAPI spec parsing and representation.
259
-
-**drift**: Semantic diff of OpenAPI specs for compatibility checking.
258
+
-**openapiv3**: OpenAPI document parsing and representation.
259
+
-**drift**: Semantic diff of OpenAPI documents for compatibility checking.
260
260
-**thiserror**: Error derive macros.
261
261
-**anyhow**: Error handling and context.
262
262
-**camino**: UTF-8 paths (`Utf8PathBuf`).
@@ -269,7 +269,7 @@ crates/
269
269
-**owo-colors**: Colored terminal output.
270
270
-**similar**: Diff generation for display.
271
271
-**supports-color**: Terminal color capability detection.
272
-
-**openapi-lint**: Custom linting for OpenAPI specs.
272
+
-**openapi-lint**: Custom linting for OpenAPI documents.
0 commit comments