Loading repository data…
Loading repository data…
FalconeTech666 / repository
Local deterministic toolkit for compact AI context packs, audits, and business-analysis artifacts.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
PrimeKit is a local toolkit for preparing compact, auditable context for AI-assisted business analysis.
It turns messy source files into smaller deterministic artifacts before an LLM or human reviewer reads them. The core idea is simple: do repeatable calculations in code, then give the model only the important evidence.
LLM workflows often waste context on raw files. PrimeKit reduces that waste by producing small, traceable outputs:
raw source -> adapter -> normalized facts -> deterministic tool -> compact artifact -> AI/human review
This keeps the final reasoning step focused on judgment, not file parsing.
unittestpython -m unittest discover -s tests -v
python -m primekit.cli margin-guardrail --economics economics.json --output-dir runtime/demo/margin
python -m primekit.cli commitment-check --draft draft.txt --context context.json --output-dir runtime/demo/commitment
python -m primekit.cli memory-index --source docs --output-dir runtime/demo/memory
This public version includes tool code, schemas, tests, and sanitized documentation.
It intentionally excludes runtime outputs, business data, local memory, private reports, credentials, and any customer/company files.
Active prototype. The next step is turning the CLI into a cleaner package with example fixtures and typed interfaces.