Skip to content

Update docs for relationship indexing and activity tracking#16

Merged
mgoldsborough merged 2 commits intomainfrom
docs/relationship-graph-docs
Mar 27, 2026
Merged

Update docs for relationship indexing and activity tracking#16
mgoldsborough merged 2 commits intomainfrom
docs/relationship-graph-docs

Conversation

@mgoldsborough
Copy link
Copy Markdown
Contributor

Summary

  • CLAUDE.md — new modules, graph traversal methods, activity tracking, design decisions
  • CHANGELOG.md — 0.2.0 entry covering schema evolution + relationship + activity features
  • entity-model.md — relationship indexing, querying, ~ prefix convention, activity tracking sections
  • python.md — API examples for query_by_relationship, get_related, get_composite, log_activity, get_activities
  • architecture.md — updated "What the Library Handles" table with new capabilities
  • crm/context.md — agent-facing guidance on relationship query tools
  • todo/context.md — agent-facing guidance on relationship query tools
  • crm/validate.py — exercises graph traversal end-to-end (get_related, query_by_relationship, get_composite, rebuild_index)

Test plan

  • Website builds clean (21 pages)
  • validate.py passes with all new graph traversal checks
  • 374 tests still pass

…tracking

CLAUDE.md: add new modules, methods, and design decisions
CHANGELOG.md: add 0.2.0 entry
entity-model.md: add relationship indexing and querying sections
python.md: add API examples for graph traversal and activities
architecture.md: update capabilities table
crm/context.md: agent-facing relationship tool guidance
todo/context.md: agent-facing relationship tool guidance
crm/validate.py: exercise get_related, query_by_relationship, get_composite
@mgoldsborough mgoldsborough force-pushed the docs/relationship-graph-docs branch from 2c8cb0b to 965745d Compare March 27, 2026 22:27
@mgoldsborough mgoldsborough changed the base branch from feat/relationship-graph to main March 27, 2026 22:27
The API only supports 'forward' and 'reverse'. Updated CRM context
and entity-model reference to match the implementation.
@mgoldsborough mgoldsborough added the qa-reviewed QA review completed with no critical issues label Mar 27, 2026
@mgoldsborough mgoldsborough merged commit 32e285d into main Mar 27, 2026
4 checks passed
@mgoldsborough mgoldsborough deleted the docs/relationship-graph-docs branch March 27, 2026 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

qa-reviewed QA review completed with no critical issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant