You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'feat/sdk-canonical-object-types' into 'internal_main'
RFC — SDK del MessageParser/DataSource para inversión ObjectStore (builtin-object types)
See merge request client-projets/p.2026-plotjuggler/plotjuggler_core!175
Code formatting and linting are enforced via pre-commit hooks (clang-format v17).
91
+
74
92
## Instructions Glossary
75
93
76
-
-**"Read all documentation"** means: find and read every `.md` file in the entire project tree (all subdirectories). Use `find . -name "*.md"` or equivalent. This includes docs in `pj_base/`, `pj_datastore/docs/`, `pj_plugins/docs/`, `pj_scene_protocol/docs/`, and any other location.
94
+
-**"Read all documentation"** means: find and read every `.md` file in the entire project tree (all subdirectories). Use `find . -name "*.md"` or equivalent. This includes docs in `docs/`, `pj_datastore/docs/`, `pj_plugins/docs/`, and any other location.
77
95
78
96
-**"Update the documentation"** means: based on what you learned during this session, correct any documentation that is outdated or inaccurate, and clarify any ambiguity that caused confusion or errors. If a doc says one thing but the code does another, fix the doc to match reality. If missing information led to a bug, add it.
79
97
98
+
-**"Check documentation"** means: review the docs listed above that are related to the changed module or API.
99
+
Confirm they still describe the current intent and behavior. If not, update them or ask the user before
100
+
committing.
101
+
80
102
## Coding Conventions
81
103
82
104
-**Formatting:** Google style via `.clang-format` — 2-space indent, 120-char limit
0 commit comments