Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: profullstack/logicsrc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: profullstack/logicsrc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: agentstack-module
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 11 files changed
  • 2 contributors

Commits on Jun 9, 2026

  1. feat(agentstack): add @logicsrc/agentstack coordination module

    AgentStack is the LogicSRC module for portable agent, task, payment, and
    reputation coordination across Profullstack apps. Reference implementation of
    the `agentstack` capability in the Profullstack Shared AppKit OpenSpec.
    
    - packages/agentstack: DID helpers (did:coinpay:user/agent), DidTask model +
      lifecycle, AgentStack in-memory coordinator (agents, tasks, delegation,
      events), and a validated LogicSRC plugin definition. 9 vitest cases.
    - Wire @logicsrc/agentstack into the root build chain (after plugin-core).
    - docs/agentstack.md + mention in openspec-comparison.md.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    ralyodio and claude committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    dffeab8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2026

  1. docs(agentstack): note dual-runtime support (Bun + Node.js + Workers …

    …+ browser)
    
    Matches the revised Shared AppKit PRD's Runtime Compatibility Strategy.
    AgentStack is runtime-neutral (no Bun/Node-only APIs; time is injected).
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    ralyodio and claude committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    4cd5172 View commit details
    Browse the repository at this point in the history
Loading