Skip to content

Commit f4c162b

Browse files
github-actions[bot]cephalization
authored andcommitted
chore: version packages
1 parent ebe1846 commit f4c162b

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

.changeset/tame-years-report.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @cephalization/math
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 0e8724f: feat: Migrate math task management to `dex`
8+
9+
This is a breaking change and a complete refactor to how tasks are managed within math.
10+
11+
We now leverage the excellent [dex](https://dex.rip) CLI tool for LLM native but human friendly task management.
12+
13+
It has slightly more overhead than a simple markdown document, but it provides stronger ergonmics and skills to the LLM.
14+
15+
`math` will prompt you to migrate any current TODO.md documents you have in flight, or you can finish your current work before migrating.
16+
317
## 0.4.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cephalization/math",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"author": "Tony Powell <powell.anthonyd@proton.me>",
55
"access": "public",
66
"repository": {

0 commit comments

Comments
 (0)