docs(portal): organize projects by mission-focus + fix wasmagent-py coherence - #126
Merged
Conversation
…herence Restructure the flat 11-row Projects table into three focus groups so a first-time visitor can tell the mission from its supporting cast: - Core spine (wasmagent-js, symkernel, agent-trust-infra; planned wasmagent-py) — evidence emission, verification, trust. Sustained long-term investment. AEP is the connective standard, sedimented from the shipping runtime. - Adjacent (wasmagent-proxy, trace-pipeline, wasmagent-train-replay) — extend the spine to a surface, then move to community maintenance once their roadmaps land (not retired). - Product/research/reference (open-agent-audit, fresharena, bscode) + org hub. North star framed as "open infrastructure for provable AI agents" — keeps the existing Trusted Agent OS narrative, adds a focus axis orthogonal to the maturity tiers in repository-boundaries.md. - Add machine-readable `focus` field + focus_legend to project-index.json. - Mirror the axis in roadmap.md and repository-boundaries.md. - Fix pre-existing validator failure: wasmagent-py was in_profile:true with no linked table row (repo not created yet) -> in_profile:false; it stays in the spine as planned-core in prose and roadmap.
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.
Restructures the flat Projects table into three focus groups (Core spine / Adjacent / Product-research-reference) so visitors can tell the mission from its supporting cast at a glance.
Validator + go tests pass locally.