Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
80f2333
docs(claude): add SDLC Configuration block to CLAUDE.md
arne-aignx Apr 29, 2026
67a8ffb
chore: TODO - add commit content
arne-aignx Apr 29, 2026
03970a1
chore(codegen): regenerate aignx.codegen client from openapi v1.5.0 […
arne-aignx Apr 29, 2026
4291ebe
feat(platform): add Documents resource for application version releas…
arne-aignx Apr 29, 2026
969aaa8
feat(application): add CLI version document {list,describe,download} …
arne-aignx Apr 29, 2026
43b382f
chore: bump SPEC dates and fix lint/test fallout from documents codeg…
arne-aignx Apr 29, 2026
87e49d9
fix(application): silence pyright unused-variable warnings in documen…
arne-aignx Apr 29, 2026
a5248a1
refactor(platform): simplify document download and address PR review …
arne-aignx Apr 29, 2026
3898887
refactor(platform): address SonarCloud findings on documents PR [PYSD…
arne-aignx Apr 29, 2026
0f6292b
feat(platform): add Documents.read_content() for /content endpoint [P…
arne-aignx Apr 29, 2026
e73ecdd
fix: test after model update
arne-aignx Apr 29, 2026
b313a64
test(application): cover document CLI error paths and JSON output [PY…
arne-aignx Apr 30, 2026
b8788e0
refactor(platform): address SonarCloud findings on documents PR [PYSD…
arne-aignx Apr 30, 2026
a7761ca
fixup! refactor(platform): address SonarCloud findings on documents P…
arne-aignx Apr 30, 2026
4cac6f1
chore: address review comments
arne-aignx Apr 30, 2026
99ecbe8
Remove option to set file name for downloading release documents
arne-aignx May 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1848,3 +1848,25 @@ ls $test_file
---

*This documentation provides comprehensive guidance for working with the Aignostics Python SDK. Each module has detailed CLAUDE.md files with implementation specifics, usage examples, and best practices.*

## SDLC Configuration

- **JIRA Project Key:** PYSDK
- **Atlassian Cloud ID:** fff788d2-8a2a-4c36-a884-dde2bb4a2b49
- **Ketryx Project:** Python SDK (KXPRJ2Q4PA8AADY975SFMKF276TYV75)

**Item type locations:**
- Change Requests: Ketryx Change Request (JIRA)
- Stakeholder Requirements: requirements/SHR-*.md (Git)
- Software Requirements: Requirement (JIRA) | requirements/SWR-*.md (Git, preferred)
- Risks: Risk (JIRA)
- Software Item Specs: Software Item Spec (JIRA) | specifications/SPEC-*.md (Git, preferred)
- Test Cases: tests/**/TC-*.feature (Git)

**Approval structure:**
- Ketryx Change Request: Product Manager β†’ Engineering Tech Lead β†’ Quality Managers β†’ Risk Managers
- Software Requirement: Area Lead (BD) β†’ Security Engineer β†’ Regulatory Affairs Specialist β†’ Engineer β†’ Engineering Tech Lead β†’ Product Manager
- Software Item Spec: Engineer β†’ Engineering Tech Lead
- Risk: Quality Managers β†’ Security Engineer β†’ Product Managers β†’ Tech Lead β†’ Engineer β†’ Engineering Tech Lead β†’ Product Manager β†’ Engineer
- Test Case: Engineer β†’ Engineering Tech Lead
- Anomaly: Engineer β†’ Engineering Tech Lead
Loading
Loading