Commit Graph

12 Commits

Author SHA1 Message Date
Peter Steinberger
d46e156102
docs: refresh docs site logo
Some checks failed
CI / scope (push) Has been cancelled
pages / Deploy docs (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run build, Build) (push) Has been cancelled
CI / Docs (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run conformance:run -- --case acp.v1.initialize.handshake, Conformance Smoke) (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run format:check, Format) (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run lint, Lint) (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run test:coverage, Test, 22) (push) Has been cancelled
CI / ${{ matrix.name }} (pnpm run typecheck, Typecheck) (push) Has been cancelled
2026-05-06 02:06:49 +01:00
Peter Steinberger
f6803dad1e
docs: polish docs site code blocks 2026-05-06 00:42:40 +01:00
Peter Steinberger
0132c82713
docs: preserve inline code in docs site 2026-05-05 22:10:43 +01:00
Peter Steinberger
9fedaec7c2
docs: add GitHub Pages docs site 2026-05-05 22:06:47 +01:00
Peter Steinberger
69f527646b
chore: strengthen lint rules 2026-04-25 11:23:44 +01:00
Onur Solmaz
be510ba918
refactor: add acpx runtime embedding API (#220)
* refactor: add acpx runtime embedding API

* fix: preserve session state on replay failure

* fix: honor startup controls in runtime manager

* Runtime: deduplicate shared session engine

* Runtime: honor oneshot and steer inputs

* Runtime: keep persistent sessions stable

* Runtime: initialize embedded event logs

* Runtime: drop unsupported ensure env

* Refactor: reorganize ACPX source layout

* refactor: finish ACPX source layout cleanup

* docs: note runtime embedding API
2026-04-06 00:52:21 +02:00
Onur Solmaz
e7a6088c67 scripts: add PR triage batch helper 2026-03-28 14:03:19 +01:00
Onur Solmaz
4008683d51
feat: add flow trace replay bundles for flow runs (#181)
* docs: add flow trace replay spec

* docs: lock down flow trace replay details

* feat: add flow trace replay bundles

* fix: serialize bundled flow session events

* feat: add flow trace replay viewer example

* feat: add recent run picker to replay viewer

* feat: improve replay viewer navigation

* feat: tighten replay viewer layout and session rendering

* refactor: rename flow schema type fields

* fix: tighten replay viewer shell and session pane

* fix: simplify replay viewer sidebar

* fix: keep replay viewer run rows compact

* fix: harden pr triage json parsing

* fix: treat codex review output as plain text

* fix: separate replay position from run outcome

* fix: approve workflow runs from ci lane
2026-03-27 13:05:22 +01:00
Vincent Koc
8cd72da7ad
Tighten perf capture and reduce prompt overhead (#84)
* Add a minimal perf metrics harness

* Tighten perf capture and reduce prompt overhead
2026-03-09 13:21:20 -07:00
Bob
432449c610
chore: align acpx tooling with openclaw stack (#43)
* chore: add non-blocking OXC lint pilot

* chore: migrate lint and format to OXC tooling

* style: apply oxfmt to integration test

* build: migrate bundling from tsup to tsdown

* chore: align acpx tooling with openclaw conventions

---------

Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
2026-03-03 19:32:31 +01:00
Onur Solmaz
a44dd8b07e
Feat/acpx session model (#28)
* docs: define lindy session event-log data model

* docs: rename acpx session model proposal

* docs: use uuid examples for agentSessionId

* docs: align acpx session model with ACP schema semantics

* session: persist ACP projection and derived state

* Session model: align persistence with Zed thread schema

* Session model: switch to strict Zed-analogous thread schema

* Docs: define full session + NDJSON audit model

* Persistence: enforce snake_case session schema and add key-policy lint

* Docs: finalize single-schema event/session model spec

* Session model: canonical ACP events with persisted event log

* Queue owner: return after draining pending tasks

* Runtime: canonical queue stream + shared session defaults

* Errors: remove legacy fallback parsing paths

* Events: rename kind to type and centralize event type constants

* Runtime: warm queue owner and canonical control events

* runtime: recover empty-session load failures on first prompt

* session: drop unused conversation metadata fields

* session: cut over to top-level acpx.session.v1 schema

* refactor: split session modules and harden quiet output

* queue/event-log: recover stale owners and track real segments
2026-02-28 10:10:11 +01:00
Onur
a31fdae676 Refactor: split queue IPC, owner runtime, and CLI internal paths 2026-02-26 00:10:12 +01:00