Skip to content

Commit 0be6e69

Browse files
docs: auto-update READMEs
1 parent 86b414d commit 0be6e69

12 files changed

Lines changed: 199 additions & 165 deletions

File tree

README.md

Lines changed: 60 additions & 33 deletions
Large diffs are not rendered by default.

archive/README.md

Lines changed: 80 additions & 81 deletions
Large diffs are not rendered by default.

archive/siphon/_summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Siphon Vue is a single-page Vue.js client that delivers a modern interface for navigating Harding University’s Pipeline resources with enhanced search and layout. The codebase uses Vue, Vue Router, Vuex synchronized via `vuex-router-sync`, Vue Resource, PureCSS, Font Awesome, and Vue Analytics wired up in `src/analytics.js`. Navigation and discovery are driven by configuration modules such as `src/search.js` and `src/sidebarLinks.js`, which define weighted search targets and categorized link groups without requiring server changes.

packages/docs/_summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This monorepo serves as an AI-maintained knowledge base coordinating active projects, infrastructure, and archived work across the repository. It standardizes on Bun workspaces with Bazel-driven Buildkite CI to build and test TypeScript packages, Rust binaries, and container images while release-please manages versioning. The Sentinel autonomous agent subsystem uses a SQLite-backed job queue with three-tier permission enforcement and Discord approvals to automate operational incident triage.

packages/monarch/_summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Monarch is an AI-powered transaction categorizer for Monarch Money that ingests banking data, Amazon orders, Venmo notes, and Bilt/Conservice feeds to label and enrich spending activity. The codebase is written in TypeScript for Bun, pulling in @anthropic-ai/sdk, Playwright, pdfjs-dist, zod, and a custom monarch-money-api client referenced in package.json and under src/lib. It orchestrates a multi-tier Claude classifier with a knowledge store and Amazon matcher to propose verified category changes before applying them through the Monarch API.

packages/sentinel/_summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sentinel coordinates specialized operational agents that monitor CI pipelines, cluster health, and PagerDuty incidents, automatically enqueuing work based on cron schedules or external webhooks. The Bun-based stack relies on Hono for webhooks, tRPC for API routing, Prisma for persistence, Claude Agent SDK for AI behaviors, and supporting libraries like cron, Discord.js, and Zod as declared in `package.json`. Its cron adapter registers each agent’s cron triggers and dispatches them through a shared queue backed by Prisma, providing a centralized job orchestration layer with structured logging via Pino.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TaskNotes Server is a Bun-based HTTP service that powers task management, NLP-assisted input parsing, calendar syncing, time tracking, and pomodoro support against a local markdown vault. It is implemented in TypeScript with Hono routing, zod validation, gray-matter/yaml frontmatter parsing, and prom-client metrics instrumentation. A file-backed TaskStore watches the vault directory for Markdown changes and wraps create/update/delete operations to update Prometheus gauges in real time.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tasknotes-types delivers strongly typed schemas for task management interactions, covering tasks, requests, responses, time tracking, Pomodoro, and calendar features. It is built with TypeScript, uses Zod for schema validation, and relies on Bazel and ESLint for build and linting workflows. The library exposes all schemas via a single `src/index.ts` barrel for consistent API contracts across consuming services.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Tasks-for-obsidian is a React Native mobile application that lets users browse task collections, trigger quick-add actions from a floating button, and surface connectivity state during task workflows. The codebase relies on React, React Native, React Navigation, react-native-reanimated, AsyncStorage, and Sentry as declared in `package.json`. A notable architecture detail is the shared hooks such as `useSettings` and `useSync` that feed common components like `BrowseItem` and `ConnectionBanner` to keep styling and sync awareness consistent across the UI.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This project builds a Terraform provider that automates Asuswrt-Merlin router configuration over its HTTP API so infrastructure code can manage router settings alongside the rest of a stack. It is implemented in Go 1.24 with HashiCorp's Terraform Plugin Framework and providerserver package, organized with Bazel BUILD files and a GNUmakefile in the module. The provider wires resources for NVRAM data, DHCP static leases, wireless networks, port forwards, and system settings through a client that maintains router session tokens and transparently re-authenticates when they expire.

0 commit comments

Comments
 (0)