Skip to content

Document deployed application evidence - #3

Merged
cardmagic merged 1 commit into
mainfrom
agent/deployed-reference-evidence
Aug 16, 2026
Merged

Document deployed application evidence#3
cardmagic merged 1 commit into
mainfrom
agent/deployed-reference-evidence

Conversation

@cardmagic

@cardmagic cardmagic commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a concise deployed-reference section linked to the live application and its source
  • connect runtime and operational claims to pinned source files, tests, deployment configuration, and current CI
  • distinguish the application’s single-process SQLite deployment from the library’s separately tested database, recovery, and multi-process behavior
  • make the opening TypeScript example executable by creating, installing, and closing an explicit SQLite runtime
  • update provenance and documentation links without changing package behavior or versions

Validation

Solid Objects JS:

  • pnpm run format:check
  • pnpm run check:documentation
  • pnpm run check
  • pnpm run test:coverage (214 passed, 10 skipped)
  • pnpm run build
  • pnpm run pack:check
  • pnpm run test:package
  • pnpm run test:recovery
  • pnpm run test:browser (3 passed)
  • pnpm audit --audit-level=high
  • internal documentation links and all 34 external README links
  • opening example run from a clean temporary project using solid-objects@0.13.0

Reference application at the pinned source revision:

  • pnpm install --frozen-lockfile
  • pnpm test (171 passed)
  • pnpm typecheck
  • pnpm build
  • current CI passed, including the Docker image build
  • live application and health endpoint returned HTTP 200

Document the deployed reference application's verified runtime paths and link each operational claim to its source or tests. Qualify the single-process SQLite deployment separately from the library's broader database and recovery coverage.
@cardmagic
cardmagic marked this pull request as ready for review August 16, 2026 18:06
@greptile-apps

greptile-apps Bot commented Aug 16, 2026

Copy link
Copy Markdown

Greptile Summary

The PR documents a deployed reference application and links its operational claims to pinned source, tests, deployment configuration, and CI evidence.

  • Adds evidence for concurrency, recovery, persistence, private realtime state, durable effects, transactional work, migrations, and operations.
  • Clarifies that the deployed reference uses a single-process SQLite topology while broader recovery and multi-process guarantees are tested separately.
  • Expands provenance and documentation links without changing package behavior or versions.

Confidence Score: 5/5

The documentation-only PR appears safe to merge.

The new local links resolve, the documented deployment boundaries align with repository evidence, and no actionable defect or rule violation was identified.

Important Files Changed

Filename Overview
README.md Adds deployed-application evidence, explicit topology boundaries, and documentation links; no concrete correctness or documentation-check failures were identified.

Reviews (1): Last reviewed commit: "docs: add deployed application evidence" | Re-trigger Greptile

@cardmagic
cardmagic merged commit 3d1953d into main Aug 16, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant