You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): v1.35.0 - the third dimension, added twice
A MINOR shipping two independent halves: the vertical datum layer
(`height` at three new sites, `sill`/`head` on openings, three refusal
codes) which draws nothing, and the opt-in axonometric view
(`--view iso|axon`) which measures nothing.
- root 1.34.0 -> 1.35.0
- MCP shim 0.2.14 -> 0.2.15, dep range ^1.35.0 (twelfth consecutive
version-bump-only release; four of five baked resources moved,
the GBNF and plan schema among them)
- VS Code extension 0.23.0 -> 0.24.0, dep range ^1.35.0
- CHANGELOG [Unreleased] -> [1.35.0] with the shim resource measurement
- AGENTS.md status rows written PRE-probe and marked as such
- docs E2E page-count pin 8 -> 9 for the new docs/axonometric.md route
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019qQs1eZDKceqT7NMkeHYvW
Copy file name to clipboardExpand all lines: editors/vscode/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "archlang",
3
3
"private": true,
4
-
"version": "0.23.0",
4
+
"version": "0.24.0",
5
5
"displayName": "ArchLang",
6
6
"description": "Syntax highlighting plus full language support — live diagnostics, hover, completion, go-to-definition, rename, and signature help — for ArchLang (.arch) floor-plan source.",
Copy file name to clipboardExpand all lines: packages/mcp/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@chanmeng666/archlang-mcp",
3
-
"version": "0.2.14",
3
+
"version": "0.2.15",
4
4
"mcpName": "io.github.ChanMeng666/archlang-mcp",
5
5
"description": "Model Context Protocol (MCP) server for ArchLang — compile, describe, lint, validate, score, repair, fix and suggest floor plans over stdio, plus the intent channel (gate + continuous score against a brief). Covers the whole current language: multi-storey `level` plans with stairs, `place`d components, zones, scaled paper with dimension chains and room schedules, and non-rectilinear `room polygon` / `room circle` / `arc` walls. A thin shim over @chanmeng666/archlang; the CLI stays the primary, token-cheaper interface.",
0 commit comments