Skip to content

Commit 2032aed

Browse files
AhmedHabibaclaude
andcommitted
Bump to v2.1.3 — Tessl integration and post-merge fixes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0af4d89 commit 2032aed

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to Architor are documented here.
44

5+
## [2.1.3] — 2026-03-09
6+
7+
### Tessl integration (PR #1)
8+
9+
- Added Tessl tile packaging for all 4 architecture skills
10+
- Added 20 evaluation scenarios (5 per skill)
11+
- Expanded skill SKILL.md files with activation triggers and detailed instructions
12+
- Added CONTRIBUTING.md with Tessl integration guide
13+
- Updated CLAUDE.md with Phase 2A/2B/2C sub-phase rules and reopen limits
14+
15+
### Post-merge fixes
16+
17+
- Restored emphatic "ONLY" casing in state-manager SKILL.md
18+
- Added integrity placeholder to tessl.json dependency
19+
- Fixed stale SVG diagram references in CONTRIBUTING.md
20+
- Fixed duplicate METHODOLOGY.md entry in CONTRIBUTING.md project tree
21+
22+
---
23+
524
## [2.1.2] — 2026-03-07
625

726
### Documentation overhaul
@@ -16,14 +35,6 @@ All notable changes to Architor are documented here.
1635
- Replaced non-existent SVG references in ARCHITECTURE.md with Mermaid diagrams
1736
- Converted component lifecycle ASCII art to Mermaid state diagrams
1837

19-
### Tessl integration (PR #1)
20-
21-
- Added Tessl tile packaging for all 4 architecture skills
22-
- Added 20 evaluation scenarios (5 per skill)
23-
- Expanded skill SKILL.md files with activation triggers and detailed instructions
24-
- Added CONTRIBUTING.md with Tessl integration guide
25-
- Updated CLAUDE.md with Phase 2A/2B/2C sub-phase rules and reopen limits
26-
2738
---
2839

2940
## [2.1.1] — 2026-03-07

docs/CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ arch-agent/
2727
│ └── org-context.md # Org context template
2828
├── docs/
2929
│ ├── ARCHITECTURE.md # System design document
30-
│ ├── METHODOLOGY.md # Process methodology
31-
│ └── METHODOLOGY.md # Process methodology details
30+
│ └── METHODOLOGY.md # Process methodology
3231
└── output/ # Generated deliverables
3332
```
3433

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arch-agent",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Turn Claude Code into a rigorous, phase-gated architecture design assistant",
55
"license": "MIT",
66
"author": "Architecture Agent Contributors",

0 commit comments

Comments
 (0)