You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract concrete lessons from production personal-assistant host runtimes into the public Agentic framework shape.
The evidence base now includes long-lived assistant state, tool/capability discovery, auth and human-approval boundaries, artifact iteration, workflow lifecycle, and operational dogfood. Use that evidence to decide what belongs in Agentic versus what remains host/runtime-specific.
Why now
The package and repository are now public under the Agentic identity. Before adding new features, we should turn recent production usage into a clear public framework thesis instead of accumulating one-off implementation details from downstream host applications.
Workstreams to reconcile
Public identity first: package/repo rename work is complete, so new work can land under Agentic rather than the legacy Spores identity.
Workflow lifecycle: decide whether feat(workflow): pin runs to graph versions #49 graph-version pinning is a central long-lived-run primitive or a host-specific operational workaround.
Operational task source: revisit v0.2+: TaskAdapter implementation over GitHub Issues #23 after the extraction frame; stale local dogfood task queues show the pain, but the GitHub TaskAdapter should be sequenced deliberately.
Capability/tool discovery: fold in the capability-contract milestone and real host tool-discovery lessons to clarify what Agentic declares versus what host runtimes execute.
Boundary discipline: explicitly document what Agentic should not absorb: sessions, transport, scheduling, identity, webhooks, hosting, and provider-specific auth flows unless a primitive boundary is clear.
Acceptance criteria
A written extraction memo or issue comment names the Agentic primitives validated by production host usage and the host/runtime responsibilities that stay out.
Goal
Extract concrete lessons from production personal-assistant host runtimes into the public Agentic framework shape.
The evidence base now includes long-lived assistant state, tool/capability discovery, auth and human-approval boundaries, artifact iteration, workflow lifecycle, and operational dogfood. Use that evidence to decide what belongs in Agentic versus what remains host/runtime-specific.
Why now
The package and repository are now public under the Agentic identity. Before adding new features, we should turn recent production usage into a clear public framework thesis instead of accumulating one-off implementation details from downstream host applications.
Workstreams to reconcile
Acceptance criteria
Initial sequencing