-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
26 lines (26 loc) · 1005 Bytes
/
Copy pathCITATION.cff
File metadata and controls
26 lines (26 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cff-version: 1.2.0
title: "t3d — DDD + TDD harness for Claude Code"
message: "If you reference this plugin in academic work or technical writing, please cite it."
type: software
authors:
- name: "coolsocket"
website: "https://github.com/coolsocket"
repository-code: "https://github.com/coolsocket/t3d"
url: "https://github.com/coolsocket/t3d"
abstract: >-
A small Claude Code plugin (5 hooks, 4 skills, project templates) that
enforces Domain-Driven Design bounded-context discipline and Test-Driven
Development red-green-refactor at edit time. The hooks reject edits that
import external frameworks into Domain layers or cross context boundaries
without going through the allowed application.api channel; the Stop hook
blocks session exit if Domain code was edited but tests are red.
keywords:
- claude-code
- domain-driven-design
- test-driven-development
- developer-tools
- ai-coding
- architecture-enforcement
license: MIT
version: "0.3.2"
date-released: "2026-06-21"