Skip to content

Commit 085ec0b

Browse files
authored
Merge pull request #530 from raifdmueller/chore/bump-socratic-skill-version
Bump socratic-code-theory-recovery skill to 0.2 and plugin to 0.2.0
2 parents d20e205 + 334c606 commit 085ec0b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"name": "semantic-anchors",
1212
"description": "Semantic anchor skills for translating established methodologies and installing persistent coding-agent context.",
13-
"version": "0.1.0",
13+
"version": "0.2.0",
1414
"author": {
1515
"name": "LLM Coding",
1616
"url": "https://github.com/LLM-Coding"

plugins/semantic-anchors/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-anchors",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Semantic anchor skills for translating terminology and installing persistent anchor context into coding agents.",
55
"author": {
66
"name": "LLM Coding",

plugins/semantic-anchors/skills/socratic-code-theory-recovery/SKILL.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skill/socratic-code-theory-recovery/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: socratic-code-theory-recovery
33
description: Recover the "theory" (Naur 1985) of an existing codebase through recursive question refinement before writing documentation. Use on brownfield projects where the spec is missing — produces a Question Tree separating what is answerable from code (with evidence) from what must be asked of the team (routed by role). Phase 1 builds the tree; team answers the OPEN leaves; Phase 2 synthesizes PRD, Cockburn use cases, arc42 architecture, and Nygard ADRs from the answered tree.
44
metadata:
55
author: LLM-Coding
6-
version: "0.1"
6+
version: "0.2"
77
source: https://github.com/LLM-Coding/Semantic-Anchors
88
license: MIT
99
---

0 commit comments

Comments
 (0)