Conversation
Establishes a bounded-context vocabulary for the Catalog, Positioning, and SQM subsystems so future work shares the same language. * CONTEXT-MAP.md indexes the three contexts and their relationships. * docs/ax/<area>/CONTEXT.md gives each area a canonical glossary with flagged ambiguities and example dialogue. Companion architecture deep-dives live alongside as docs/ax/<area>.md. * docs/adr/0001 records the Positioning vocabulary (the pointing.<axis>.<state>.<RA|Dec|Roll> shape, "aligned" over "scope", target_pixel as the (Y, X) coordinate). The pending code rename lands against the proposal dataclasses in python/PiFinder/types/positioning.py. * docs/adr/0002 records the intentional choice to publish raw SQM (sqm_final) rather than the altitude-corrected value. * .claude/skills/grill-with-docs/ adds the skill that produced these contexts, so the same grilling can be re-run as the vocabulary evolves. * CLAUDE.md points future agents at the new reference docs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
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
Establishes a bounded-context vocabulary for the Catalog, Positioning, and SQM subsystems so future work shares the same language. Produced via a
grill-with-docssession over the existingdocs/ax/*.mddraft glossaries.CONTEXT-MAP.mdindexes the three contexts and how they relate.docs/ax/<area>/CONTEXT.md— canonical glossary per area, with flagged ambiguities and an example dialogue. Companion architecture deep-dives live asdocs/ax/<area>.md.docs/adr/0001-positioning-vocabulary.md— locks in thepointing.<axis>.<state>.<RA|Dec|Roll>shape, the choice ofalignedoverscope, andtarget_pixelas the (Y, X) image-space coordinate. The code rename will land against the proposal dataclasses inpython/PiFinder/types/positioning.py.docs/adr/0002-sqm-published-value-uncorrected.md— captures the intentional choice to publish rawsqm_finalrather than the idealised altitude-corrected number..claude/skills/grill-with-docs/— the skill that produced the contexts, included so the session can be re-run as the vocabulary evolves.CLAUDE.md— points future agents at the new reference docs.Key vocabulary decisions baked in:
enabled(catalog) vsselected(object),sky objectvscatalog listingvsCompositeObject,populatedvsfully loaded,logged(technical) vsobserved(user-facing).pointing.{camera,aligned}.{solve,estimate}; bare "pointing" =pointing.aligned.estimate.dark sequence(multi-frame wizard concept) vszero-second sample(single-frame runtime),bias_offset⊆pedestal, "noise floor" reserved for the published value.Prototype dataclasses
Test plan
CONTEXT-MAP.mdand confirm relationships are accuratedocs/ax/<area>/CONTEXT.mdand confirm terms match how you'd describe them to a new contributorpython/PiFinder/types/positioning.pyis the proposal-dataclass file you intended to ship in this PR (it can be split out if not)CLAUDE.mdReference Documentation section is wired to land before Architecture Overview🤖 Generated with Claude Code