cortex-tms 2.6.0-beta.0 → 2.6.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 +4 -4
- package/bin/cortex-tms.js +0 -0
- package/package.json +14 -8
- package/templates/CLAUDE.md +1 -1
- package/templates/FUTURE-ENHANCEMENTS.md +1 -1
- package/templates/NEXT-TASKS.md +1 -1
- package/templates/PROMPTS.md +1 -1
- package/templates/README.md +1 -1
- package/templates/docs/archive/v1.0-CHANGELOG.md +1 -1
- package/templates/docs/core/ARCHITECTURE.md +1 -1
- package/templates/docs/core/DECISIONS.md +1 -1
- package/templates/docs/core/DOMAIN-LOGIC.md +1 -1
- package/templates/docs/core/GLOSSARY.md +1 -1
- package/templates/docs/core/PATTERNS.md +1 -1
- package/templates/docs/core/SCHEMA.md +1 -1
- package/templates/docs/core/TROUBLESHOOTING.md +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Cortex TMS 🧠
|
|
2
2
|
|
|
3
|
-
**The Universal AI-Optimized Project Boilerplate (v2.6.0
|
|
3
|
+
**The Universal AI-Optimized Project Boilerplate (v2.6.0)**
|
|
4
4
|
|
|
5
|
-
Cortex TMS is
|
|
5
|
+
Cortex TMS is a **CLI tool for AI-assisted development** that provides **project scaffolding**, **task management**, and **workflow automation**. It's an **interactive documentation system** optimized for **Claude Code**, **GitHub Copilot**, and **LLM-assisted development**—transforming your repository into a machine-legible project structure with intelligent tooling for version management and AI collaboration.
|
|
6
6
|
|
|
7
7
|
**Current Status**: ✅ **Stable / Production Ready** | [NPM Package](https://www.npmjs.com/package/cortex-tms) | [GitHub Repository](https://github.com/jantonca/cortex-tms)
|
|
8
8
|
|
|
@@ -352,9 +352,9 @@ MIT
|
|
|
352
352
|
|
|
353
353
|
## Status
|
|
354
354
|
|
|
355
|
-
**Version**: 2.6.0
|
|
355
|
+
**Version**: 2.6.0 (Stable / Production Ready)
|
|
356
356
|
**Last Updated**: 2026-01-15
|
|
357
357
|
**Current Sprint**: v2.6 Planning - "Custom Extensibility"
|
|
358
358
|
**Completed Sprints**: v2.1, v2.2, v2.3, v2.4, v2.5 (see `docs/archive/`)
|
|
359
359
|
|
|
360
|
-
<!-- @cortex-tms-version 2.6.0
|
|
360
|
+
<!-- @cortex-tms-version 2.6.0 -->
|
package/bin/cortex-tms.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cortex-tms",
|
|
3
|
-
"version": "2.6.0
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.6.0",
|
|
4
|
+
"description": "AI-powered project scaffolding CLI for documentation, task management, and workflow automation. Optimized for Claude Code, GitHub Copilot, and LLM-assisted development.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"cortex-tms": "./bin/cortex-tms.js"
|
|
@@ -41,23 +41,29 @@
|
|
|
41
41
|
"documentation",
|
|
42
42
|
"boilerplate",
|
|
43
43
|
"ai",
|
|
44
|
-
"
|
|
44
|
+
"ai-assistant",
|
|
45
|
+
"llm",
|
|
45
46
|
"claude",
|
|
46
|
-
"
|
|
47
|
+
"copilot",
|
|
47
48
|
"cli",
|
|
48
49
|
"generator",
|
|
49
|
-
"
|
|
50
|
+
"scaffolding",
|
|
51
|
+
"project-structure",
|
|
52
|
+
"task-management",
|
|
53
|
+
"workflow",
|
|
54
|
+
"typescript",
|
|
55
|
+
"starter-kit"
|
|
50
56
|
],
|
|
51
57
|
"author": "Cortex TMS Contributors",
|
|
52
58
|
"license": "MIT",
|
|
53
59
|
"repository": {
|
|
54
60
|
"type": "git",
|
|
55
|
-
"url": "https://github.com/
|
|
61
|
+
"url": "https://github.com/jantonca/cortex-tms.git"
|
|
56
62
|
},
|
|
57
63
|
"bugs": {
|
|
58
|
-
"url": "https://github.com/
|
|
64
|
+
"url": "https://github.com/jantonca/cortex-tms/issues"
|
|
59
65
|
},
|
|
60
|
-
"homepage": "https://github.com/
|
|
66
|
+
"homepage": "https://github.com/jantonca/cortex-tms#readme",
|
|
61
67
|
"dependencies": {
|
|
62
68
|
"chalk": "^5.3.0",
|
|
63
69
|
"clipboardy": "^4.0.0",
|
package/templates/CLAUDE.md
CHANGED
|
@@ -17,4 +17,4 @@ Expert Senior Developer. Follow the **"Propose, Justify, Recommend"** framework.
|
|
|
17
17
|
3. If unsure of a term, check `docs/core/GLOSSARY.md`.
|
|
18
18
|
4. Execute TDD (Test-Driven Development).
|
|
19
19
|
|
|
20
|
-
<!-- @cortex-tms-version 2.6.0
|
|
20
|
+
<!-- @cortex-tms-version 2.6.0 -->
|
|
@@ -78,4 +78,4 @@ A task moves from FUTURE → NEXT when:
|
|
|
78
78
|
**Why Rejected**: [Reason - e.g., "User research showed low demand", "Technical complexity too high"]
|
|
79
79
|
**Alternative**: [What we did instead - e.g., "Built simplified version in Sprint 3"]
|
|
80
80
|
|
|
81
|
-
<!-- @cortex-tms-version 2.6.0
|
|
81
|
+
<!-- @cortex-tms-version 2.6.0 -->
|
package/templates/NEXT-TASKS.md
CHANGED
package/templates/PROMPTS.md
CHANGED
|
@@ -58,4 +58,4 @@ Task complete. Execute the Maintenance Protocol:
|
|
|
58
58
|
- Customize these prompts to match your team's vocabulary and workflow
|
|
59
59
|
- Run `cortex-tms prompt --list` to see all available prompts
|
|
60
60
|
|
|
61
|
-
<!-- @cortex-tms-version 2.6.0
|
|
61
|
+
<!-- @cortex-tms-version 2.6.0 -->
|
package/templates/README.md
CHANGED
|
@@ -171,4 +171,4 @@ This project follows conventional commit standards and uses AI-assisted developm
|
|
|
171
171
|
|
|
172
172
|
**Built with [Cortex TMS](https://github.com/[your-org]/cortex-tms) - AI-Optimized Project Documentation**
|
|
173
173
|
|
|
174
|
-
<!-- @cortex-tms-version 2.6.0
|
|
174
|
+
<!-- @cortex-tms-version 2.6.0 -->
|
|
@@ -82,4 +82,4 @@ This file documents **why** we made key technical decisions. When an AI agent or
|
|
|
82
82
|
- **Patterns**: See `docs/core/PATTERNS.md` for implementation patterns
|
|
83
83
|
- **Glossary**: See `docs/core/GLOSSARY.md` for term definitions
|
|
84
84
|
|
|
85
|
-
<!-- @cortex-tms-version 2.6.0
|
|
85
|
+
<!-- @cortex-tms-version 2.6.0 -->
|
|
@@ -65,4 +65,4 @@ This file defines project-specific terminology, acronyms, and domain language to
|
|
|
65
65
|
- **Patterns**: See `docs/core/PATTERNS.md` for code conventions
|
|
66
66
|
- **Decisions**: See `docs/core/DECISIONS.md` for technology choices
|
|
67
67
|
|
|
68
|
-
<!-- @cortex-tms-version 2.6.0
|
|
68
|
+
<!-- @cortex-tms-version 2.6.0 -->
|