Skip to content

Commit 9def7cf

Browse files
committed
merge dev-merge: normalize package documentation
2 parents dfc401a + 8f9cb8f commit 9def7cf

27 files changed

Lines changed: 0 additions & 27 deletions

website/packages/adapters-local.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ In-memory adapters are process-local. For multiple server instances, use durable
6363
## Testing
6464

6565
Use temporary directories, close/reopen stores to prove durability, inject failures, and verify path traversal, cleanup and crash recovery. Real Docker/PostgreSQL/Redis/S3 acceptance tests must run with zero skipped cases before claiming those providers are release-ready.
66-

website/packages/core.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,3 @@ Use `InMemoryEventStore`, in-memory runtime stores and deterministic helpers for
8686
- [`hypha-storage`](./storage) describes storage topology.
8787
- [`hypha-harness`](./harness) runs and projects Event-first execution.
8888
- [`hypha-testing`](./testing) captures and replays traces.
89-

website/packages/domain.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ State bindings can narrow allowed Tools, Skills, prompt refs, MCP profiles, Memo
7171
- Recompile and compare dependency hashes when a referenced definition changes.
7272

7373
The runnable composition is documented in [Compose a full system](/guide/full-system).
74-

website/packages/harness.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ Use a durable Event store bridge and persistent queue/lease/checkpoint stores wh
6969
## Verification
7070

7171
Test simultaneous requests for one Session, cancellation, stale revisions, restart/replay and terminal convergence. Use [`hypha-testing`](./testing) to compare the resulting Event sequence and projection.
72-

website/packages/inference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@ The backend registry includes OpenAI API, Ollama, SGLang, vLLM and llama.cpp ada
7676
- Propagate cancellation and deadlines to the transport.
7777
- Verify cache scope equivalence before reuse.
7878
- Test provider failure, timeout, malformed output and cache miss paths.
79-

website/packages/kernel.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ Configure finite step, token, time and recovery budgets. The caller must handle
6363
## Boundary to remember
6464

6565
Kernel owns reasoning semantics. [`hypha-domain`](./domain) owns product definitions; [`hypha-fsm`](./fsm) owns allowed state movement; applications own HTTP, CLI and UI behavior.
66-

website/packages/mcp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ Record the server identity, protocol/version and capability contract used by a R
7272
Exercise real local transports in release acceptance, assert zero skipped cases, and cover initialization failure, timeout, cancellation, malicious endpoints, capability drift and cleanup. Use mock gateways only for deterministic unit tests.
7373

7474
See [`hypha-tools`](./tools) for governed invocation and [`hypha-domain`](./domain) for per-workflow capability allow-lists.
75-

website/packages/memory.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,3 @@ Provider availability does not grant permission. Select providers through a prof
7575
Test add/search/update/delete, retention, user isolation, cursor pagination, cancellation, provider timeouts, outbox redelivery and permanent failure/dead-letter handling. A replay must rebuild Memory-related product state from Events without assuming the external index is the source of truth.
7676

7777
For local stores, see [`hypha-adapters-local`](./adapters-local).
78-

website/packages/serving-cache.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ Choose fail-open or fail-closed based on the operation. A cache outage may be sa
6666
- No-op store: disable caching without branching application logic.
6767

6868
Test exact hits/misses, key stability, TTL, oversize rejection, corruption, store timeout and scope isolation.
69-

website/packages/skills.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ For remote skills, verify signatures, hashes, SBOM/transparency data and depende
7171
- Untrusted assets cannot escape their root.
7272
- Progressive loading omits unrelated skill bodies.
7373
- Effective capability snapshots change when a skill adds/removes Tool access.
74-

0 commit comments

Comments
 (0)