chore: standardize docs, license, funding, and CODEOWNERS#6
Merged
Conversation
- Add TestIntegrationWithReferenceData class with real-world water chemistry - Document differences between TFP/PoolMath CSI and Orenda LSI formulas - CSI test validates against TFP Wojtowicz formula (-0.31) - LSI test validates our precise log10 implementation (0.28) Research findings documented in test comments: - CSI uses ionic strength, CYA, and borate corrections - Orenda LSI uses TDS-adjusted constants and table lookups - Our LSI uses mathematically precise log10 calculations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- LICENSE: updated copyright to 2024-2026 JoyfulHouse Real Estate LLC - .github/FUNDING.yml: copied canonical funding file (github: btli, ko_fi: bryanli) - .github/CODEOWNERS: added (* @btli) - README.md: instantiated README.pypi.md template; migrated all existing content; standardized badge row; no emoji headers; links INSTALL.md; API reference table; cross-links ha-poolchem; all tokens filled - INSTALL.md: instantiated INSTALL.pypi.md template - CHANGELOG.md: normalized to Keep a Changelog 1.1.0; fixed v0.1.0 date from 2024-12-02 to 2025-12-02 (matches git tag); [Unreleased] at top; compare-link footer present - docs/README.md: new canonical index linking standard docs and reference docs - docs/ARCHITECTURE.md: new skeleton with component table and design decisions - docs/USAGE.md: new usage guide with code snippets for all key workflows - docs/DEVELOPMENT.md: new contributor setup and release process - docs/TROUBLESHOOTING.md: new troubleshooting guide with common issues - docs/claude/: created for internal artifacts - pyproject.toml: author updated to JoyfulHouse Real Estate LLC; Changelog URL added Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Standardizes this repository to the JoyfulHouse OSS documentation standard.
Changes
JoyfulHouse Real Estate LLC.btli) + Ko-fi (bryanli).* @btli.docs/claude/.Note: CHANGELOG date corrected from git tag.
Documentation, licensing, and metadata only — no source or functionality changes.
🤖 Generated with Claude Code