docs(agent-notes): commit 6 standing reference docs (Tick API + Asana list + custom fields recon)#22
Merged
Merged
Conversation
Working-notes that have stabilized into reference material the JOBY agent team and engineering rely on day-to-day; promoting them out of untracked limbo on local working trees into the repo so they version with the code they document. - asana-list-architecture.md — Asana-style list view architecture decision (2026-05-17) - asana-list-plan.md — F1+F2 implementation plan, ratified 2026-05-17 - custom-fields-token-api.md — public token-API reference for the JOBY agents writing structured Tick data - spreadsheet-recon.md — recon notes for feature/custom-fields-spreadsheet - tick-primer.md — paste-into-system-prompt primer for any agent that needs to talk to Tick - tick-agent-reference.md — full Tick API reference companion to tick-primer.md No secrets: scan confirms only secret NAMES (PLANE_API_KEY, X-Api-Key header) appear, never values.
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.
Why
These six docs have been living as untracked files on a local working tree for weeks — they have already stabilized into reference material that the JOBY agent team and engineering rely on day-to-day. Promoting them out of limbo so they version with the code they document.
What
Total: 1,377 lines of docs, 0 code change.
Security
Scanned for hardcoded credentials. All matches are secret NAMES, not values:
No tokens, passwords, API keys, or other secret values are committed. The docs describe how to use the secret-injection pattern, not what any specific key is.
Test plan