Skip to content

Latest commit

 

History

572 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TallyLot

TallyLot is a typed Python toolkit for source-backed transaction intake, evidence handling, checkpoint workflows, output generation, and tax-oriented processing. It keeps live operational artifacts in an external workspace and keeps the repo focused on code, tests, docs, templates, and automation.

What This Repo Includes

  • the tallylot Python package under src/tallylot/
  • the tallylot CLI entry point
  • typed intake, normalization, checkpoint, output, and oracle-support workflows
  • source and output adapter boundaries over a provider-neutral runtime model
  • repo-owned docs, templates, automation, and agent guidance
  • an external workspace model for evidence and operational artifacts

Current Status

The current runtime is CLI- and library-only, filesystem-backed, and centered on typed workflows that keep raw evidence outside the repo. See docs/status/current-state.md for the detailed implemented surface.

Highlights

  • strict typed layering between domain, application, ports, infrastructure, adapters, and interfaces
  • external workspace model that keeps live evidence and operator artifacts out of the repo
  • deterministic artifact generation for manifests, normalization output, checkpoint output, and validation packages
  • explicit issues for unsupported or ambiguous data
  • provider-neutral transaction facts as the only runtime model
  • adapter-driven source and output boundaries, with mirrored workspace guidance under docs/workspace/README.md

Quick Start

make install-hooks
make workspace-init

See:

Documentation

Repository Layout

src/
tests/
docs/
.claude/commands/
tools/
README.md
AGENTS.md
ROADMAP.md
CHANGELOG.md

Development

This repo intentionally uses the external environment at $(HOME)/.venvs/tallylot-py312. The root Makefile prepends that environment's bin/ directory to PATH, so local repo commands stay machine-neutral and do not need inline environment prefixes.

Bootstrap the clone with:

make install-hooks

Use the lighter gate during development and the full gate before closing substantial work:

make quality
make quality-full

Use docs/standards/implementation.md and docs/standards/commits.md for repo execution and checkpoint rules.

Contributing

Use CONTRIBUTING.md for contributor licensing terms and submission rules. Use the standards docs for repo execution and the current runtime and operator docs for active behavior:

External contributions are accepted only under CLA.md, which gives the maintainer broad relicensing and commercial licensing rights while contributors retain ownership of their work.

License

Source code in this repository is source-available under the PolyForm Noncommercial License 1.0.0.

Unless otherwise noted, prose documentation in README.md and docs/ is available under CC BY-NC-SA 4.0. Code samples and other source-like material remain under the PolyForm Noncommercial License 1.0.0.

The maintainer may also offer separate commercial or proprietary licenses for some or all of the project outside these public repository terms.

Security

Do not commit private workspace data, oracle bundles, or personal exports to the repo.

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages