Java/Kotlin Adapter Bounty
Bounty Type: Community Language Adapter
Difficulty: Intermediate
Tags: java kotlin maven bounty good-first-issue
Mission
Implement lh_standard_adapter in Java (with Kotlin interop). Publish to Maven Central.
Specification
Read docs/AI-Traceability-Audit-Protocol-v1.0.md for the full standard.
Reference: Python in lh_standard_adapter/.
Requirements
API Design
public class LongHunAdapter {
public LongHunAdapter(String uid, String device)
public JsonObject wrap(Object data, String taskType, String persona)
public ValidationResult validate(JsonObject wrapped)
public Map<String, Object> getSchemas()
}
Acceptance Criteria
- All tests pass (72+)
- Cross-validate with Python reference
- Published to Maven Central
- PR merged to
adapters/java/
How to Claim
- Comment below
- Fork β implement under
adapters/java/
- PR with passing tests
Every adapter written by a foreign developer is another brick in our wall.
β The LongHun Manifesto
Java/Kotlin Adapter Bounty
Mission
Implement
lh_standard_adapterin Java (with Kotlin interop). Publish to Maven Central.Specification
Read
docs/AI-Traceability-Audit-Protocol-v1.0.mdfor the full standard.Reference: Python in
lh_standard_adapter/.Requirements
cn.uid9622.longhun, artifactId:lh-standard-adapterAPI Design
Acceptance Criteria
adapters/java/How to Claim
adapters/java/