Add ecosystem evaluation docs: Polytician ↔ AgentVault integration status#17
Merged
Merged
Conversation
Cross-checks the AGENTVAULT_COMPATIBILITY_PRD.md task list against AgentVault's actual main branch (fetched via raw GitHub URLs, since this session's API scope is polytician-only): 4 of 7 tasks are already shipped (REST bridge, config parser, orchestrator enrichment, CLI subcommands), 2 are confirmed not started (canister MCP registry, webapp dashboard), and 1 is unverifiable from this side. Also links the AgentVault/PolyVault integration from the README, which previously made no mention of it.
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.
Summary
This repo (
johnnyclem/polytician) sits in a broader ecosystem alongside AgentVault,SmallChat, Stenographer, and Short-Hand, each evaluated from its own repo since no single
session can browse all of them. This PR adds Polytician's side of that evaluation.
docs/ecosystem/executive-summary.mdanddocs/ecosystem/engineering-guide.md,matching the structure of AgentVault's own
docs/ecosystem/*docs so all repos arecross-linkable.
AGENTVAULT_COMPATIBILITY_PRD.md(a 7-task spec in this repo describing whatAgentVault needs to build to support Polytician) against AgentVault's actual
mainbranchby fetching the exact files it names via raw GitHub URLs (this session's API scope is
polytician-only, so no shell/API access to AgentVault was available — everything about
AgentVault is sourced from specific file fetches, flagged
[AV-verified]in the docs).bridge routes, the Polytician config parser, orchestrator context enrichment, CLI
subcommands), 2 are confirmed not started (canister-level MCP server registry, webapp
dashboard UI), and 1 (AgentVault's test coverage) couldn't be checked from this side. The
PRD currently reads as a from-scratch backlog; it should be updated so contributors don't
redo already-shipped work.
references
src/orchestration/polytician-enricher.ts(which is real and matches thisrepo's expected
search_concepts/read_conceptMCP contract) and correctly flags itshard character-count truncation as the reason to eventually route through Short-Hand's
CompactionEngine— no changes needed on Polytician's side for that future migration.README.md's new "Ecosystem"section — previously the README made no mention of the AgentVault/PolyVault integration
at all, despite it accounting for roughly a third of
src/anddocs/.Test plan
npm run typecheck/npm testnot required butunaffected.
docs/ecosystem/engineering-guide.md) rather than repeating unverified README claims.Generated by Claude Code