Skip to content

v1.2.3: migrate aged_year to age_seconds, CLI --aged-year to --age-time#10

Merged
Cedar17 merged 1 commit into
masterfrom
dev
Jul 6, 2026
Merged

v1.2.3: migrate aged_year to age_seconds, CLI --aged-year to --age-time#10
Cedar17 merged 1 commit into
masterfrom
dev

Conversation

@Cedar17

@Cedar17 Cedar17 commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Three changes unified by paying off the 'year' unit debt:

  1. CLI: --aged-year (double) -> --age-time (string + suffix). New
    parse_age_time() converts y/d/h/bare-number to seconds.
  2. DB schema: lut_entries.aged_year -> lut_entries.age_seconds
    (DDL + UNIQUE + INSERT + bind full chain).
  3. Internal semantics: all variable/parameter/comment names
    aged_year -> age_seconds for consistency.

Cleanup: remove doc/sqlite_dedup_analysis.md (bug postmortem from
v1.2.1, knowledge condensed into agent memory).

Co-Authored-By: Claude noreply@anthropic.com

… (v1.2.3)

Three changes unified by paying off the 'year' unit debt:
1. CLI: --aged-year (double) -> --age-time (string + suffix). New
   parse_age_time() converts y/d/h/bare-number to seconds.
2. DB schema: lut_entries.aged_year -> lut_entries.age_seconds
   (DDL + UNIQUE + INSERT + bind full chain).
3. Internal semantics: all variable/parameter/comment names
   aged_year -> age_seconds for consistency.

Cleanup: remove doc/sqlite_dedup_analysis.md (bug postmortem from
v1.2.1, knowledge condensed into agent memory).

Co-Authored-By: Claude <noreply@anthropic.com>
@Cedar17
Cedar17 merged commit 8e74178 into master Jul 6, 2026
1 check passed
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