Skip to content

Latest commit

 

History

History
109 lines (92 loc) · 4.74 KB

File metadata and controls

109 lines (92 loc) · 4.74 KB

Roadmap

This is the public roadmap for Signet, updated manually as priorities shift. It captures what we're actively building, what's committed next, and what we're still shaping. For implementation sequencing, dependency contracts, and status truth, see Spec Index.

Status markers: [done] shipped, [wip] in progress, [next] planned, [stub] intentionally tracked but not fully planned, [idea] exploring.

Current Focus (0.98.x)

  • [wip] Public positioning and documentation correctness
    • align README, docs, and website language around portable agent state, local ownership, and behavioral context portability
  • [wip] Connector and harness reliability
    • harden Claude Code, OpenCode, OpenClaw, Codex, Pi, and Hermes Agent integrations with smoke tests and clearer install diagnostics
  • [wip] Multi-agent runtime hardening
    • scoped memory policies, runtime adapter stability, session routing, and visibility correctness across named agents
  • [wip] Memory quality and provenance
    • extraction-first memory, transcript-backed verification, entity graph cleanup, recall provenance, and lower-noise context injection
  • [wip] Permissions, auth, and secrets boundary
    • agent-blind secrets, RBAC, token policy, rate limits, and capability scoping for tool and MCP access

Planned Next

  • [next] Behavioral context portability / OAS working draft
    • define export/import expectations for identity, memory, provenance, skills, and secrets metadata without tying the standard to one harness
  • [next] Hermes Agent production hardening
    • validate real install flows, gateway session routing, and cross-platform memory continuity before broader migration guidance
  • [next] Capability-scoped tool permissions
    • distinguish read-only, destructive, credentialed, and approval-gated actions across harnesses and MCP tools
  • [next] Rust daemon parity + primary runtime cutover
    • parity first, cutover second, with divergence logging and rollback paths preserved until confidence is boring
  • [next] Deep memory search as an optional escalation path
    • multi-agent or LLM-assisted search only when primary retrieval cannot answer with enough confidence

Strategic Stub Backlog (tracked, planning incomplete)

  • [stub] Distributed harness and multi-remote orchestration
  • [stub] First-party Signet harness while continuing connector support
    • reference direction: Hermes Agent and Forge-style native runtime work
  • [stub] Remember/Recall skill parity refresh with current schema
  • [stub] MCP CLI bridge + usage analytics in dashboard
    • reference direction: MC Porter-style command visibility
  • [stub] Git-based marketplace monorepo for skills + MCP servers
    • GitHub-authenticated PR publishing/reviews, JSON review artifacts
  • [stub] Adaptive skill lifecycle
    • usage tracking, maintenance suggestions, and procedural memory links
  • [stub] Cryptographic identity roadmap
    • agent passports, artifact signing, and verifiable identity without requiring a specific chain or vendor identity provider
  • [stub] Plugin API + app ecosystem integrations
    • dashboard and CLI surfaces for third-party integrations
  • [stub] Unified realtime constellation / embedding / entity viewer
    • replace slow current 3D path and make provenance inspectable by default
  • [stub] Dashboard IA refactor
    • settings as standalone page, breadcrumb-first navigation model
  • [stub] Post-install behavior migration audit
    • ensure daemon/CLI own critical install flows consistently

Recently Shipped

  • [done] Readable changelog generation and release-note correctness
    • release entries now use the bumped version and include a highlights layer plus exact release ledger
  • [done] Workspace source checkout sync
    • managed source checkout, clean-branch update behavior, and watcher ignore coverage
  • [done] Connector expansion and hardening
    • Hermes Agent integration, Forge connector work, OpenClaw runtime hardening, and request normalization
  • [done] Recall surface alignment
    • CLI, MCP, SDK, and hook recall paths now share more of the same filter and response contract
  • [done] Documentation site quality pass
    • section-aware docs search, normal markdown link rewriting, TOC fixes, and clearer contributor/user workflow docs
  • [done] Multi-agent support baseline
    • roster/scoping/runtime routing foundation complete; polish phases remain active in current focus

Notes

  • The old predictor-centered roadmap is retired as a public framing. Learned ranking can remain experimental, but Signet's product claim is portable agent state with inspectable extraction, provenance, and context selection.
  • This roadmap is directional. Spec Index remains the execution contract and dependency source of truth.