Feat/decouple sdk#50
Merged
Merged
Conversation
BREAKING: API no longer depends on github.com/openctemio/sdk-go. Instead imports github.com/openctemio/ctis (4K lines, zero deps). Changes: - Replace 20 files: sdk-go/pkg/ctis → ctis module - Replace 2 files: sdk-go/pkg/shared/severity → ctis/severity - Replace 1 file: sdk-go/pkg/shared/fingerprint → ctis/fingerprint - Copy adapters (SARIF, Trivy, Nuclei, etc.) into internal/infra/adapters/ - Inline ChunkData struct (1 struct, was only usage of chunk package) - Remove github.com/openctemio/sdk-go from go.mod entirely Result: - API depends on ctis (4K lines, stdlib only) instead of SDK-Go (50K lines, 40 deps) - SDK-Go updates no longer trigger API rebuilds - Agent: ZERO changes (still imports SDK-Go normally)
- CLAUDE.md: add Recent Changes section (RFC-001, RFC-002, metadata removal, sub_type, migration count 141) - asset-ip-hostname-correlation.md: mark as SUPERSEDED by RFC-001 - asset-schema.md: metadata → properties - asset-properties-schema.md: metadata → properties (single column) - Remove duplicate RFC-002-remove-sdk-dependency.md - Add status to RFC-001 appendix
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.
No description provided.