Merge branch 'release/1.6.2' into main
This commit is contained in:
commit
0912ef457a
2 changed files with 5 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
# =============================================================================
|
||||
# Knowledge Genome - Makefile v. 1.6.1
|
||||
# Knowledge Genome - Makefile v. 1.6.2
|
||||
# Orchestrates the setup and management of the knowledge base.
|
||||
# =============================================================================
|
||||
|
||||
|
|
|
|||
|
|
@ -41,9 +41,12 @@ case "$cmd" in
|
|||
|
||||
# Clean start on the configured base (develop), pinned to the remote. Destroys only
|
||||
# vm101's scratch checkout (never a shared branch, never a force-push) — this is by design.
|
||||
# `clean -fd` also removes leftover UNTRACKED files (e.g. wiki/sources/* or a stale
|
||||
# .ingest-manifest.json from a half-finished previous run) that `reset --hard` won't touch.
|
||||
git fetch -q origin \
|
||||
&& git switch -q "${INGEST_BASE:-main}" 2>/dev/null \
|
||||
&& git reset -q --hard "origin/${INGEST_BASE:-main}"
|
||||
&& git reset -q --hard "origin/${INGEST_BASE:-main}" \
|
||||
&& git clean -q -fd
|
||||
|
||||
# SEMANTIC step: dedicated script drives pi to WRITE wiki pages + manifest.
|
||||
# (NOT `pi -p "/skill:ingest ..."`, which makes the model reply in chat and write nothing.)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue