Skip to content

Commit e5be1df

Browse files
committed
docs: add v1.1.0 frontmatter enhancements and modular spec structure
- Add date_format frontmatter field for custom output formatting - Add field behavior table (locale, timezone, date_format) - Document file-scoped frontmatter (no inheritance to linked files) - Split specification.md into modular detail files: - spec/frontmatter.md: field behavior, processing, file scope - spec/examples.md: date/time, YAML, multi-file examples - spec/libraries.md: library stack and processing pipeline - spec/compatibility.md: todo.txt, todo.md, xit conversion - Reduce specification.md from 656 to 508 lines (under AISD 600 limit) - Configure semantic-release for docs-first repos (docs=minor) - Auto-update version strings in markdown files on release - Populate CHANGELOG.md with v1.0.0 release notes
1 parent cbfc4e3 commit e5be1df

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
# 1.0.0 (2025-12-05)
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/taskmark/taskmark-spec/releases/tag/v1.0.0) (2025-12-05)
4+
5+
Initial release of the TaskMark specification.
6+
7+
### Features
8+
9+
- Markdown-based task format (.md files)
10+
- Four task states: `[ ]` open, `[x]` done, `[-]` cancelled, `[!]` blocked
11+
- Flexible priorities `(A-Z)` and numeric `(1-99)`
12+
- Assignees with `@user` syntax
13+
- Hierarchical projects `+project/sub` and tags `#tag`
14+
- ISO 8601 datetime support with timezones
15+
- Recurring tasks with natural language patterns (`repeat:weekly`)
16+
- Section-based metadata inheritance
17+
- Multi-file organization with markdown links
18+
- Subtasks (one level deep)
19+
- YAML frontmatter for file-level settings (`locale`, `timezone`)
20+
21+
### Documentation
22+
23+
- Complete technical specification
24+
- Format compatibility guide (todo.txt, todo.md, xit)
25+
- AI agent development guide (AISD-inspired)
26+
- Library stack recommendations

0 commit comments

Comments
 (0)