trible 0.41.2

A knowledge graph and meta file system for object stores.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Inventory

## Potential Removals
- None at the moment.

## Desired Functionality
- Inspection utilities for listing entities, attributes, and relations, with optional filtering.
- Progress reporting for blob transfers and other long-running operations.
- Custom maximum pile size when creating piles.
- Consolidate shared blob-handling logic across `pile` and `store` commands.
- Centralize branch ID resolution helpers across CLI commands.
- CLI coverage for `pile merge` in the integration test suite.

## Discovered Issues
- Object store operations rely on an async runtime; consider synchronous alternatives.
- Preflight script and test suite take an unusually long time to run; investigate ways to reduce build and execution time.