ctx-cc 3.3.8 → 3.4.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/agents/ctx-arch-mapper.md +1 -1
- package/agents/ctx-concerns-mapper.md +1 -1
- package/agents/ctx-quality-mapper.md +1 -1
- package/agents/ctx-tech-mapper.md +1 -1
- package/commands/ctx.md +528 -386
- package/commands/init.md +505 -233
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ctx-concerns-mapper
|
|
3
3
|
description: Concerns mapper for CTX 3.0. Analyzes security vulnerabilities, tech debt, performance issues, and risks. Part of parallel codebase mapping.
|
|
4
|
-
tools: Read, Bash, Glob, Grep
|
|
4
|
+
tools: Read, Write, Bash, Glob, Grep
|
|
5
5
|
color: red
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ctx-quality-mapper
|
|
3
3
|
description: Quality mapper for CTX 3.0. Analyzes test coverage, lint status, type safety, and code smells. Part of parallel codebase mapping.
|
|
4
|
-
tools: Read, Bash, Glob, Grep
|
|
4
|
+
tools: Read, Write, Bash, Glob, Grep
|
|
5
5
|
color: green
|
|
6
6
|
---
|
|
7
7
|
|