Commit graph

23 commits

Author SHA1 Message Date
Michał Kopeć
55c8c352d1 Add connector-backed libs/ with self-contained external source indexing
libs/<name>/ now supports a second population mode alongside git-copy
clones: a user-authored source.yaml declares a live external source
(SharePoint, Google Drive, a plain URL, or another connector), and the
new ckb-index-external skill builds a self-contained generated index
for it (index.md/entities/graph/log.md), scoped entirely to that
connector and never blended into the main wiki/.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-20 15:56:37 +02:00
Michał Kopeć
59173c86a4 Sync: local changes as of 2026-07-17T13:10:00Z 2026-07-17 15:10:00 +02:00
Michał Kopeć
057a7647cc Sync: local changes as of 2026-07-17T12:45:15Z 2026-07-17 14:45:15 +02:00
Michał Kopeć
728870f3da Sync: local changes as of 2026-07-15T17:02:00+02:00 2026-07-15 16:39:52 +02:00
Michał Kopeć
753c415f5d Sync: local changes as of 2026-07-15T17:00:00+02:00 2026-07-15 16:39:08 +02:00
Michał Kopeć
75e725fb5b Sync: local changes as of 2026-07-15T16:28:24+02:00 2026-07-15 16:28:38 +02:00
Michał Kopeć
aa819daabd Sync: local changes as of 2026-07-15T16:19:22+02:00 2026-07-15 16:19:25 +02:00
Michał Kopeć
6af7b388f8 Merge codeberg/main 2026-07-15 16:13:05 +02:00
Michał Kopeć
15c3bce20e Sync: local changes as of 2026-07-15T16:10:55+02:00 2026-07-15 16:11:01 +02:00
Michał Kopeć
6f90f5f76e .gitignore update 2026-07-15 16:03:57 +02:00
Michał Kopeć
24a4be5c65 Sync: local changes as of 2026-07-15T15:57:36+02:00 2026-07-15 15:59:58 +02:00
Michał Kopeć
92b3ace2b8 Sync: local changes as of 2026-07-15T15:44:47+02:00 2026-07-15 15:45:01 +02:00
Michał Kopeć
6c029a8ff1 Merge branch 'rename-ckb-skills' 2026-07-15 13:31:37 +02:00
Michał Kopeć
e62c0cf24c Merge branch 'add-timesheet-invoice-skills' 2026-07-15 13:31:37 +02:00
Michał Kopeć
48dc0feee9 Add ckb-onboard-me skill (guided wiki tour)
Read-only skill: given a topic, resolve it to an anchor page via the
cascade, walk the graph edges (2 hops, ~8-page cap) — falling back to
link-following when no edges exist — order the pages pedagogically
(prerequisites first, then the topic, then what builds on it), and print
a numbered reading tour with per-page "what you'll find" notes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 13:31:37 +02:00
Michał Kopeć
2e51501de6 Rename cascade-kb-init skill to ckb-init
Continue the ckb- namespace consolidation: rename the bootstrap skill
directory and its name: frontmatter from cascade-kb-init to ckb-init.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 13:20:41 +02:00
Michał Kopeć
3e303f8a65 Rename KB export/summary/sync skills with ckb- prefix
Rename four cascade-KB skills to a consistent ckb- namespace:
- export-okf        -> ckb-export-okf
- export-starlight  -> ckb-export-starlight
- project-summary   -> ckb-project-summary
- sync-changes      -> ckb-sync-changes

Update the name: frontmatter in each SKILL.md and all cross-references
in README.md, AGENTS.md, cascade-kb-init, and export-starlight. Historical
wiki/log.md entries are left unchanged as a record of past actions.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 13:19:44 +02:00
Michał Kopeć
c9336941ac Add timesheet and invoice skills
Add four skills for Tempo/KSeF timesheet and invoice workflows:
- check-my-timesheet: show/log the current user's Tempo time entries
- timesheet-checker: audit timesheet completion across all reporters
- invoice-checker: pull KSeF invoices, check contractors + MF white list
- invoice-prep: summarize Tempo hours per Jira project for invoicing

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 13:14:52 +02:00
Michał Kopeć
b6e22c0554 Claude link 2026-07-15 09:57:08 +02:00
Michał Kopeć
c9310ae149 Claude link 2026-07-15 09:56:22 +02:00
Michał Kopeć
3dabfa0c0b Agents configuration 2026-07-15 09:55:47 +02:00
Michał Kopeć
eebfb07df9 Add agents config 2026-07-15 09:54:12 +02:00
c56348b15b Initial commit: Cascade Knowledge Base with OKF-aligned schema and skills
Sets up the layered wiki/linked/libs knowledge base described in
CLAUDE.md/AGENTS.md, with a frontmatter schema, recursive index/log
convention, and conformance lint checks aligned with Google's Open
Knowledge Format. Adds two on-demand Claude Code Skills: export-okf
(regenerate an OKF-conformant bundle at outputs/okf/) and sync-changes
(reconcile this repo's git history with its origin remote, surfacing
conflicts to the user).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-13 19:03:50 +02:00