marqant 0.2.0

Quantum-compressed markdown format for AI consumption with 90% token reduction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mq dict-id --uni
echo "# Title

- a
- b" | mq uni-encode | tee /tmp/demo.mquni | od -An -t x1
cat /tmp/demo.mquni | mq uni-decode
echo "# Title

## Head

Some content" | mq compress | tee /tmp/demo.mq > /dev/null
mq inspect /tmp/demo.mq --show-tokens
mq dict-id /tmp/demo.mq