Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:56:48 +08:00
commit 694e6f3117
5 changed files with 1043 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "specweave-kafka-streams",
"description": "Kafka Streams library integration for SpecWeave - Stream processing with Java/Kotlin, topology patterns, state stores, windowing, joins, and testing frameworks",
"version": "0.24.0",
"author": {
"name": "SpecWeave Team",
"url": "https://spec-weave.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}