docs(agent): add Gemstack topology declarations and testing matrices#37
Merged
Conversation
Add topology-aware configuration to the .agent/ documentation suite as part of the Gemstack topology migration: - ARCHITECTURE.md: Insert Section 0 (Project Topology) declaring [library-sdk, backend] with agent directives for topology profiles - TESTING.md: Add Backend Route Coverage Matrix pre-populated with 14 exported SDK functions, plus N/A Frontend and ML/AI matrices - STATUS.md: Append Stub Audit Tracker and Prompt Versioning Changelog sections (both N/A for this SDK project) All changes are additive — no existing content modified or renumbered.
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
Adds Gemstack topology-aware configuration to the
.agent/documentation suite as part of the cross-repository topology migration.Key Changes
## 0. Project Topologysection declaring[library-sdk, backend]topology with agent directives to load corresponding topology profiles before any workflow stepNewClient,SetSessionCookie,Login,Verify,Account.Get,Network.Get,Network.Reboot,Device.List,Profile.List,Profile.Pause,Profile.Unpause,APIError.Error,APIError.IsAuthError,EeroTime.UnmarshalJSON)Stub Audit Tracker(N/A) andPrompt Versioning Changelog(N/A) sectionsNotes
go build ./...andgo vet ./...pass cleanly