Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .githooks/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ if [[ -n "$nested_git" ]]; then
fi
# --- End nested .git guard ---

PATRICK_CUSTOM_SYNC_MODE=check $PYTHON_BIN agent_orchestrator/sync_patrick_custom.py
$PYTHON_BIN agent_orchestrator/sync_entrypoint_docs.py --check
if ! PATRICK_CUSTOM_SYNC_MODE=check $PYTHON_BIN agent_orchestrator/sync_patrick_custom.py 2>&1; then
echo "WARNING: sync_patrick_custom.py check failed (non-fatal, push continues)" >&2
fi
if ! $PYTHON_BIN agent_orchestrator/sync_entrypoint_docs.py --check 2>&1; then
echo "WARNING: sync_entrypoint_docs.py check failed (non-fatal, push continues)" >&2
fi

tmp_changed="$(mktemp)"
trap 'rm -f "$tmp_changed"' EXIT
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,5 @@ memories/
.review_pr34*/
.tmp_pytest*/
.tmp_testbase*/
.omc/
.kilo-prompt/
41 changes: 0 additions & 41 deletions .kilo-prompt/mission.txt

This file was deleted.

20 changes: 0 additions & 20 deletions .kilo-prompt/review-mission.txt

This file was deleted.

204 changes: 0 additions & 204 deletions AGENTS.md

This file was deleted.

Loading