Skip to content

Commit 5f728ea

Browse files
committed
fix: claude
1 parent 27f69ff commit 5f728ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ make test_debug # runs against debug build
2222

2323
The build uses CMake under the hood. Build outputs go to `build/release/` or `build/debug/`.
2424

25+
All extension functions should be documented inside of DuckDB with CreateScalarFunctionInfo or CreateAggregateFunctionInfo or the appropriate type for the function. This documentation of the function should include examples, parameter types and parameter names. The function should be categorized.
26+
27+
When making changes the version should always be updated to the current date plus an ordinal counter in the form of YYYYMMDDCC.
28+
2529
## Architecture
2630

2731
### Extension Entry Point

0 commit comments

Comments
 (0)