Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2dc2981
Standardize all project skills to conform to writing-skills standard
khajavi Mar 4, 2026
56f3a8a
Document Thread Ownership for Scopes (PR #1067)
khajavi Mar 7, 2026
4312b96
Add comprehensive Scope tutorial for newcomers
khajavi Mar 7, 2026
da837dd
Revert "Standardize all project skills to conform to writing-skills s…
khajavi Mar 7, 2026
15c3350
docs(scope): expand explanation of type-level safety mechanism
khajavi Mar 7, 2026
2aecfd4
docs(scope): add detailed explanations to runtime model points
khajavi Mar 7, 2026
e1fe174
docs(scope): expand explanation of escape bugs with concrete scenarios
khajavi Mar 7, 2026
c8c10fe
docs(scope): replace design table with narrative explanation
khajavi Mar 7, 2026
898f71c
docs(scope): replace key points with narrative walkthrough
khajavi Mar 7, 2026
0f179f1
fix(docs): add missing Docusaurus frontmatter to scope-tutorial
khajavi Mar 7, 2026
1cdb3e1
fix(docs): correct relative link path in scope.md
khajavi Mar 7, 2026
4107544
fix(docs): use Scala 3 wildcard import syntax throughout
khajavi Mar 7, 2026
00b6f16
fix(docs): correct Unscoped derivation examples to Scala 3 style
khajavi Mar 7, 2026
498a81e
fix(docs): Remove incorrect Wire type annotations
khajavi Mar 7, 2026
72ea045
fix(docs): Section 8 - Demonstrate actual open() usage
khajavi Mar 7, 2026
a77055e
fix(docs): Section 8 - Remove $ macro violation with Some()
khajavi Mar 7, 2026
3921e97
fix(docs): Section 9 - Remove $ macro violation with assert()
khajavi Mar 7, 2026
30037bb
fix(examples): Correct misleading comment on thread ownership in Thre…
khajavi Mar 7, 2026
698e077
docs(scope-tutorial): Add mdoc:compile-only modifier to all code blocks
khajavi Mar 7, 2026
f20ed45
fix(docs): Update thread ownership error message to match actual format
khajavi Mar 7, 2026
05c3774
docs(scope-tutorial): Section 12 - Use plain scala blocks for error e…
khajavi Mar 7, 2026
9241ba8
docs(scope-tutorial): Section 1 - Use plain scala block for try/final…
khajavi Mar 7, 2026
63d9684
fix(docs): Section 8 - Use correct open() pattern from Scope API
khajavi Mar 7, 2026
416ee5a
fix(docs): Section 8 - Call acquire() method on ConnectionPool
khajavi Mar 8, 2026
5fd9855
fix(docs): Section 8 - Use plain scala block for open() pattern
khajavi Mar 8, 2026
d63145d
fix(docs): Remove $ macro violations from string interpolation
khajavi Mar 9, 2026
af1a27c
fix(docs): scope.md - Fix thread ownership example code block
khajavi Mar 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/skills/docs-data-type-ref/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: docs-data-type-ref
description: Use when the user asks to write a reference page for a ZIO Blocks data type, API documentation, or class/trait/object documentation.
description: Write a reference documentation page for a specific data type in ZIO Blocks. Use when the user asks to document a data type, write an API reference for a type, or create a reference page for a class/trait/object.
argument-hint: "[fully-qualified-type-name or simple-type-name]"
allowed-tools: Read, Glob, Grep, Bash(sbt:*), Bash(sbt gh-query*)
---
Expand Down
Loading
Loading