AnointedAutomation.Concepts 1.0.2

dotnet add package AnointedAutomation.Concepts --version 1.0.2
                    
NuGet\Install-Package AnointedAutomation.Concepts -Version 1.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AnointedAutomation.Concepts" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AnointedAutomation.Concepts" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="AnointedAutomation.Concepts" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AnointedAutomation.Concepts --version 1.0.2
                    
#r "nuget: AnointedAutomation.Concepts, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AnointedAutomation.Concepts@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AnointedAutomation.Concepts&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=AnointedAutomation.Concepts&version=1.0.2
                    
Install as a Cake Tool

AnointedAutomation.Concepts

A .NET library for abstract concept modeling, currently anchored by an epistemics engine.

Overview

AnointedAutomation.Concepts provides types for modeling abstract concepts as first-class data. The initial feature set is an epistemics engine that maps the consistency of claims: propositions carry three-valued standings, foundational claims declare domain boundaries and testability, theological claims resolve to four-state verdicts, and tensions between claims are tracked as first-class data rather than being silently discarded.

Installation

Install via NuGet:

dotnet add package AnointedAutomation.Concepts

Features

  • Three-valued standings: Propositions can be held as true, false, or undetermined rather than forcing a binary choice
  • Four-state verdicts: Theological claims resolve to a richer verdict space than pass/fail
  • Foundational claims with domain boundaries: Claims declare the domain in which they apply and whether they are testable
  • Tensions as first-class data: Conflicts between claims are modeled explicitly, not swallowed or resolved by default
  • No external dependencies: Pure modeling code with zero package dependencies

Namespaces

  • AnointedAutomation.Concepts.Epistemics - Propositions, foundational claims, theological claims, law domains, and testability

License

Copyright © 2023 Anointed Automation, LLC. All rights reserved.

Author

Stewarded by Alexander Fields GitHub: https://github.com/AnointedAutomation Part of the Anointed family of ventures.

Support This Project

This library is free and open source. The best way to support the work is to shop with us:

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AnointedAutomation.Concepts:

Package Downloads
AnointedAutomation.Mathematics

Curated catalog of laws, theories, and conjectures of mathematics and physics, modeled through the epistemics engine - AnointedAutomation.Mathematics

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 110 8/23/2026
1.0.1 114 7/26/2026
1.0.0 135 7/2/2026