Add upstream tracking metadata to Omarchy analysis

Record the last-analyzed date and commit hash in docs/Omarchy.md and add
a CLAUDE.md instruction to keep it updated on every re-analysis.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Smith 2026-02-16 00:11:50 +01:00
parent e62e79120c
commit 60b0bb3037
2 changed files with 7 additions and 0 deletions

View File

@ -16,3 +16,8 @@ See `docs/yino-fsd.md` for the full functional specification and changelog.
- Minimize dependencies, less is more; discuss with owner before adding any - Minimize dependencies, less is more; discuss with owner before adding any
- Never install global Python packages; use a venv in this repository when Python dependencies are needed (e.g. - Never install global Python packages; use a venv in this repository when Python dependencies are needed (e.g.
`python3 -m venv venv && source venv/bin/activate && pip install ...`) `python3 -m venv venv && source venv/bin/activate && pip install ...`)
## Upstream tracking
- When re-analyzing or updating `docs/Omarchy.md`, always update the "Last analyzed" line at the top of the
document with the current date and the latest commit hash from `basecamp/omarchy` (`dev` branch).

View File

@ -1,5 +1,7 @@
# Omarchy Analysis # Omarchy Analysis
> **Last analyzed:** 2026-02-16 · basecamp/omarchy @ `463417a` (`dev` branch)
A comprehensive reference document analyzing the upstream Omarchy project and its ecosystem, serving as a A comprehensive reference document analyzing the upstream Omarchy project and its ecosystem, serving as a
blueprint for the Yino (Debian-based) port. blueprint for the Yino (Debian-based) port.