fix(maintenance): auto-expiry + adaptive markdown height + tests
- Auto-expiry: expired events auto-end on GET /events via task manager - Height: _estimate_markdown_height adapted to unit=8px scale with padding detection - CRITICAL-1: removed dead import remove_chart_from_position (QA finding) - CRITICAL-2: added chart alive check in ensure_banner_chart (QA finding) - CRITICAL-3: fixed test assertions update_markdown_chart → update_banner_on_dashboard - @POST contract: fixed return range [2,12] → [19,200] - Tests: 8 new tests (auto-expiry + layout height)
This commit is contained in:
4
backend/.axiom/runtime/belief_events.jsonl
Normal file
4
backend/.axiom/runtime/belief_events.jsonl
Normal file
@@ -0,0 +1,4 @@
|
||||
{"recorded_at":"2026-05-22T08:17:41.943631399Z","anchor_id":"Axiom:Services:Artifact:RunWorkspaceCommand","marker":"reason","message":"Executing a read-only workspace command inside the project root.","depth":1,"extra":{"command":"cd /home/busya/dev/ss-tools/backend && python -m py_compile src/plugins/llm_analysis/service.py && echo \"SYNTAX OK\"","timeout_seconds":10}}
|
||||
{"timestamp":1779437861.943,"event_type":"belief_reason","component":"Axiom:Services:Artifact:RunWorkspaceCommand","data":{"depth":1,"extra":{"command":"cd /home/busya/dev/ss-tools/backend && python -m py_compile src/plugins/llm_analysis/service.py && echo \"SYNTAX OK\"","timeout_seconds":10},"message":"Executing a read-only workspace command inside the project root."}}
|
||||
{"recorded_at":"2026-05-22T08:17:42.118409820Z","anchor_id":"Axiom:Services:Artifact:RunWorkspaceCommand","marker":"reflect","message":"Workspace command completed and output was bounded for transport.","depth":1,"extra":{"exit_code":127,"stderr_truncated":false,"stdout_truncated":false}}
|
||||
{"timestamp":1779437862.118,"event_type":"belief_reflect","component":"Axiom:Services:Artifact:RunWorkspaceCommand","data":{"depth":1,"extra":{"exit_code":127,"stderr_truncated":false,"stdout_truncated":false},"message":"Workspace command completed and output was bounded for transport."}}
|
||||
Reference in New Issue
Block a user