archyl-com/Archyl Generate Context
Generate an archyl.txt file with architecture context optimized for AI agents (LLMs)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 7, 2026
- License
- None
Pinned Snippet
uses: archyl-com/generate-context@66801392500314db27e27ad4c60ccecf2f6faa4d # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api-url | Archyl API base URL | no | https://api.archyl.com |
| api-key | Archyl API key with read scope | yes | — |
| organization-id | Archyl organization UUID | yes | — |
| project-id | Archyl project UUID | yes | — |
| output-file | Path to write the generated context file | no | archyl.txt |
| format | Output format: "markdown" for LLM-optimized briefing, "full" for structured JSON + markdown | no | markdown |
| commit | Auto-commit the generated file if it changed | no | false |
| commit-message | Commit message when auto-committing | no | chore: update archyl.txt architecture context |
Outputs
| name | description |
|---|---|
| file-path | Path to the generated context file |
| changed | Whether the file content changed ("true" or "false") |
| token-count | Approximate token count of the generated file |