Table of Contents

projects:pokerface

Pokerface

User Guide

https://pokerface.voyc.com

Facial expressions drawn from numeric values for components of feelings… artificial feelings of a robot or LLM chatbot.

keyboard shortcuts

chat commands

Developer Guide

Source code: https://gitlab.com/voyc/pokerface

Version History

2026.06.?? -

2026.06.?? - Support feeling words new animation command

2026.06.11 - blend command-driven prototype with original program

2026.06.11 - blend command-driven prototype with original program


beb1afa (HEAD → master) Rewrite test-suite to expose globals 7d3532e Reorg and prettify the about file c4e57ec Add command-architecture, chat, testing per Gemini e6e5d70 Reorg nvc and levels into about a9a4084 Move liner files to new liner folder

2026.06.11 - blend command-driven prototype with original program

2026.06.11 - blend command-driven prototype with original program

Client-side javascript apps. I want to implement tags and a release history. I don't want to use any tools other than git. What are some common formats I can use so the log and tags and release history do not duplicate each other but work together to communicate to users and developers.

git tag -a v1.3.0 -m “$A” $A = git log $B..HEAD –oneline –grep='^feat\|^fix')“ $B = git tag -a v1.3.0 -m "$( git log ..HEAD –oneline –grep='^feat\|^fix') ”

$C git describe –tags –abbrev=0