Skip to content

docs: relicense to MIT and refresh project docs#1

Merged
memclutter merged 2 commits into
mainfrom
chore/post-import-housekeeping
Jun 28, 2026
Merged

docs: relicense to MIT and refresh project docs#1
memclutter merged 2 commits into
mainfrom
chore/post-import-housekeeping

Conversation

@memclutter

Copy link
Copy Markdown
Owner

Post-import housekeeping for confparse.

What

  • Relicense from Apache-2.0 to MIT, for consistency with the other
    memclutter projects (e.g. nocodb-migrator).
  • README rework: status badges (release, Go reference, Go report card, Go
    version, CI, codecov, license), a struct-tag reference table, the full
    supported-type list (string, int, int64, uint, uint64, bool,
    time.Duration), an explicit default-precedence rule (CLI flag > envVar >
    value > zero value), and a runnable example.
  • Add CONTRIBUTING.md — setup, test/lint workflow, code style, how to add a
    supported type, commit/PR/release process.
  • Add CHANGELOG.md — Keep a Changelog format, reconstructed from the
    v0.0.1–v0.0.3 git history, with the relicense + docs under [Unreleased].

Why

The repo was imported into the personal OS; this brings its docs and licensing in
line with the other projects. No source/behaviour changes — go test ./... stays
green at 100% coverage.

🤖 Generated with Claude Code

memclutter and others added 2 commits June 28, 2026 11:54
Post-import housekeeping: relicense from Apache-2.0 to MIT for consistency
across the memclutter projects, modernize the README (badges, tag reference,
default precedence, runnable example), and add CONTRIBUTING.md and a
CHANGELOG.md reconstructed from the v0.0.1–v0.0.3 history.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The matrix tested Go 1.14-1.17, which have no darwin/arm64 builds and fail to
install on the Apple-Silicon macOS-latest runners, cancelling the whole matrix
under fail-fast. Test the module floor (1.18) plus the two latest Go releases,
set fail-fast: false, and upgrade checkout@v4 / setup-go@v5 / codecov-action@v5.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 28, 2026

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@memclutter memclutter merged commit 6575407 into main Jun 28, 2026
11 checks passed
@memclutter memclutter deleted the chore/post-import-housekeeping branch June 28, 2026 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant