PROPOSED
Protect defined flags with digest
Terminate run instead of panic for state down fail
Implement tests with postgres mock
Clear up cache.Memory nil ambiguity for DbEngine
Full breadcrumb path in engine debug output
Implement orphan flag scanner dev tool
BACKLOG
Display asm line part breaks when first character is capitalized
Replace ioutil.Temp* with os.Mk*Temp
Add lifetime specifier to set flags in resource result
replace ioutil.WriteFile occurrences
Make must detect edited vis files
Optional crop and log handling of overflow
Detect lateral navigation from external function calls
Eliminate language from context
Recover invalid input in engine loop
Invalidate last value from cache when out of scope
PENDING
Define type for db datatypes
Add support for log/slog in logging package
Replace MSINK and MAP with SINK
Double session id in state save path for persister
Selectors with 0-prefix disappears in assembly compilation
DOING
Add support for any backend in dev/gdbm tool
REVIEW
Add postgresql support
Replace all test resource implementations with mem or fsresource
Add updated time to postgres table
Include menu items in gdbm scanner
Add gdbm support for persister
Implement HTTP default interface and example
Return state as pointer from constructor
Show path in debug dump
Implement startup hook on init
Add preprocessor to enable text flag use for CATCH and CROAK
FINISHED
Allow termination that resumes before root node with preserved user state
Add language specific external function to language example
Demonstrate language usage with example
Rename Engine to VolatileEngine and EngineIsh to Engine
Move library documentation to texinfo
move context to first arg in methods
Multi-language menus
Make available for direct go import from upstream repo
Add test coverage analyses
Error registry and formatter for prepending in templates
Menu elements are reversed for next and prev
Remove errors from state flag manipulation
Factor out content splitting code in render
Add state debugger that dumps state on every HALT
Add memresource implementation
Multi-page menus
Reverse CATCH mode bit, 0 = test unset
BLOCKED