• v0.6.0 72f032fd67

    v0.6.0: Time Awareness
    Some checks failed
    Deploy (Gitea) / deploy (push) Failing after 2s

    amr released this 2026-05-08 10:07:00 -04:00

    Time Awareness — temporal memory filtering, sensor-time skill, and timestamp in system prompt. All pure Lisp, 0 LLM tokens for temporal awareness.

    Level 2 — symbolic-time-memory skill:

    • memory-objects-since(timestamp), memory-objects-in-range(since until)
    • context-query-with-time — extended query with :since/:until
    • 6 tests, 100% pass

    Level 3 — sensor-time skill:

    • format-time-for-llm — iso/natural format, TIME_FORMAT env var
    • session-duration — session start tracking
    • sensor-time-tick — deadline scanning via cron (:reflex tier)
    • TIME_AWARENESS / DEADLINE_WARNING_MINUTES env vars
    • 13 tests, 100% pass

    Level 1 — TIME section in system prompt:

    • Injected at top of think() via fboundp guard in core-reason.lisp
    • Falls back gracefully when skills not loaded

    Full suite: 135/135 (100%)

    Downloads