Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

AgentPlat is an open-source TypeScript framework for persistent human-agent collaboration, with shared artifacts, human approvals and controlled execution on your infrastructure.

AgentPlat Agent Rooms provide the collaboration workspace. AgentPlat Collective Runtime and AgentPlat Agent Mesh add planning and distributed coordination when needed. AgentPlat 1.0.0 is being prepared for stable distribution under `docs/stability.md`. Publication is pending; source availability, registry distribution and operational evidence must be checked separately.
AgentPlat Agent Rooms provide the collaboration workspace. AgentPlat Collective Runtime and AgentPlat Agent Mesh add planning and distributed coordination when needed. AgentPlat 1.0.0 is published under npm `latest`, with compatibility governed by `docs/stability.md`; source availability, registry distribution and operational evidence must be checked separately.

- Canonical repository: https://github.com/Agentplat/agentplat
- Website: https://agentplat.com
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Unreleased

## 1.0.0 — prepared; publication pending
## 1.0.0 — published 2026-09-22 (UTC)

- Establish a public API compatibility and maintenance policy for the 65-package
coordinated stable line, with explicit experimental capability boundaries.
- Add production deployment and preview migration guidance.
- Target `latest` only through the protected release workflow and complete
registry/consumer verification. No completed publication is claimed here.
- All 65 packages are published under `latest`; registry and clean consumer
verification passed. See [distribution record](docs/releases/stable1-distribution-20260922.md).

## 0.3.0-beta.10 — superseded before publication by 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AgentPlat is an open-source TypeScript framework for persistent human-agent coll

[Website](https://agentplat.com) · [Documentation](https://doc.agentplat.com) · [GitHub](https://github.com/Agentplat/agentplat)

> Version 1.0.0 is being prepared for stable distribution. See the [stability contract](docs/stability.md) and [production guide](docs/production.md). Publication remains pending; consult [release channels](docs/release-channels.md) for availability.
> AgentPlat 1.0.0 is available on npm under `latest`. See the [verified distribution record](docs/releases/stable1-distribution-20260922.md), [stability contract](docs/stability.md) and [production guide](docs/production.md).

## A concrete use case

Expand Down
2 changes: 1 addition & 1 deletion docs/component-maturity.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is the editorial entry point for adoption status. Source availability,
registry distribution, executable checks and operational evidence answer
different questions. None implies another. The source checkout currently
prepares coordinated version 1.0.0; publication is pending. The [stability contract](stability.md) governs API compatibility independently of operational evidence.
uses coordinated version 1.0.0, published under npm `latest`; see the [distribution record](releases/stable1-distribution-20260922.md). The [stability contract](stability.md) governs API compatibility independently of operational evidence.

## Source and integration map

Expand Down
4 changes: 2 additions & 2 deletions docs/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ production. This is a maintainer-reported deployment statement, not a published
customer study: package versions, workload, observation period and incident
metrics have not yet been recorded here. It does not expand the paper's evidence.

Version 1.0.0 is being prepared for stable publication. Until the distribution
record confirms the complete release, do not assume it is available on npm.
Version 1.0.0 is published on npm under `latest`. See the
[verified distribution record](releases/stable1-distribution-20260922.md).

## Supported application boundaries

Expand Down
7 changes: 3 additions & 4 deletions docs/release-channels.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Release channels

AgentPlat uses one fixed version for all 65 publishable packages. The next
planned stable release is **1.0.0**, targeting npm `latest`. It replaces the
unpublished beta.10 candidate. Publication is pending; this document does not
assert that registry tags have moved.
AgentPlat uses one fixed version for all 65 publishable packages. **1.0.0** is
published under npm `latest`; it replaces the unpublished beta.10 candidate.
See the [verified distribution record](releases/stable1-distribution-20260922.md).

Stable 1.x releases follow the [stability contract](stability.md). Prereleases
use `next` and must never promote `latest`. Stable promotion requires successful
Expand Down
24 changes: 24 additions & 0 deletions docs/releases/stable1-distribution-20260922.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# AgentPlat 1.0.0 distribution — 2026-09-22

All 65 catalog packages were published at **1.0.0**, with `latest` aligned.
The release source is
[`d59e59e452711c834728470f93953c93908da1a3`](https://github.com/Agentplat/agentplat/tree/d59e59e452711c834728470f93953c93908da1a3).
The [release workflow](https://github.com/Agentplat/agentplat/actions/runs/35789321231)
completed successfully, including registry artifact bytes, signatures, source
provenance fields and tags, and clean portable, PostgreSQL and Node 22 npm consumers.

The first verification attempt could not yet see mesh-sim-local@1.0.0 in the
registry response. Only failed verification was rerun; publication was not repeated.
A separate registry check found all 65 versions and latest tags present.

Install exact matching versions, for example:

```sh
npm install @agentplat/framework@1.0.0 @agentplat/sessions@1.0.0
```

See the [stability contract](../stability.md) and [production guide](../production.md).
This distribution record does not extend operational or scientific evidence.
The paper-v0.5 artifact and its historical experiment commits remain unchanged.
Provenance field verification is not an independent full Sigstore certificate
and transparency-log verification.
9 changes: 9 additions & 0 deletions docs/research/morphogenesis-paper-v0.5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ and scripted reviewers are fixtures; the rollback witness is process-local.
TLC explores a bounded abstraction under stated fairness and owner assumptions,
not the full TypeScript implementation. No LLM-quality or production-reliability
claim is made. This preprint has not been submitted to a venue by this task.

## Subsequent stable distribution

AgentPlat 1.0.0 is now distributed on npm under `latest`; see the
[distribution record](../../releases/stable1-distribution-20260922.md) for the
exact release source and successful verification workflow. This is a subsequent
software distribution, not the source of the experiments in paper v0.5.
Reproduce those experiments with the original pinned sources above. The frozen
paper-v0.5 manuscript, PDF and evidence references are unchanged.
15 changes: 15 additions & 0 deletions docs/research/morphogenesis-paper-v1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Agent Morphogenesis preprint v1.0

Author: Douglas Rodríguez - douglas.rodriguez@trafilea.com

Editorial release dated 2026-09-22. The scientific content and experimental
results are retained from v0.5. This version updates the preprint version,
author contact and availability of AgentPlat 1.0.0.

- Manuscript: [manuscript.md](manuscript.md)
- PDF: [agent-morphogenesis-paper-v1.0.pdf](../../../output/pdf/agent-morphogenesis-paper-v1.0.pdf)
- Evidence and reproduction: [frozen v0.5 artifact](https://github.com/Agentplat/agentplat/tree/paper-v0.5/docs/research/morphogenesis-paper-v0.5)
- Stable software distribution: [record](../../releases/stable1-distribution-20260922.md)

Render with `python3 experiments/morphogenesis-paper/render-v05.py v1.0`.
Original evidence, commits and the paper-v0.5 tag remain unchanged.
46 changes: 46 additions & 0 deletions docs/research/morphogenesis-paper-v1.0/figures/architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions docs/research/morphogenesis-paper-v1.0/figures/continuity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading