docs(tooling): bootstrap SDD foundation for sdk-component-adapter - #354
Open
akulakum wants to merge 10 commits into
Open
docs(tooling): bootstrap SDD foundation for sdk-component-adapter#354akulakum wants to merge 10 commits into
akulakum wants to merge 10 commits into
Conversation
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.
COMPLETES SPARK-843154
This pull request addresses
The
@webex/sdk-component-adapterrepository had no Spec Driven Development (SDD) foundation. Agents and contributors lacked canonical, code-grounded docs for adapter modules, public contracts, and lifecycle behavior (connect/disconnect, RxJS surfaces).by making the following changes
Bootstrap SDD Stage 0 (rigorous mode, keep-separate policy):
AGENTS.md— agent entry contract, commands, and doc routingai-docs/(ARCHITECTURE, CONTRACTS, SPEC_INDEX, GETTING_STARTED, RULES, GLOSSARY, SECURITY, REVIEW_CHECKLIST)ai-docs/patterns/src/ai-docs/(facade + 7 domain adapters + shared utilities).sdd/manifest.json— module routing, coverage state, contracts, validation config.gitignoreto exclude.generated/temporary SDD artifactsPolicy: README, CONTRIBUTING, dependencies, and CHANGELOG remain unchanged (reference-only).
Not committed:
.cursor/,.agents/,.claude/,.sdd/templates/,.sdd/metrics/(local SDD skill install only).Module coverage (Partial, ~90% aggregate)
src/ai-docs/webex-sdk-adapter-spec.mdsrc/ai-docs/meetings-sdk-adapter-spec.mdsrc/ai-docs/activities-sdk-adapter-spec.mdsrc/ai-docs/people-sdk-adapter-spec.mdsrc/ai-docs/rooms-sdk-adapter-spec.mdsrc/ai-docs/memberships-sdk-adapter-spec.mdsrc/ai-docs/organizations-sdk-adapter-spec.mdsrc/ai-docs/metrics-sdk-adapter-spec.mdsrc/ai-docs/shared-utilities-spec.mdFollow-up: Session B independent
spec-validatoron a different runtime before marking SDD validation pass.Change Type
The following scenarios were tested
src/WebexSDKAdapter.jsconnect/disconnect order,src/index.jsexport surface,rollup.config.jsbundle outputs,.circleci/config.ymlCI workflowThe GAI Coding Policy And Copyright Annotation Best Practices
Checklist before merging