update terminology for Agent to align with system components#198
update terminology for Agent to align with system components#198jeremycaine wants to merge 23 commits into
Conversation
relaxing as JSON-LD is not only media type Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
elaborate on private, public and restricted Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
point that an LWS account not required; plus CIDs Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
…rotocol into scope-diagrams
…/lws-protocol into introduction-section
…/lws-protocol into scope-diagrams
|
On this week's call I asked that and the group said raise a separate PR against the Terminology section . Meanwhile I have update the diagrams in #159 to reflect agent rather than human user. |
This PR does much more than modify the terminology section. Small, focused PRs make review much easier. If the intent of this PR is to add one sentence to the |
|
@jeremycaine maybe you created branch used for this PR from branch used for #159 rather than from |
|
it was my intent to change one sentence to the agent definition in the terminology section - but clearly I've done something wrong and created this PR from the #159 branch - my gh skills fail me. |
|
There are several ways to do this, but here's what I would do in this situation: rename the local branch to something else; create a new branch with the same ( You first want to make sure that your local repository is up-to-date w.r.t the upstream repository. You should first check that you have the w3c/lws-protocol repository listed as a remote: One of the items should include the Then, update the main branch of your local clone: Now, rename the local branch to something else and create a new branch named Now, cherry-pick the relevant commit and force-push Finally, remove the unused branch An alternative is to just close this PR and delete your local branch, starting from scratch from main: Make your changes and then push to origin like normal and open a new PR Generally speaking, be sure that, whenever you begin work, your local fork is up-to-date with respect to the |
|
great thanks @acoburn I will do this later today - I think I was on one of my PR branches when I created the new one. |
An agent has an identity by URI. But they are not necessarily the software that makes the LWS client HTTP requests to the LWS server. Therefore clarify the agent -> LWS client -> LWS server terminology.
Preview | Diff