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:
parent
e62e79120c
commit
60b0bb3037
@ -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
|
||||
- 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 ...`)
|
||||
|
||||
## 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).
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
# 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
|
||||
blueprint for the Yino (Debian-based) port.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user