cortex-tms 4.0.1 → 4.0.2
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 +2 -2
- package/package.json +3 -2
- 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
|
@@ -440,8 +440,8 @@ MIT - See [LICENSE](LICENSE) for details
|
|
|
440
440
|
|
|
441
441
|
## Status
|
|
442
442
|
|
|
443
|
-
**Version**: 4.0.
|
|
443
|
+
**Version**: 4.0.2
|
|
444
444
|
**Last Updated**: 2026-02-21
|
|
445
445
|
**Current Sprint**: v4.0 - "Quality Governance & Staleness Detection"
|
|
446
446
|
|
|
447
|
-
<!-- @cortex-tms-version 4.0.
|
|
447
|
+
<!-- @cortex-tms-version 4.0.2 -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cortex-tms",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Documentation scaffolder and governance platform for AI coding agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "pnpm run cli:build",
|
|
22
|
-
"prepublishOnly": "pnpm run build",
|
|
22
|
+
"prepublishOnly": "pnpm run docs:check && pnpm run build",
|
|
23
|
+
"version": "node scripts/sync-project.js && git add -A",
|
|
23
24
|
"cli:dev": "tsx src/cli.ts",
|
|
24
25
|
"cli:build": "tsc -p tsconfig.cli.json",
|
|
25
26
|
"cli:test": "node bin/cortex-tms.js --help",
|
package/templates/CLAUDE.md
CHANGED
|
@@ -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 4.0.
|
|
81
|
+
<!-- @cortex-tms-version 4.0.2 -->
|
package/templates/NEXT-TASKS.md
CHANGED
package/templates/PROMPTS.md
CHANGED
|
@@ -150,4 +150,4 @@ Mark all entries with `<!-- AI-DRAFT -->`. Present draft for review before writi
|
|
|
150
150
|
- Customize these prompts to match your team's vocabulary and workflow
|
|
151
151
|
- Run `cortex-tms prompt --list` to see all available prompts
|
|
152
152
|
|
|
153
|
-
<!-- @cortex-tms-version 4.0.
|
|
153
|
+
<!-- @cortex-tms-version 4.0.2 -->
|
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 4.0.
|
|
174
|
+
<!-- @cortex-tms-version 4.0.2 -->
|
|
@@ -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 4.0.
|
|
85
|
+
<!-- @cortex-tms-version 4.0.2 -->
|
|
@@ -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 4.0.
|
|
68
|
+
<!-- @cortex-tms-version 4.0.2 -->
|