@osovv/grace-cli 3.4.0 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,13 +10,13 @@ This repository packages GRACE as reusable skills for coding agents. The current
10
10
  - knowledge-graph synchronization
11
11
  - controller-managed sequential or multi-agent implementation
12
12
 
13
- Current packaged version: `3.4.0`
13
+ Current packaged version: `3.5.0`
14
14
 
15
15
  ## What Changed In This Version
16
16
 
17
- - Added a rich Python adapter without `pyright` for `grace lint`.
18
- - Kept TypeScript/JavaScript on the TypeScript compiler API for exact export analysis.
19
- - Made adapter failures non-fatal so linting can continue with structural checks and warnings.
17
+ - Clarified across the marketplace skills that shared GRACE docs should describe only public module contracts and public module interfaces.
18
+ - Kept private helpers, internal types, and local orchestration details in file-local markup instead of mirroring them into shared XML artifacts.
19
+ - Updated plan, refresh, reviewer, execute, multiagent, refactor, explainer, and init guidance to follow that boundary consistently.
20
20
 
21
21
  ## Repository Layout
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovv/grace-cli",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "GRACE CLI for linting semantic markup, contracts, and GRACE XML artifacts with a Bun-powered grace binary.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/osovv/grace-marketplace#readme",
package/src/grace.ts CHANGED
@@ -7,7 +7,7 @@ import { lintCommand } from "./grace-lint";
7
7
  const main = defineCommand({
8
8
  meta: {
9
9
  name: "grace",
10
- version: "3.4.0",
10
+ version: "3.5.0",
11
11
  description: "GRACE CLI for linting semantic markup and GRACE project artifacts.",
12
12
  },
13
13
  subCommands: {