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
Copy file name to clipboardExpand all lines: docs/execution/AGENTCTL_DOCS_DECISIONS.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,12 @@ A checked manifest maps canonical source files to public routes. The importer fa
28
28
29
29
Status: accepted, 2026-07-23.
30
30
31
-
Public pages distinguish deterministic tests, mock-protocol tests, retained live OpenAI evidence, locally executed container evidence, hosted CI configuration, hosted CI execution, syntax validation, deferred work, and unsupported work. The site calls the project a `v1alpha1` release candidate preparation, not stable or production proven.
31
+
Public pages distinguish deterministic tests, mock-protocol tests, retained
32
+
live OpenAI evidence, locally executed container evidence, hosted CI execution,
33
+
syntax validation, deferred work, and unsupported work. The site identifies
34
+
`agentctl.dev/v1` as the stable workflow document API while keeping the 0.3 CLI
35
+
and crates explicitly pre-1.0 and avoiding unsupported production or provider
Copy file name to clipboardExpand all lines: scripts/content-manifest.mjs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ export const contentManifest = [
6
6
['docs/TOOLS.md','_generated/concepts/tools.md','Tools and effects','Tool contracts, effect classes, idempotency, and deterministic checks.'],
7
7
['docs/memory.md','_generated/concepts/memory.md','State and memory','Separate runtime state, working memory, long-term memory, and prompt cache.'],
8
8
['docs/PACKS.md','_generated/concepts/packs.md','Reusable packs','Use versioned local content with integrity verification.'],
9
-
['docs/guides/INSTALLATION.md','_generated/getting-started/installation.md','Installation','Build or install the current v1alpha1 candidate from reviewed source.'],
9
+
['docs/guides/INSTALLATION.md','_generated/getting-started/installation.md','Installation','Build or install agentctl 0.3 with workflow API v1 from reviewed source.'],
10
10
['docs/guides/GETTING_STARTED.md','_generated/getting-started/index.md','Getting started','Run and inspect a credential-free deterministic workflow.'],
11
11
['docs/guides/FIRST_AGENT_WORKFLOW.md','_generated/getting-started/first-agent.md','First agent workflow','Run a bounded tool-using agent without a paid API key.'],
12
12
['docs/guides/WORKFLOW_AUTHORING.md','_generated/guides/workflow-authoring.md','Author workflows','Learn workflow YAML in execution order.'],
['docs/COMPATIBILITY.md','_generated/reference/compatibility.md','Compatibility','Preserved, migrated, changed, removed, and explicit non-goal contracts.'],
45
-
['docs/MIGRATING_FROM_TYPESCRIPT.md','_generated/reference/migration.md','Migrate from TypeScript','Translate supported legacy workflows to strict v1alpha1 YAML.'],
45
+
['docs/MIGRATING_FROM_TYPESCRIPT.md','_generated/reference/migration.md','Migrate from TypeScript','Translate supported legacy workflows to strict workflow API v1 YAML.'],
46
46
['docs/ARCHITECTURE.md','_generated/architecture/index.md','Architecture overview','Crate boundaries, execution, determinism, concurrency, and packaging.'],
47
47
['docs/architecture/DIAGRAMS.md','_generated/architecture/diagrams.md','Architecture diagrams','Fourteen verified diagrams for compilation, state, effects, recovery, deployment, and crates.'],
48
48
['docs/adr/0001-deterministic-core-explicit-effects.md','_generated/architecture/decisions/0001.md','ADR 0001: Deterministic core','Keep graph, policy, state, and replay model-independent.'],
['docs/development/ADD_MIGRATION.md','_generated/contributing/add-migration.md','Add a store migration','Version and test forward SQLite migrations.'],
60
60
['docs/development/DOCUMENTATION.md','_generated/contributing/documentation.md','Write documentation','Own content in the right repository and verify it end to end.'],
61
61
['docs/TESTING.md','_generated/contributing/testing.md','Testing strategy','Credential-free gates, acceptance layers, fuzzing, and live evidence.'],
62
-
['docs/RELEASE_PROCESS.md','_generated/contributing/release.md','Release process','Prepare and verify a v1alpha1 release candidate without overstating evidence.']
62
+
['docs/RELEASE_PROCESS.md','_generated/contributing/release.md','Release process','Prepare and verify an exact-commit release without overstating evidence.']
Copy file name to clipboardExpand all lines: src/content/docs/_generated/architecture/decisions/0001.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@ Status: accepted, 2026-07-22.
8
8
The graph, policy, state machine, persistence decisions, and recorded replay remain model-independent. Provider, tool, filesystem, process, MCP, A2A, internal-state mutation, clock, and ID behavior cross injected interfaces and receive durable effect identity when externally observable.
9
9
10
10
This keeps models replaceable and tests credential-free. It requires more records and conservative uncertain states, but avoids hidden calls during replay. Dynamic model-owned orchestration is rejected.
11
-
> Canonical source: [`docs/adr/0001-deterministic-core-explicit-effects.md`](https://github.com/opensourceops/agentctl/blob/main/docs/adr/0001-deterministic-core-explicit-effects.md). Verified against agentctl commit `736379ed5f49b0dbe1ad79ac4e4ba794e2c73c47`.
11
+
> Canonical source: [`docs/adr/0001-deterministic-core-explicit-effects.md`](https://github.com/opensourceops/agentctl/blob/main/docs/adr/0001-deterministic-core-explicit-effects.md). Verified against agentctl commit `2aeaa88fba71162206b5f08f5bda4f0150247e4f`.
0 commit comments