docs(roadmap): foreign-domain integration finding + collector-discovery deferral - #504
Closed
thedancingdeveloper wants to merge 1 commit into
Closed
docs(roadmap): foreign-domain integration finding + collector-discovery deferral#504thedancingdeveloper wants to merge 1 commit into
thedancingdeveloper wants to merge 1 commit into
Conversation
…r-discovery deferral Investigating bee hive management as the first concrete foreign-domain case confirmed the DESIGN.md §11 allocation: the domain lives in its own product, tasks enter as work items over MCP/REST, and evidence would enter as read-only observations. Also records that CUSTOMISATION.md's Layer-3 'extra collectors' path has no discovery mechanism yet (collectors are assembled from hard-coded lists in application/services/collect.py), deferred until a concrete external-evidence integration needs it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0194Cp7tA6NFXhy534TYrKSA
Contributor
Author
|
Withdrawn — mis-scoped: the bee hive management work belongs in the FarmEggs (AusFarms Core) repository as a module beside Eggs/Stock/Crops, not as Vogt roadmap entries. The collector-discovery observation may return separately on its own merits. |
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
Records two roadmap entries out of the bee-hive-management domain investigation: the confirmed DESIGN.md §11 allocation for foreign domains (own product outside this repo; tasks in as work items over MCP/REST; evidence in as read-only observations under a domain vocabulary), and a deliberate deferral naming the gap that CUSTOMISATION.md's Layer-3 "extra collectors" path has no discovery mechanism — collectors are assembled from hard-coded lists in
application/services/collect.py.Why
The investigation (tracked as WI-58 in the estate's Vogt instance) established that a foreign domain like bee hive management must not enter the core entity set, and surfaced the collector-discovery gap that blocks any external-evidence integration. ROADMAP.md is the designated home for designed-but-unbuilt allocations and deliberate deferrals, so an issue alone would not explain them.
Verification
uv run pytest,uv run mypy,uv run ruff check .,uv run ruff format --check .uv run python scripts/check_docs.py— 29 markdown files, all relative links resolveweb/):pnpm typecheck,pnpm test,pnpm test:browser(Playwright)engine/):cargo fmt --check,cargo clippy -- -D warnings,cargo test --allDocs
docs/ROADMAP.mdupdated (this change is the doc update)🤖 Generated with Claude Code
https://claude.ai/code/session_0194Cp7tA6NFXhy534TYrKSA