Skip to content

Commit a1bdaef

Browse files
Nickatakclaude
andcommitted
docs: Drop scratch ADR reference from SkillMatrixSerializer docstring
The `per ADR-0011's convention` annotation pointed at a no-commit decision record (scratch/decisions/, gitignored). The Read/Write split convention is documented in the module docstring at the top of `serializers.py`; dangling reference removed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0a18d8c commit a1bdaef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/ctj_api/serializers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ class Meta:
133133
class SkillMatrixSerializer(serializers.ModelSerializer):
134134
"""Read/write serializer for `SkillMatrix` records.
135135
136-
Note: defined but never imported. Not split into Read/Write per
137-
ADR-0011's convention because the class is currently dead code.
136+
Note: defined but never imported. Not split into Read/Write
137+
because the class is currently dead code.
138138
The cleanup PR drops it. If `SkillMatrix` becomes API-exposed
139139
later, replace this with `SkillMatrixReadSerializer` (and
140140
`SkillMatrixWriteSerializer` if a write endpoint is added).

0 commit comments

Comments
 (0)