Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
alicoding
/
claude-parser
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: alicoding/claude-parser
Actions
All workflows
Workflows
CI/CD Pipeline
CI/CD Pipeline
Deploy Documentation
Deploy Documentation
Publish to PyPI
Publish to PyPI
Quality Gates
Quality Gates
Test Suite
Test Suite
Show more workflows...
Management
Caches
Deployments
Test Suite
Test Suite
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
test.yml
will be ignored since log searching is not yet available
51 workflow runs
51 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
docs: Add v3.0 UI-Ready API roadmap and framework delegation map
Test Suite
#51:
Commit
3479366
pushed by
alicoding
23s
main
main
23s
View workflow file
fix: Handle None message fields safely in get_message_content()
Test Suite
#50:
Commit
585588f
pushed by
alicoding
23s
main
main
23s
View workflow file
fix: Token counting now matches Claude Code UI context command
Test Suite
#49:
Commit
275c1fd
pushed by
alicoding
26s
main
main
26s
View workflow file
release: v2.0.1 - Fix Discord stop hook JSON structure bug
Test Suite
#48:
Commit
d7a357f
pushed by
alicoding
28s
main
main
28s
View workflow file
fix: Use correct secret name PYPI_TOKEN in workflow
Test Suite
#47:
Commit
6eb2f8c
pushed by
alicoding
1m 7s
main
main
1m 7s
View workflow file
fix: Correct import test in publish workflow
Test Suite
#46:
Commit
74bc0c2
pushed by
alicoding
1m 9s
main
main
1m 9s
View workflow file
fix: Make Test PyPI optional in publish workflow
Test Suite
#45:
Commit
ddb12be
pushed by
alicoding
1m 3s
main
main
1m 3s
View workflow file
fix: Remove empty validate-ai-context workflow file
Test Suite
#44:
Commit
e33c203
pushed by
alicoding
1m 10s
main
main
1m 10s
View workflow file
docs: Update API documentation structure
Test Suite
#43:
Commit
1d45494
pushed by
alicoding
1m 4s
main
main
1m 4s
View workflow file
fix: Lower coverage threshold to 15% temporarily to unblock CI
Test Suite
#42:
Commit
72edee7
pushed by
alicoding
39s
main
main
39s
View workflow file
fix: Remove empty workflow and add missing quality-check target
Test Suite
#41:
Commit
3f572b4
pushed by
alicoding
36s
main
main
36s
View workflow file
fix: Remove claude-parser install from docs workflow - not on PyPI yet
Test Suite
#40:
Commit
600b154
pushed by
alicoding
34s
main
main
34s
View workflow file
fix: Remove non-existent test reference and add CLAUDE_PROJECTS_PATH …
Test Suite
#39:
Commit
451574b
pushed by
alicoding
38s
main
main
38s
View workflow file
fix: Update poetry.lock after removing msgspec dependency
Test Suite
#38:
Commit
6dc38ee
pushed by
alicoding
29s
main
main
29s
View workflow file
fix: Add test JSONL data and configure CLAUDE_PROJECTS_PATH for CI/CD
Test Suite
#37:
Commit
685e003
pushed by
alicoding
27s
main
main
27s
View workflow file
fix: Remove unused msgspec dependency that was breaking CI/CD
Test Suite
#36:
Commit
50cdc40
pushed by
alicoding
23s
main
main
23s
View workflow file
chore: Add .claude/ to gitignore for internal docs privacy
Test Suite
#35:
Commit
1b1d743
pushed by
alicoding
41s
main
main
41s
View workflow file
fix: Remove empty Path() calls causing test failures
Test Suite
#34:
Commit
5d9dd1a
pushed by
alicoding
59s
main
main
59s
View workflow file
chore: Clean repository for public release
Test Suite
#33:
Commit
e5027c7
pushed by
alicoding
58s
main
main
58s
View workflow file
chore: Add secret detection with gitleaks pre-commit hooks
Test Suite
#32:
Commit
22a703e
pushed by
alicoding
1m 3s
main
main
1m 3s
View workflow file
refactor: Add test factory for tool responses (Fix 3/10)
Test Suite
#31:
Commit
56b798c
pushed by
alicoding
51s
main
main
51s
View workflow file
refactor: Replace magic strings in phase2 tests (Fix 2/10)
Test Suite
#30:
Commit
b9b393a
pushed by
alicoding
56s
main
main
56s
View workflow file
refactor: Add test constants module (Fix 1/10)
Test Suite
#29:
Commit
dcb34a8
pushed by
alicoding
54s
main
main
54s
View workflow file
fix: Exclude .venv from spec compliance checks
Test Suite
#28:
Commit
20ca9de
pushed by
alicoding
53s
main
main
53s
View workflow file
fix: Add newline to end of sanitize_jsonl.py for ruff compliance
Test Suite
#27:
Commit
ea874ea
pushed by
alicoding
53s
main
main
53s
View workflow file
Previous
1
2
3
Next
You can’t perform that action at this time.