There was an error while loading. Please reload this page.
1 parent db1b836 commit 92cb7edCopy full SHA for 92cb7ed
1 file changed
site/guides/19_agents.md
@@ -568,6 +568,10 @@ All code examples in a guide file are concatenated and executed as a test:
568
569
When adding a new feature:
570
571
+- Never alias imports in release-note examples to avoid shared-scope name
572
+ collisions. Import each symbol unaliased once in the most recent applicable
573
+ example, and remove conflicting imports from later examples in the page.
574
+
575
1. **Update `/site/guides/20_releases.md`** (NOT `/releases.md`):
576
- Add new version section at the top
577
- Include working code example that will be tested
0 commit comments