Skip to content

Conversation

@jrepp
Copy link
Owner

@jrepp jrepp commented Jan 27, 2026

Summary

  • Remove all remaining updated field references from templates and documents
  • The updated field is now derived from git history rather than stored in frontmatter

Changes

  • Templates: Removed updated field from all templates in docuchango/templates/, examples/docs-cms/templates/, and templates/
  • Documents: Removed updated field from docs-cms/ documents
  • Schemas: Updated docstrings to clarify updated is derived from git history
  • Examples: Updated fix_frontmatter.sh script to not include updated

Usage

To get the last modified date for a document, use git:

# Get last modified datetime for a file
git log -1 --format=%aI path/to/document.md

Test plan

  • All tests pass (554 passed)
  • Verified no updated: fields remain in templates or documents (only test fixtures have them for testing legacy behavior)

🤖 Generated with Claude Code

Remove all remaining references to the 'updated' field which is now
derived from git history rather than stored in frontmatter.

- Remove 'updated' from all templates (docuchango/, examples/, templates/)
- Remove 'updated' from docs-cms documents
- Update schema docstrings to clarify updated is derived from git
- Fix malformed code example in ADR-001

Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>
@jrepp jrepp merged commit f6b567f into main Jan 27, 2026
8 checks 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.

2 participants