LoopX Doc Registry
Use this skill for durable project materials. The goal is to make future agents find the material from the project authority surface, not only from chat or personal memory.
Default Route
- Resolve the target project and stable
goal_idfrom the current repo or the user's named project. Prefer.loopx/registry.jsonand.codex/goals/<goal-id>/ACTIVE_GOAL_STATE.md. - If the material belongs to that project, register it in that project's own
authority surface. Do not register it into
loopx-metajust because the current worker discovered it. - If the project has a tracked
docs/meta/DOC_REGISTRY.yamlor equivalent, update that first. If it does not, use.loopx/registry.jsonas the project-local doc registry throughauthority_registry.topic_authorityandauthority_registry.project_materials. - Run
loopx register-authority-sourcewith a redacted source contract. Raw URLs, doc ids, local private paths, comments, and source bodies must not be stored in public files. - Refresh status or state so review packets, read-only maps, dashboards, and heartbeat workers can find the material.
Memory extensions are allowed only as secondary personal reminders. They are not a substitute for project-local authority registration when the project is connected to LoopX.
Command Shape
From the target project:
loopx --registry .loopx/registry.json register-authority-source \
--goal-id <goal-id> \
--source-id <stable-source-id> \
--source-ref "<raw-url-or-private-path-to-hash>" \
--source-kind <doc|lark_doc|wiki|paper|owner_packet|migration_report> \
--role <public-safe-role> \
--freshness <current|historical|unknown> \
--owner-status <public-safe-owner-status> \
--gate-status <readable|needs_access|owner_review_pending> \
--boundary private_redacted \
--revision "<public-safe-revision-label>" \
--conflict-rule "<public-safe-conflict-rule>" \
--topic <topic-key>
Use --dry-run first when the source classification or target project is not
obvious.
Stop Conditions
Stop and write a project-local todo or blocker instead of registering when:
- the target project or goal is ambiguous;
- the material cannot be represented as public-safe metadata;
- registering would require reading private content that was not requested or permitted;
- the source conflicts with a newer owner-approved material and the conflict rule is unclear.