chore: move sample-data under PaperlessREST, drop stale import spec - #34
Merged
Conversation
… stale import spec sample-data is consumed only by the paperless-rest batch service (compose volume mounts), so relocate it from the repo root to PaperlessREST/sample-data and repoint the compose mounts in lockstep. Remove the XML Daily Access Import specification, which no longer matches the implementation. Update README + AGENTS layout. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ANcpLua
added a commit
that referenced
this pull request
Jun 1, 2026
) Sync the sample-data relocation + stale-spec deletion from main (already merged there via #34) onto the WIP branch, so the batch-processing work develops against the current PaperlessREST/sample-data layout. Content-identical to main's change. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
sample-data/→PaperlessREST/sample-data/and repoint thecompose.yamlbatch-service volume mounts in lockstep.XML Daily Access Import - System Specification.md(no longer matches the implementation).README.md+AGENTS.mdlayout.Why
This was the second commit of PR #33 but did not survive the squash merge, so
mainstill hadsample-dataat the root.sample-datais referenced only by thepaperless-restbatch service's compose volume mounts, so it belongs next to the project that owns it.Verification
Content-neutral move (9
R100renames); compose mounts repointed to existing dirs; no build inputs touched.🤖 Generated with Claude Code