@contractspec/example.pocket-family-office
v3.8.5
Published
Pocket Family Office example - personal finance automation with open banking
Downloads
1,882
Maintainers
Readme
@contractspec/example.pocket-family-office
Website: https://contractspec.io
Pocket Family Office example - personal finance automation with open banking.
What This Demonstrates
- Workflow-driven open banking integration (sync accounts, transactions, balances).
- Financial summary and overview generation workflows.
- Document processing and email thread ingestion.
- Capability and feature definition patterns.
- Canonical
telemetryexport viapocketFamilyOfficeTelemetry. - Sample tenant and connection configuration.
- An inline
PocketFamilyOfficePreviewUI for template and example browsers.
Running Locally
From packages/examples/pocket-family-office:
bun run devbun run buildbun run testbun run typecheck
Usage
Use @contractspec/example.pocket-family-office as a reference implementation, or import its exported surfaces into a workspace that composes ContractSpec examples and bundles.
Architecture
src/blueprint.tsis part of the package's public or composition surface.src/connectionsis part of the package's public or composition surface.src/docs/contains docblocks and documentation-facing exports.src/example.tsis the runnable example entrypoint.src/index.tsis the root public barrel and package entrypoint.src/knowledgeis part of the package's public or composition surface.src/operationsis part of the package's public or composition surface.src/telemetry.tsdefines the exported telemetry spec.src/ui/contains the inline preview surface for catalog and template browsers.
Public Entry Points
- Export
.resolves through./src/index.ts. - Export
./blueprintresolves through./src/blueprint.ts. - Export
./connections/samplesresolves through./src/connections/samples.ts. - Export
./docsresolves through./src/docs/index.ts. - Export
./docs/pocket-family-office.docblockresolves through./src/docs/pocket-family-office.docblock.ts. - Export
./exampleresolves through./src/example.ts. - Export
./knowledge/sources.sampleresolves through./src/knowledge/sources.sample.ts. - Export
./operationsresolves through./src/operations/index.ts. - Export
./pocket-family-office.capabilityresolves through./src/pocket-family-office.capability.ts. - Export
./pocket-family-office.featureresolves through./src/pocket-family-office.feature.ts. - Export
./telemetryresolves through./src/telemetry.ts. - Export
./tenant.sampleresolves through./src/tenant.sample.ts. - Export
./uiresolves through./src/ui/index.ts. - Export
./ui/PocketFamilyOfficePreviewresolves through./src/ui/PocketFamilyOfficePreview.tsx. - Export
./ui/pocket-family-office-preview.dataresolves through./src/ui/pocket-family-office-preview.data.ts. - Export
./workflowsresolves through./src/workflows/index.ts. - The package publishes 24 total export subpaths; keep docs aligned with
package.json.
Local Commands
bun run dev— contractspec-bun-build devbun run build— bun run prebuild && bun run build:bundle && bun run build:typesbun run test— bun testbun run lint— bun lint:fixbun run lint:check— biome check .bun run lint:fix— biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .bun run typecheck— tsc --noEmitbun run publish:pkg— bun publish --tolerate-republish --ignore-scripts --verbosebun run publish:pkg:canary— bun publish:pkg --tag canarybun run clean— bun rimraf dist .turbobun run build:bundle— contractspec-bun-build transpilebun run build:types— contractspec-bun-build typesbun run prebuild— contractspec-bun-build prebuild
Recent Updates
- Replace eslint+prettier by biomejs to optimize speed.
- Missing contract layers.
- Resolve lint/test regressions after voice capability updates.
- Major change to content generation.
Notes
- Works alongside
@contractspec/lib.contracts-integrations,@contractspec/lib.contracts-spec,@contractspec/lib.knowledge,@contractspec/lib.schema,@contractspec/tool.bun, ...
