feat: Prepare for private content handling in ingest and tests
This commit is contained in:
parent
a1d14bd2e1
commit
d7611a79f4
2 changed files with 6 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ while IFS=$'\t' read -r path summary maturity; do
|
||||||
queries)
|
queries)
|
||||||
if [[ "$link" == queries/conflict-* ]]; then section="Conflicts"; conflict_label="CONFLICT"
|
if [[ "$link" == queries/conflict-* ]]; then section="Conflicts"; conflict_label="CONFLICT"
|
||||||
else section="Queries"; fi ;;
|
else section="Queries"; fi ;;
|
||||||
|
# private/ is not routed here — ingest is public-only. Add when private ingest is built.
|
||||||
*) section="Sources" ;;
|
*) section="Sources" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,11 @@ private: false
|
||||||
|
|
||||||
## Conflicts Pending Review (`wiki/queries/conflict-*.md`)
|
## Conflicts Pending Review (`wiki/queries/conflict-*.md`)
|
||||||
*slugs only.*
|
*slugs only.*
|
||||||
|
|
||||||
|
|
||||||
|
## Private Synthesis (`wiki/private/`)
|
||||||
|
*Restricted access. Requires PRIVATE_CONTEXT: enabled and unlocked repo.*
|
||||||
|
*List slug names ONLY. Do not append summaries — prevents metadata leakage.*
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > "${g}/wiki/log.md" <<'EOF'
|
cat > "${g}/wiki/log.md" <<'EOF'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue