Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Found a bug or have feedback? [Open an issue](https://github.com/PostHog/code/is

# PostHog Code

<!-- CI test comment: verifying the pipeline picks up changes on this branch -->

Comment on lines +10 to +11

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 This HTML comment has no value for anyone reading the README and violates the "no superfluous parts" simplicity rule. It should be removed before any merge.

Suggested change
<!-- CI test comment: verifying the pipeline picks up changes on this branch -->

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

This is the monorepo for PostHog Code apps and the agent framework that powers them.

## Development
Expand Down
3 changes: 3 additions & 0 deletions packages/host-router/src/ports/connectivity-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ export const CONNECTIVITY_CLIENT = Symbol.for(
export interface HostConnectivityClient {
connectivity: WorkspaceClient["connectivity"];
}

// CI test: deliberate type error to verify the pipeline fails as expected.
const _ciTestBrokenValue: number = "this is not a number";
Loading