embacle 0.21.1

LLM runner library — wraps 12 AI CLI tools as pluggable LLM providers with agent loop, guardrails, and cost tracking
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ABOUTME: Dark-launch register — every feature shipped disarmed (flag off, shadow mode, log-only)
# ABOUTME: Fixed shape, one line per key: the review workflow parses it with awk, no YAML dep
#
# Format (the parsers depend on this indentation):
#   - name: kebab-case-feature-name
#     surface: path/to/the/flag/or/mode
#     current: what ships today (the disarmed state)
#     advance_when: the criterion that arms the next phase
#     review_by: YYYY-MM-DD
#
# The weekly "Monitor: Feature Phase Review" workflow opens an issue in the
# register when a review_by date passes. Nothing is dark-launched here yet —
# an empty list is valid, and this file exists so the next one has a home.

features: []